Script to redirect printer and drive mappings

  • Thread starter Thread starter Sabir Ahmedi
  • Start date Start date
S

Sabir Ahmedi

Hi all,
I have a DC which also serves as my file and print box. I also have another
DC where I would like to redirect print and drive mappings in the evnt the
main DC/file/print goes down. Any ideas??

Sabir.
 
For drive mappings look into DFS (distributed file system), where you have
replicas of the same folder on multiple servers, and you access shares in
the form of \\domain.local\yourroot\.... This way you are machine
independent.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
If you are using logon scripts then you have possibility to change logon
script to map printers to another server. If your printers are network
printers, then you can have it connected to multiple servers, so you just
need to redirect printer. I think your approach is quite good (script).

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top