I need to add the Domain Users Global Group to the Local Administrators Group on 100 Win2000 workstation. Does anybody know what commands to use in a script for this. I think its something like:
AddGlobalGroup
set Mulocal=Administrators
I have no idea.