Hello
I like to add a User Option to Active Directory Users and Computers. Like this One:
http://www.petri.co.il/add_unlock_u...to_dsa.htmBut it dont work with Powershell. I dont received any Arguments. In VBS work this correct with
Set wshArguments = WScript.Arguments
Set objUser = GetObject(wshArguments(0))
MsgBox "The Users Name: - " & objUser.sAMAccountName
but with powershell i dont received any thing else with $args.
Pleas Help
thx much