Added printers

This commit is contained in:
Przemyslaw Klys
2020-07-17 10:04:26 +02:00
parent 59dfa34ba9
commit 95b814f2f9
+10
View File
@@ -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'