Get-RASEnrollmentServer

NAME

Get-RASEnrollmentServer

SYNOPSIS

Retrieves information about one or multiple Enrollment servers.

SYNTAX

Get-RASEnrollmentServer [[-Id]** (uint)] [(CommonParameters)]

Get-RASEnrollmentServer [[-Server] (string)] [[-SiteId] (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves information about one or multiple Enrollment servers.

PARAMETERS

Server (string)

The name of the enrollment server for which to retrieve the information.

This must be the actual enrollment server name used in the RAS farm.

        Required?                    false

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

SiteId (uint)

Site ID from which to retrieve the enrollment server

If the parameter is omitted, the licensing server site ID will be used.

        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

Id (uint)

ID of an enrollment server for which to retrieve the information.

        Required?                    false

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

(CommonParameters)

        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

EnrollmentServer

EXAMPLES

**---------- EXAMPLE 1 ----------

Get-RASEnrollmentServer -Id 10

Retrieves information about the Enrollment server specified by its ID.

Last updated