API Reference
Function
Get-GPOZaurrSysvolDFSR
Gets DFSR information from the SYSVOL DFSR
Remarks
Gets DFSR information from the SYSVOL DFSR
Examples
EXAMPLE 1
PS >
$DFSR = Get-GPOZaurrSysvolDFSR
$DFSR | Format-Table *
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-GPOZaurrSysvolDFSR [-ExcludeDomainControllers <String[]>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-IncludeDomainControllers <String[]>] [-IncludeDomains <String[]>] [-SearchDFSR <String>] [-SkipRODC] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- ExcludeDomainControllers String[]
- Exclude specific domain controllers, by default there are no exclusions, as long as VerifyDomainControllers switch is enabled. Otherwise this parameter is ignored.
- 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
- IncludeDomainControllers String[]
- Include only specific domain controllers, by default all domain controllers are included, as long as VerifyDomainControllers switch is enabled. Otherwise this parameter is ignored.
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned
- SearchDFSR String
- Define DFSR Share. By default it uses SYSVOL Share
- SkipRODC SwitchParameter
- Skip Read-Only Domain Controllers. By default all domain controllers are included.