Machine Policy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

I have a problem that I hope someone can help me out with.

In my network I have a login script that runs and connects peoples printers,
drive and sets a default printer. This is all based upon group membership.

Now what I want to do is change the way one specific machine gets its
printers and drives connected. I do not want my normal login script to run
for this machine, but just map two specific drives and a printer.

At this time I have made a security group for this machine so that I can
apply security easy.

If anyone has any ideas on how to do this can they please let me know.


Tim Wallace
 
Hello everyone,

I have a problem that I hope someone can help me out with.

In my network I have a login script that runs and connects peoples printers,
drive and sets a default printer. This is all based upon group membership.

Now what I want to do is change the way one specific machine gets its
printers and drives connected. I do not want my normal login script to run
for this machine, but just map two specific drives and a printer.

At this time I have made a security group for this machine so that I can
apply security easy.

If anyone has any ideas on how to do this can they please let me know.


Tim Wallace

You could modify your script:

if /i "%ComputerName%" EQU "OneSpecioficMachine" goto Special

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Thank you for that, my fault is should of said that I was using VBS script as
my login script basis. The reason for this is I am using it with active
directory and setting it for users via a policy.

Will the same line work.
 
Back
Top