Search Results for

    Show / Hide Table of Contents

    Get-AdmPwdPdsLicenseParameters

    SYNOPSIS

    Returns parameters of PDS service related to license of product.

    SYNTAX

    Pds

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

    PdsName

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

    DESCRIPTION

    Returns name and location of license file as configured on PDS configuration file. Default license file name is license.xml and is located in PDS install folder.

    EXAMPLES

    Example 1

    Get-AdmPwdPds | Get-AdmPwdPdsLicenseParameters
    

    Gets parameters of current PDS license.

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

    Object representing parameters of current license of product, such as licensed forest, amount of seats licensed or expiration of license.

    NOTES

    RELATED LINKS

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