Added LAPS support

This commit is contained in:
Przemyslaw Klys
2020-07-31 11:00:57 +02:00
parent 2d164750f1
commit 0bf093351f
2 changed files with 60 additions and 0 deletions
+14
View File
@@ -92,6 +92,20 @@
ConvertTo-XMLEventLog -GPO $GPO
}
}
LAPS = @{
Types = @(
@{
Category = 'RegistrySettings'
Settings = 'Policy'
}
)
Code = {
ConvertTo-XMLLaps -GPO $GPO
}
CodeSingle = {
ConvertTo-XMLLaps -GPO $GPO
}
}
LocalUsers = [ordered] @{
Types = @(
@{