mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-28 11:16:49 +00:00
Update examples
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# This gets the same thing as earlier examples
|
# 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.
|
# with a difference where one entry per gpo and all settings for that GPO is stored under settings property.
|
||||||
$Output = Invoke-GPOZaurrContent -SingleObject -Verbose
|
$Output = Invoke-GPOZaurrContent -Verbose #-SingleObject -Verbose
|
||||||
$Output | Format-Table
|
$Output | Format-Table
|
||||||
$Output.Reports.RegistrySettings | Format-Table *
|
$Output.Reports.RegistrySettings | Format-Table *
|
||||||
$Output.Reports.RegistrySettings[0].Settings | Format-Table *
|
$Output.Reports.RegistrySettings[0].Settings | Format-Table *
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
||||||
|
|
||||||
$Output = Invoke-GPOZaurrContent -Verbose -OutputType HTML, Object -Open -GPOPath "C:\Support\GitHub\GpoZaurr\Ignore\NewExamples" ##-Type LocalGroups
|
$Output = Invoke-GPOZaurrContent -SingleObject -Verbose -OutputType HTML, Object -Open -GPOPath "C:\Users\przemyslaw.klys\OneDrive - Evotec\Desktop\Test"
|
||||||
$Output | Format-Table
|
$Output | Format-Table
|
||||||
Reference in New Issue
Block a user