The GetRemCtrlSettings Windows Management Instrumentation (WMI) class method, in Configuration Manager, that gets the remote control settings on a client computer.  

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]true if users can change policy or notification settings in Software Center.  
UseLocalSettings

Data type: BooleanQualifiers: [id("2"), out]truetrue if Remote Assistance settings, which might be configured by the user in a Control Panel program, should be overridden by the Configuration Manager settings.  
RemoteControlEnabled

Data type: BooleanQualifiers: [id("3"), out]true if the remote control agent is enabled.  
AllowRemCtrlToUnattended

Data type: BooleanQualifiers: [id("4"), out]true if the user should be prompted for permission to remote control the computer.  
PermissionRequired

Data type: BooleanQualifiers: [id("5"), out]true if permission is required before starting a remote control session.  
AccessLevel

Data type: UInt32Qualifiers: [id("6"), out]Access level allowed. Possible values are:  

0

No access

1

View only

2

Full control

AudibleSignal

Data type: UInt32Qualifiers: [id("7"), out]Value indicating if a control beep should be sounded during a remote control session to signify that the computer is being remotely controlled. This is only for Remote Control, not Remote Assistance. Possible values are:  

0

None

1

Beginning and end of session

2

Repeatedly

ConnectionBar

Data type: BooleanQualifiers: [id("8"), out]true to show the session connection bar.  
TaskbarIcon

Data type: BooleanQualifiers: [id("9"), out]true to show the session notification icon on the taskbar.  

Remarks

Requirements

Runtime Requirements

Development Requirements