Hi
I have a script to move users to ou's using command line arguments, I run it like this scriptmane.vbs ouname users, because I am using unamed arguments it has to be done in that order. Here is the script
'Move users to OU using command line arguments
On Error Resume Next
Set objArgs =...