Update example

This commit is contained in:
Przemyslaw Klys
2020-07-30 21:58:41 +02:00
parent 8b963c6b82
commit d3c31e9651
2 changed files with 8 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
# 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 | Format-Table
$Output.Reports.RegistrySettings | Format-Table *
$Output.Reports.RegistrySettings[0].Settings | Format-Table *