Set user’s logon script

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" Read More...

Read the complete post at http://msmvps.com/blogs/richardsiddaway/archive/2012/02/29/set-user-s-logon-script.aspx


Posted Feb 29 2012, 03:58 PM by Richard Siddaway's Blog
Copyright 2012 PowerShell.com. All rights reserved.