Un script permettant de sauvegarder les imprimantes d'un serveur ou d'une station avec date, heure, nom et la création d'un fichier de logs.
Il permet également de garder un historique par défaut de 7 jours, idéal pour une tâche planifiée.
A script to backup printer configuration on a server or station with the tool PrintMig to a directory with date, time, name and backup log file.
The script allow too keep a hystory of backup to 7 days, better than a scheduled task.
Utilisation / Use
Option 1 (Without parameters)
BackupPrintersConfiguration.vbs
Run script and backup local printers in the script [\PRN_BACKUP] directory
Option 2 (With parameters)
BackupPrintersConfiguration.vbs [PARAM1] [Optional PARAM2]
[PARAM1]
Backup path without the \ à the end of path
[Optional PARAM2]
Computer to backup printers configuration, if none the script use local computer by default.
Sample :
BackupPrintersConfiguration.vbs C:\BCKP THEMEGASERVER01
WARNING
If you want schedule the backup with the task scheduler windows use the WSCRIPT or CSCRIPT to run the backup.
Sample :
WSCRIPT //B "C:\MIG\BackupPrintersConfiguration.vbs" "C:\BCKP" THEMEGASERVER01
Télécharger / Download
BackupPrintersConfiguration.zip (3 ko)
Microsoft Printer Migration Tool 3.1