mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
11 lines
489 B
PowerShell
11 lines
489 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
# This is purely for building GPO Dictionary, mostly for development needs to help asses what is there
|
|
|
|
$Output = Invoke-GPOZaurr -GPOPath 'C:\Support\GitHub\GpoZaurr\Ignore\GPOExportTest' -NoTranslation
|
|
#$Output | Format-Table *
|
|
|
|
$LookingFor = $Output | Select-GPOTranslation -Category 'SecuritySettings' -Settings 'UserRightsAssignment'
|
|
$LookingFor | Format-Table
|
|
$LookingFor.Types | Format-Table
|
|
#$LookingFor.Data | Format-Table |