WinDeviceGroup Class

NAMESPACE

RASAdminEngine.Core.OutputModels.WinDeviceGroup

DESCRIPTION

Windows device group

INHERITED FROM

RASSerilazableObj
RASListObj
WinDeviceGroup

INTERFACES

PUBLIC PROPERTIES

Type Name Description
String AdminCreate Inherited from RASListObj
String AdminLastMod Inherited from RASListObj
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
List<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
DateTime TimeLastMod Inherited from RASListObj
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
Boolean Equals (Object obj) Inherited from RASSerilazableObj
Int32 GetHashCode () Inherited from RASSerilazableObj
Type GetType ()
String ToString ()

References to Commands

Add-RASWinDeviceGroupInboundPort
Get-RASWinDeviceGroup
Get-RASWinDeviceGroupInboundPort
New-RASWinDeviceGroup
Remove-RASWinDeviceGroup
Remove-RASWinDeviceGroupInboundPort
Set-RASWinDeviceGroup