Server Talk

Der schweizer Blog rund um Server Lösungen
31. Januar 2008
Verfasst von Michel am 31. Januar 2008 | Veröffentlicht in Freeware, Tools, Windows Server | Keine Kommentare

Logo MSFT Windows ServerEin für Migration immer wieder nützliches Tool ist der “Print Migrator” von Microsoft. Mit dem einfachen Befehl “printmig.exe -b MyPrntServer.cab” werden sämtliche Print-Treiber des lokalen Print Servers in das CAB-File geschrieben. Mit “printmig.exe -r MyPrntServer.cab” lassen sich die Treiber, Einstellungen, etc. auf einfache Art und Weise migrieren, oder auch nach einem Ausfall auf dem Server wiederherstellen. Zum Download…

Microsoft (R) Windows (TM) Printer Migrator 3.1
Copyright (C) 1997-2002 Microsoft Corp. All rights reserved

usage: PRINTMIG [options] [server]
       [-?] Display this message
       [-b] Backup - followed by CAB file name
       [-r] Restore - followed by CAB file name
       [-l] Attempt to convert LPR Ports to SPM
       [-i] Suppress warning popups.  Info still written to log file.

If server is not specified then the local machine is implied.

Example command line to restore an existing config to a server: printmig -r d:\print\ps1.cab \\prt-srvr1

Example command line to backup a server to the specified file: printmig -b "\\filesrv\store\print server 2.cab" \\prt-srvr2

Ein Kommentar hinterlassen