Renamed lots of functions, cleanup

This commit is contained in:
Przemyslaw Klys
2020-07-18 21:43:42 +02:00
parent 1e3a7a78c8
commit fd7c7e1b30
22 changed files with 303 additions and 849 deletions
+4 -4
View File
@@ -8,10 +8,10 @@
)
GPOPath = 'Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Account Policies'
Code = {
ConvertTo-XMLAccountPolicies -GPO $GPO
ConvertTo-XMLAccountPolicy -GPO $GPO
}
CodeSingle = {
ConvertTo-XMLAccountPolicies -GPO $GPO
ConvertTo-XMLAccountPolicy -GPO $GPO
}
}
Audit = [ordered] @{
@@ -127,10 +127,10 @@
}
)
Code = {
ConvertTo-XMLPrinters -GPO $GPO
ConvertTo-XMLPrinter -GPO $GPO
}
CodeSingle = {
ConvertTo-XMLPrinters -GPO $GPO -SingleObject
ConvertTo-XMLPrinter -GPO $GPO -SingleObject
}
}
RegistrySettings = [ordered] @{