Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Script / ACU Help Needed

Status
Not open for further replies.
Joined
Nov 30, 2000
Messages
153
Location
US
I'm working on an ACU and need a little help with the login script. I will be using the OS variable but I also need to do this by group at the same time. Is this the proper syntax?

If member of "GP-ABCXYZ" and if OS = "WIN98" then
#\\servername\sys\...\setup.exe /acu /u:unattend.txt
end


Thanks in advance.
 
The only things I can see that may need changing is that the group will need the full context added to it (eg. ".GP-ABCXYZ.OU.ORGANIZATION", and the OS line should read:

.. and if "%OS" = "WIN98" then

Apart from that, should be ok. -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top