Sitecore PowerShell extensions - 404 Not found error
I was recently working on a client's project running Sitecore 8.1 Update 3 and I needed to do some bulk item changes. I decided to install the latest Sitecore PowerShell Extensions (4.7.2) to accomplish this task, however, I was not able to get the module working right away. Even though I was able to open the PowerShell ISE, whenever I opened the PowerShell console, I got a 404 error: Because of that error, the security prompt asking for my password to elevate the session state never appeared. I verified that the file not found was present in the file system and that the security was correctly set on the affected files/folders. I thought that one solution could be to completely deactivate the security prompt by modifying the Congnifide.PowerShell.config file: <token name=”Default” expiration=”00:00:00″ elevationAction=”Block”/> <token name=”Console” expiration=”00:05:00″ elevationAction=”Password”/> <token name=”ISE” expiration=”00:05:00″ elevationAction=...