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'