external help file | Module Name | schema |
---|---|---|
AdmPwd.PS.dll-Help.xml |
AdmPwd.PS |
2.0.0 |
Returns parameters of PDS service related to registration of PDS autodiscovery SRV record.
Get-AdmPwdPdsDnsParameters [-Pds] <PdsEndpoint> [<CommonParameters>]
Get-AdmPwdPdsDnsParameters [-PdsName] <String> [<CommonParameters>]
Returns parameters of PDS service related to registration of PDS autodiscovery SRV record that is used by management tools to autodiscover instances of PDS.
Get-AdmPwdPds | Get-AdmPwdPdsDnsParameters
Gets parameters of DNS SRV record registered by PDS for autodiscover process by management tools
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 parameters of DNS SRV record registered by PDS to allow management tools to discover instance of the PDS service