G
Guest
Here is my question:
I use offline folders for My Documents and store my documents on a network
drive such as \\server1\My Documents
So I am setting up log on scripts so the drives are mapped on log on such as
net use x: /del
net use x: \\server1\
here is my issue:
offline folders..
When a user starts up offline they have no drive mapping X so the offline
folders don't work, until the script runs unless I add the /Persistant:yes
option.
yet i want the ability to drop the folder mapping and redirect... that is
why I had a section with /delete. How can I script this?
Any ideas?
I use offline folders for My Documents and store my documents on a network
drive such as \\server1\My Documents
So I am setting up log on scripts so the drives are mapped on log on such as
net use x: /del
net use x: \\server1\
here is my issue:
offline folders..
When a user starts up offline they have no drive mapping X so the offline
folders don't work, until the script runs unless I add the /Persistant:yes
option.
yet i want the ability to drop the folder mapping and redirect... that is
why I had a section with /delete. How can I script this?
Any ideas?