API Reference
Function
Get-GPOZaurrPassword
Tries to find CPassword in Group Policies or given path and translate it to readable value
Remarks
Tries to find CPassword in Group Policies or given path and translate it to readable value
Examples
EXAMPLE 1
PS >
Get-GPOZaurrPassword -GPOPath 'C:\Users\przemyslaw.klys\Desktop\GPOExport_2020.10.12'
EXAMPLE 2
PS >
Get-GPOZaurrPassword
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-GPOZaurrPassword [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOPath <String[]>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- ExcludeDomains String[]
- Exclude domain from search, by default whole forest is scanned
- ExtendedForestInformation IDictionary
- Ability to provide Forest Information from another command to speed up processing
- Forest String
- Target different Forest, by default current forest is used
- GPOPath String[]
- Path where Group Policy content is located or where backup is located
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned