Powershell command for Ad

Ak Gupta 1 Reputation point
2022-02-21T12:20:39.147+00:00

Import-Csv "C:\scri\Level Grade.csv" | foreach {Set-ADUser -Identity $.SamAccountName -Description $.description –Title $.Title -Department $.Department -extensionAttribute3 $.extensionAttribute3 -extensionAttribute4 $.extensionAttribute4 -physicalDeliveryOfficeName $_.physicalDeliveryOfficeName}
176356-untitled.png

Windows for business Windows Server User experience PowerShell
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.