This commit is contained in:
Przemyslaw Klys
2020-10-13 00:13:57 +02:00
parent 8b1bdfd39b
commit b4f014855b
7 changed files with 34 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# This gets the same thing as earlier examples
# with a difference where one entry per gpo and all settings for that GPO is stored under settings property.
$Output = Invoke-GPOZaurr -SingleObject
$Output = Invoke-GPOZaurr -SingleObject -Verbose
$Output | Format-Table
$Output.Reports.RegistrySettings | Format-Table *
$Output.Reports.RegistrySettings[0].Settings | Format-Table *