How to change the paths to user folders (Shell Folders) with Powershell? Required:
- get the path to the folder $mydoc = [Environment]::GetFolderPath('MyDocuments') C:\Users\shay\Documents
- Change the drive letters in a variable $mydoc - C:\Users\shay\Documents to d:\Users\shay\Documents ??
- Create a folder - d:\Users\shay\Documents ??
- Copy the folder C:\Users\shay\Documents to d:\Users\shay\Documents ??
- Set the path to the My Documents system folder - d:\Users\shay\Documents ?? I am grateful in advance for your help.