SuperDaveDCF
MIS
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.
If member of "GP-ABCXYZ" and if OS = "WIN98" then
#\\servername\sys\...\setup.exe /acu /u:unattend.txt
end
Thanks in advance.