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.

-SiteId <uint> Site ID from which to retrieve the enrollment server

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

-Id <uint> ID of an enrollment server for which to retrieve the information.

<CommonParameters>

INPUTS

-none-

OUTPUTS

EnrollmentServer

EXAMPLES

---------- EXAMPLE 1 ----------

Get-RASEnrollmentServer -Id 10

Retrieves information about the Enrollment server specified by its ID.

Last updated