D
Don R Hunsinger
Guest
All,
This is a 2003 Domain with seven domain controllers.
I want to write a DOS batch file to check for the existence of our
anti-virus application and if it does not exist to install it from the
Netlogon based on which domain controller they are logging into. This way I
can run it for each region after we have pushed from the Anti-Virus servers
and clean up any users that missed the push.
I want to know if I can use the %logonserver% variable to specify where to
install it from.
That way I would be able to specify which locations by logon domain
controller can install. i.e. if %logonserver% equals SJWSDC00 then... or if
%logonserver% not SJWSDC00 then goto end.
Is this doable? If so, any pointers would be appreciated.
Thanks
This is a 2003 Domain with seven domain controllers.
I want to write a DOS batch file to check for the existence of our
anti-virus application and if it does not exist to install it from the
Netlogon based on which domain controller they are logging into. This way I
can run it for each region after we have pushed from the Anti-Virus servers
and clean up any users that missed the push.
I want to know if I can use the %logonserver% variable to specify where to
install it from.
That way I would be able to specify which locations by logon domain
controller can install. i.e. if %logonserver% equals SJWSDC00 then... or if
%logonserver% not SJWSDC00 then goto end.
Is this doable? If so, any pointers would be appreciated.
Thanks