PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Printing Migration Script

Reply

Migration Script

 
Thread Tools Rate Thread
Old 03-07-2003, 11:26 PM   #1
David
Guest
 
Posts: n/a
Default Migration Script


If you want to move printers from one server to the
other, there are a number of utilities that will do it
for you in the Resource Kit

Print Migrator
PRNAdmin also has scripts that will do the same and you
can use them to troubleshoot what is wrong with your
script.


>-----Original Message-----
>On Error Resume Next
>strComputer = "."
>Set objWMIService = GetObject("winmgmts:\\" &

strComputer
>& "\root\cimv2")
>Set colItems = objWMIService.ExecQuery("Select * from
>Win32_Printer")
>For Each printer in colItems
> printer.ServerName = servername
> If servername = "\\oldserver" Then
> servername = "\\newserver"
>end if
>next
>
>to move folks from one printserver to the new one with
>identical printers
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off