external help file | Module Name | schema |
---|---|---|
AdmPwd.PS.dll-Help.xml |
AdmPwd.PS |
2.0.0 |
Lists supported AD forests from PDS configuration.
Get-AdmPwdPdsSupportedForest [-Pds] <PdsEndpoint> [<CommonParameters>]
Get-AdmPwdPdsSupportedForest [-PdsName] <String> [<CommonParameters>]
PDS supports management of trusted and untrusted forests. However, for management of untrusted forests, the following prerequisites must be configured:
- Explicit credentials for PDS to use when accessing intrusted forest
- Mapping of SID from untrusted forest to SIDs from PDS forests.
For management of untrusted AD forest, connection credentials are required.
For management of trusted AD forest, connection credentials are optional.
Get-AdmPwdPds | Get-AdmPwdPdsSupportedForest
Gets list of all PDS instances discovered and for each of them gets all definitions of supported AD forests.
Instance of PDS as returned by Get-AdmPwdPds command
Type: PdsEndpoint
Parameter Sets: Pds
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Name of instance of PDS - DNS name of machine hosting PDS service
Type: String
Parameter Sets: PdsName
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Object representing supported forest and its configured parameters
Caller has to be member of PDS administrators role. If not member, Access Denied error is returned.