‘VBSCRIPT
Set wshShell = Wscript.CreateObject (“WScript.shell”)
strUSER = inputbox(“Enter User Name”,”Enter User Name”)
wshShell.run “cmd.exe /c dsquery user -name ” & Chr(34) & strUSER & Chr(34) & ” | dsmod user -disabled no & pause”
set wshshell = nothing