~~Title: Personnalisation des configuration ~~ {{page>info:title}} .
===== Automatisations Imprimantes =====
==== Personnalisation des configuration ==== La personnalisation de la configuration s'effectue par l'utilisation d'un fichier *.reg au nom de l'imprimante. Ce fichier contient des clés de registre permettant de définir les options de l'imprimante. Le script s'appelle ''Export_custom_conf.ps1'' Il est disponible ici : {{export_custom_conf.ps1|Export_custom_conf.ps1}} Utilisation : Attention : Pour les imprimantes Koycera / Olivetti, si l'application des réglages dialogues d'authentification ne fonctionne pas, tester avec la ligne dédiée à ''Konica'' # Imprimante Ricoh - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Ricoh $true -W32 $true # Imprimante Ricoh - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Ricoh $true # Imprimante Konica Minolta - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Konica $true -W32 $true # Imprimante Konica Minolta - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Konica $true # Imprimante Kyocera ou Olivetti - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Kyocera $true -W32 $true # Imprimante Kyocera ou Olivetti - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Kyocera $true # Imprimante Toshiba - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Toshiba $true -W32 $true # Imprimante Toshiba - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Toshiba $true # Imprimante Sharp - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Sharp $true -W32 $true # Imprimante Sharp - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -Sharp $true # Imprimante autre marque (HP, Brother, Canon, Samsung) - Export pour une version Windows en 32 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" -W32 $true # Imprimante autre marque (HP, Brother, Canon, Samsung) - Export pour une version Windows en 64 bits Export_custom_conf.ps1 -PrinterName "IMP-SDP-100" La configuration est exportée dans un fichier portant le nom de l'imprimante et situé dans le ''c:\'' Il faudra déposer ce fichier sur le serveur, dans le dossier ''Config'' qui a été créé précédemment. Pour les imprimantes Toshiba : L'application de la configuration personnalisée est appliquée au redémarrage du poste Pour les imprimantes Konica : Un redémarrage du poste est nécessaire pour l'application des paramètres configurés via ''Administrator Customize'' Pour les imprimantes Sharp : Un redémarrage du poste est nécessaire pour l'application des paramètres d'impression par défaut (notamment noir & blanc).