Set-RASClientPolicyOrder
Last updated
Last updated
Set-RASClientPolicyOrder
Change the order of a RAS Client Policy.
Set-RASClientPolicyOrder [-] <uint> - {Up | Down} [<>]
Set-RASClientPolicyOrder [-] <> - {Up | Down} [<>]
Set-RASClientPolicyOrder [-] <string> - {Up | Down} [<>]
Changes the order of a RAS Client Policy by moving it up or down in the priority list.
-Name <string> The name of the RAS Client Policy.
This must be the actual name of the Client Policy used in Parallels RAS.
-Id <uint> The ID of the RAS Client Policy.
To obtain the object, use the Get-RASClientPolicy cmdlet.
Possible values: Up, Down
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Set-RASClientPolicyOrder -Id 5 -Direction Up
Changes the order of the specified (by ID) RAS Client Policy (moving 1 order up). ---------- EXAMPLE 2 ----------
Set-RASClientPolicyOrder -InputObject $ClientPolicy -Direction Down
Changes the order of the specified (by InputObject) RAS Client Policy (moving 1 order down).
-InputObject <> An object of type Client Policy representing the RAS Client Policy.
-Direction <> The direction to move the Client Policy object: Up or Down (changes the order of the Client Policy accordingly).