~~Title: Personnalisation des configuration ~~ {{page>info:title}} .
# 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.