From 95b814f2f95fc000f44a20273c0ffdae7e26bb81 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 17 Jul 2020 10:04:26 +0200 Subject: [PATCH] Added printers --- Private/Script.GPODictionary.ps1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Private/Script.GPODictionary.ps1 b/Private/Script.GPODictionary.ps1 index aa53959..14c70ee 100644 --- a/Private/Script.GPODictionary.ps1 +++ b/Private/Script.GPODictionary.ps1 @@ -83,6 +83,16 @@ ConvertTo-XMLPolicies -GPO $GPO -SingleObject } } + Printers = @{ + Category = 'PrintersSettings' + Settings = 'Printers' + Code = { + ConvertTo-XMLPrinters -GPO $GPO + } + CodeSingle = { + ConvertTo-XMLPrinters -GPO $GPO -SingleObject + } + } RegistrySettings = [ordered] @{ Category = 'RegistrySettings' Settings = 'RegistrySettings'