The GetRemCtrlSettings Windows Management Instrumentation (WMI) class method, in Configuration Manager, that …
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
uint32 GetRemCtrlSettings { [IN] UInt32 RemoteControlSettingsLoc [OUT] Boolean AllowClientChange [OUT] Boolean UseLocalSettings [OUT] Boolean RemoteControlEnabled [OUT] Boolean AllowRemCtrlToUnattended [OUT] Boolean PermissionRequired [OUT] UInt32 AccessLevel [OUT] UInt32 AudibleSignal [OUT] Boolean ConnectionBar [OUT] Boolean TaskbarIcon }; |
Parameters
- RemoteControlSettingsLoc
- Data type: UInt32Qualifiers: [id("0"), in]RemoteControlSettingsLoc.
- AllowClientChange
- Data type: BooleanQualifiers: [id("1"), out]AllowClientChange.
- UseLocalSettings
- Data type: BooleanQualifiers: [id("2"), out]UseLocalSettings.
- RemoteControlEnabled
- Data type: BooleanQualifiers: [id("3"), out]RemoteControlEnabled.
- AllowRemCtrlToUnattended
- Data type: BooleanQualifiers: [id("4"), out]AllowRemCtrlToUnattended.
- PermissionRequired
- Data type: BooleanQualifiers: [id("5"), out]PermissionRequired.
- AccessLevel
- Data type: UInt32Qualifiers: [id("6"), out]AccessLevel.
- AudibleSignal
- Data type: UInt32Qualifiers: [id("7"), out]AudibleSignal.
- ConnectionBar
- Data type: BooleanQualifiers: [id("8"), out]ConnectionBar.
- TaskbarIcon
- Data type: BooleanQualifiers: [id("9"), out]TaskbarIcon.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.