Set-RASWinDeviceGroup
Last updated
Last updated
Set-RASWinDeviceGroup
Modifies the Windows device group.
Set-RASWinDeviceGroup [[-] (uint)] [ (SecureString)] [ (string)] [ (bool)] [ (bool)] [ (string)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [()]
Set-RASWinDeviceGroup []** (uint) [ (SecureString)] [ (string)] [ (bool)] [ (bool)] [ (string)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [()]
Set-RASWinDeviceGroup [[-] ()] [ (SecureString)] [ (string)] [ (bool)] [ (bool)] [ (string)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [()]
Set-RASWinDeviceGroup [[-]** (string)] [ (SecureString)] [ (string)] [ (bool)] [ (bool)] [ (string)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [ (bool)] [()]
Modifies the Windows device group.
The ID of the Site from which to modify the windows device group settings.
If the parameter is omitted, the Licensing Server Site ID will be used.
The name of the windows device group from which to modify the settings.
This must be the actual windows device group name used in the RAS farm.
The ID of a windows device group from which to modify the settings.
The Windows Device Group to modify.
Modify the description of the Windows Device Group.
Modify the description of the Windows Device Group.
Enable or disable the Windows Device Group.
Enable or disable Removeable Drives.
Enable or disable Print Screens.
Enable or disable the Replace Desktop option.
Enable or disable Kiosk Mode.
Enable or disable the Client As Desktop option.
The Admin Mode Passoword.
Enable or disable Firewall option.
Enable or disable the Request Authorization option.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Set-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "updated desc"
Modifies the description of the Windows device group specified by name. **---------- EXAMPLE 2 ----------
Set-RASWinDeviceGroup -Id 1 -Description "updated desc"
Modifies the description of the Windows device group with Id 1. **---------- EXAMPLE 3 ----------
Set-RASWinDeviceGroup $WinDeviceGroupObj -Description "updated desc"
Modifies the description of the Windows device group specified by the object obtained from the pipeline output.