Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.24 KB

Get-AdmPwdPdsSupportedForest.md

File metadata and controls

89 lines (66 loc) · 2.24 KB
external help file Module Name schema
AdmPwd.PS.dll-Help.xml
AdmPwd.PS
2.0.0

Get-AdmPwdPdsSupportedForest

SYNOPSIS

Lists supported AD forests from PDS configuration.

SYNTAX

Pds

Get-AdmPwdPdsSupportedForest [-Pds] <PdsEndpoint> [<CommonParameters>]

PdsName

Get-AdmPwdPdsSupportedForest [-PdsName] <String> [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

Get-AdmPwdPds | Get-AdmPwdPdsSupportedForest

Gets list of all PDS instances discovered and for each of them gets all definitions of supported AD forests.

PARAMETERS

-Pds

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

-PdsName

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

AdmPwd.Types.PdsEndpoint

System.String

OUTPUTS

AdmPwd.Types.SupportedForest

Object representing supported forest and its configured parameters

NOTES

Caller has to be member of PDS administrators role. If not member, Access Denied error is returned.

RELATED LINKS