# WinDeviceGroup

## NAMESPACE

RASAdminEngine.Core.OutputModels.WinDeviceGroup

## DESCRIPTION

Windows device group

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

[RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj)

⇒

WinDeviceGroup

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type     | Name                   | Description                                                                                                                                                                                                            |
| -------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| String   | AdminCreate            | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who created the object.                                           |
| String   | AdminLastMod           | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who last modified the object.                                     |
| String   | Description            | Description of the Windows device group                                                                                                                                                                                |
| Boolean  | DisablePrintScreen     | Whether Print Screens are disabled or not.                                                                                                                                                                             |
| Boolean  | DisableRemovableDrives | Whether Removeable drives are disabled or not.                                                                                                                                                                         |
| Boolean  | EnableFirewall         | Whether the Firewall option is enabled or not.                                                                                                                                                                         |
| UInt32   | Id                     | ID of the object. List<[WinDeviceGroupInboundPort](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/windevicegroupinboundport)> InboundPorts The Inbound Ports. |
| Boolean  | KioskMode              | Whether the Kiosk Mode option is enabled or not.                                                                                                                                                                       |
| String   | Name                   | Windows device group name                                                                                                                                                                                              |
| Boolean  | ReplaceDesktop         | Whether the Replace Desktop option is enabled or not.                                                                                                                                                                  |
| Boolean  | RequestAuthorization   | Whether the Request Authorization option is enabled or not.                                                                                                                                                            |
| UInt32   | SiteId                 | The ID of the Site from which to retrieve the Windows device group.                                                                                                                                                    |
| DateTime | TimeCreate             | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was created.                                      |
| DateTime | TimeLastMod            | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was last modified.                                |
| Boolean  | UseClientAsDesktop     | Whether the Use Client As Desktop option is enabled or not.                                                                                                                                                            |

## PUBLIC METHODS

| Type                                                                                                                                                                                          | Name                       | Description                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Int32                                                                                                                                                                                         | CompareTo (Object obj)     | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Boolean                                                                                                                                                                                       | Equals (Object obj)        | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Int32                                                                                                                                                                                         | GetHashCode ()             | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Type                                                                                                                                                                                          | GetType ()                 | String                                                                                                                                                        |
| ToString ()                                                                                                                                                                                   | ### References to Commands |                                                                                                                                                               |
| ----                                                                                                                                                                                          |                            |                                                                                                                                                               |
| [Get-RASWinDeviceGroupInboundPort](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Get-RASWinDeviceGroupInboundPort.md) |                            |                                                                                                                                                               |
