Search Results for

    Show / Hide Table of Contents

    Get-AdmPwdPdsManagedAccountsParameters

    SYNOPSIS

    Returns parameters of PDS service related to management of Managed Domain Accounts.

    SYNTAX

    Pds

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

    PdsName

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

    DESCRIPTION

    EXAMPLES

    Example 1

    Get-AdmPwdPds | Get-AdmPwdPdsManagedAccountsParameters
    

    Gets common parameters related to management of Managed Domain Accounts

    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.ManagedAccountsParameters

    Object representing parameters of Managed Domain acocunts management process.

    NOTES

    RELATED LINKS

    • Improve this Doc
    ☀
    ☾
    Back to top Generated by DocFX