Staying on the profile tab we can also set a logon script $ou = "OU=BlogTests,DC=Manticore,DC=org"
"`nMicrosoft"
$name = "UserA"
Get-ADUser -Identity $name |
Set-ADUser -ScriptPath "ls1.cmd"
"`nAD provider"
$name = "UserB"
… Read the full text.