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.
-SiteId <uint> 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.
-Name <string> 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.
-Id <uint> The ID of a windows device group from which to modify the settings.
-DisplayName <string> Modify the description of the Windows Device Group.
-Description <string> Modify the description of the Windows Device Group.
-Enabled <bool> Enable or disable the Windows Device Group.
-DisableRemovableDrives <bool> Enable or disable Removeable Drives.
-DisablePrintScreen <bool> Enable or disable Print Screens.
-ReplaceDesktop <bool> Enable or disable the Replace Desktop option.
-KioskMode <bool> Enable or disable Kiosk Mode.
-UseClientAsDesktop <bool> Enable or disable the Client As Desktop option.
-AdminModePassword <SecureString> The Admin Mode Passoword.
-EnableFirewall <bool> Enable or disable Firewall option.
-RequestAuthorization <bool> 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.
-InputObject <> The Windows Device Group to modify.