Set-RASWinDeviceGroup.md
NAME
Set-RASWinDeviceGroup
SYNOPSIS
Modifies the Windows device group.
SYNTAX
**Set-RASWinDeviceGroup [[-SiteId] (uint)] [AdminModePassword (SecureString)] [Description (string)] [DisablePrintScreen (bool)] [DisableRemovableDrives (bool)] [DisplayName (string)] [Enabled (bool)] [EnableFirewall (bool)] [KioskMode (bool)] [ReplaceDesktop (bool)] [RequestAuthorization (bool)] [UseClientAsDesktop (bool)] [(CommonParameters)]
Set-RASWinDeviceGroup [Id] (uint) [AdminModePassword (SecureString)] [Description (string)] [DisablePrintScreen (bool)] [DisableRemovableDrives (bool)] [DisplayName (string)] [Enabled (bool)] [EnableFirewall (bool)] [KioskMode (bool)] [ReplaceDesktop (bool)] [RequestAuthorization (bool)] [UseClientAsDesktop (bool)] [(CommonParameters)]
**Set-RASWinDeviceGroup [[-InputObject] (WinDeviceGroup)] [AdminModePassword (SecureString)] [Description (string)] [DisablePrintScreen (bool)] [DisableRemovableDrives (bool)] [DisplayName (string)] [Enabled (bool)] [EnableFirewall (bool)] [KioskMode (bool)] [ReplaceDesktop (bool)] [RequestAuthorization (bool)] [UseClientAsDesktop (bool)] [(CommonParameters)]
Set-RASWinDeviceGroup [[-Name] (string)] [AdminModePassword (SecureString)] [Description (string)] [DisablePrintScreen (bool)] [DisableRemovableDrives (bool)] [DisplayName (string)] [Enabled (bool)] [EnableFirewall (bool)] [KioskMode (bool)] [ReplaceDesktop (bool)] [RequestAuthorization (bool)] [UseClientAsDesktop (bool)] [(CommonParameters)]
DESCRIPTION
Modifies the Windows device group.
PARAMETERS
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.
InputObject (WinDeviceGroup)
The Windows Device Group to modify.
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)
INPUTS
OUTPUTS
-none-
EXAMPLES
**---------- 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.
RELATED LINKS
Last updated