Set AdUser Home Directory in PowerShell

 Using the Set-AdUser cmdlet in PowerShell to set the home directory folder path.

Set-ADUser -Identity Arons -HomeDirectory 'D:\Arons'
 
Get-Aduser -Identity Arons -Properties * | Select SamAccountName,HomeDirectory,HomeDrive,ProfilePath

Download blocked file from google drive

Load the document, all pages after last page loaded, hit F12, paste the javascript at the console window and press enter:   let jspdf = docu...

Mais vistos