Download and Extract PSTools

  1. Navigate to https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
  2. Download the PsTools Zip File
  3. Extract the files to c:\pstools

Open a Command Prompt  Running as “Local System”

  1. Click Start and Type CMD in the Start Search Window
  2. Right Click CMD and Run as Administrator
  3. In the Command Prompt window, enter the following command:
    psexec -s -i -d cmd.exe

Grant Permissions to BUILTIN\Administrators

  1. In the newly created CMD window, enter the following command:
    icacls C:\users\FolderRedirections /t /c /grant “BUILTIN\Administrators”:(OI)(CI)(F)
Note: Be sure to change the path to match the location of your Redirected Folders
The user inside of the GRANT statement may need changed to your user you want to have access
You will now have access to all folders within the Folder Redirection root.