I have an existing logonscript that worked, but I would like to enhance it by making the drive mapping persistent.
If I add ",True" to the following lines I get a to many param error.
DriveMapper "h:", "\\fileserver\users\" & strUser ' Connect to users Home share
on fileserver
DriveMapper "g:", "\\fileserver\groups" ' Connect to
'Groups share on fileserver
DriveMapper "p:", "\\fileserver\public" ' Connect to
'Public share on fileserver
Any Ideas on where I'm going wrong?
Thanks
If I add ",True" to the following lines I get a to many param error.
DriveMapper "h:", "\\fileserver\users\" & strUser ' Connect to users Home share
on fileserver
DriveMapper "g:", "\\fileserver\groups" ' Connect to
'Groups share on fileserver
DriveMapper "p:", "\\fileserver\public" ' Connect to
'Public share on fileserver
Any Ideas on where I'm going wrong?
Thanks