Redirected folders
Hello,
We are manually redirecting "Documents" or "My Documents" folder to our file server. Is there a Dos command to run and see who's folder is being redirected to the file server?
Thanks,
N
January 18th, 2011 4:03pm
Hi Negin,
You can post in Powershell Forum.
http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/threads
Thanks.
Free Windows Admin Tool Kit Click here and download it now
January 18th, 2011 6:23pm
Hi,
For each user, you can query the value of the Personal data under the "HKCU\Software\Microsoft\Windows\Currentversion\Explorer\Shell Folders" registry key. You should be able to accomplish this through a script. It will be a tad more complicated if
you are going to query the machines remotely as you will need to resolve the SID of the current logged in user to be able to query the correct registry key.
For your scripting questions, please post at
The Official Scripting Guys forum.Regards,
Salvador Manaois III MCSE MCSA CEH MCITP | Enterprise/Server Admin
Bytes & Badz : http://badzmanaois.blogspot.com
Scripting, the SysAdmin Way : http://sgwindowsgroup.org/blogs/badz
January 18th, 2011 8:48pm


