I am using virtually everything in your fact. I am mapping drives and printers based on group membership. But I have a few select drives/printers that a single user needs to map. Your faq is mostly about doing it based on the group enumeration. So rahter than this:
'Case "WorkerB"
'WSHNetwork.MapNetworkDrive "w:", "\\Server\Shared Documents",True
What would I change to add the single user mappings I need into the one global script I am making.
I'm in a Windows 2003 Domain. and I basically want to say
Case username
WSHNetwork.AddWindowsPrinterConnection"\\nav-gtwy-dc\SalFrontCopy"
Any help is greatly appreciated,
Aaron
'Case "WorkerB"
'WSHNetwork.MapNetworkDrive "w:", "\\Server\Shared Documents",True
What would I change to add the single user mappings I need into the one global script I am making.
I'm in a Windows 2003 Domain. and I basically want to say
Case username
WSHNetwork.AddWindowsPrinterConnection"\\nav-gtwy-dc\SalFrontCopy"
Any help is greatly appreciated,
Aaron