Set-RASEnrollmentServer

NAME

Set-RASEnrollmentServer

SYNOPSIS

Modifies an Enrollment server.

SYNTAX

Set-RASEnrollmentServer [-Idarrow-up-right] <uint> [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewServerarrow-up-right <string>] [-PreferredBrokerIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Set-RASEnrollmentServer [-InputObjectarrow-up-right] <EnrollmentServerarrow-up-right> [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewServerarrow-up-right <string>] [-PreferredBrokerIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Set-RASEnrollmentServer [-Serverarrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewServerarrow-up-right <string>] [-PreferredBrokerIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies properties of an Enrollment server.

PARAMETERS

-Server <string> The name of the target enrollment server. This must be the actual enrollment server name used in the RAS farm.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint> Site ID in which to modify the specified enrollment server. If the parameter is omitted, the site ID of the licensing server will be used.

-Id <uint> The ID of the Enrollment server to modify.

-InputObject <EnrollmentServerarrow-up-right> The enrollment server to modify. To obtain an object of type enrollment server representing a enrollment server, use the Get-RASEnrollmentServer server cmdlet.

-NewServer <string> The new server of the target enrollment server.

-Description <string> The enrollment server description.

-Enabled <bool> Enable or disable the specified enrollment server in a site.

-PreferredBrokerId <uint> ID of the preferred Connection Broker.

<CommonParameters>

INPUTS

EnrollmentServerarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASEnrollmentServer -Id 10 -Server "MyServer" Sets information about the Enrollment server specified by its ID

Last updated