Get-RASEnrollmentServer
Retrieves information about one or multiple Enrollment servers.
Get-RASEnrollmentServer [[-Id] <uint>] [<CommonParameters>]
Get-RASEnrollmentServer [[-Server] <string>] [[-SiteId] <uint>] [<CommonParameters>]
Retrieves information about one or multiple Enrollment servers.
-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>
-none-
---------- EXAMPLE 1 ----------
Get-RASEnrollmentServer -Id 10
Retrieves information about the Enrollment server specified by its ID.