MDM_BrowserSettings class

Contains configuration information about browser security settings on the device.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_BrowserSettings
{
  Uint32  Key;
  boolean ForceFraudWarning;
  boolean AutofillEnabled;
  boolean InternetScriptingEnabled;
  boolean InternetPluginsEnabled;
  boolean InternetBlockPopups;
  boolean AlwaysSendDoNotTrackHeader;
  boolean IntranetSecurityZoneEnabled;
  boolean InternetProtectedModeEnabled;
  boolean GoToIntranetForSingleWord;
  Uint32  InternetZoneSecurityLevel;
  Uint32  IntranetZoneSecurityLevel;
  Uint32  RestrictedSitesZoneSecurityLevel;
  Uint32  TrustedSitesZoneSecurityLevel;
};

Members

The MDM_BrowserSettings class has these types of members:

Properties

The MDM_BrowserSettings class has these properties.

AlwaysSendDoNotTrackHeader
Data type: boolean
Access type: Read-only

True if the Always send do not track header setting is enabled.

AutofillEnabled
Data type: boolean
Access type: Read-only

True if Auto fill is enabled.

ForceFraudWarning
Data type: boolean
Access type: Read-only

True if the Force fraud warning is enabled.

GoToIntranetForSingleWord
Data type: boolean
Access type: Read-only

True if the Go to Intranet for single word setting is enabled.

InternetBlockPopups
Data type: boolean
Access type: Read-only

True if pop-up windows are disabled.

InternetPluginsEnabled
Data type: boolean
Access type: Read-only

True if plugins are enabled.

InternetProtectedModeEnabled
Data type: boolean
Access type: Read-only

True if the Internet protected mode is enabled.

InternetScriptingEnabled
Data type: boolean
Access type: Read-only

True if Scripting is enabled for the Internet security zone.

InternetZoneSecurityLevel
Data type: Uint32
Access type: Read-only

The security level for the Internet security zone.

Possible values are.

Medium (3)

Medium-high (4)

High (5)

IntranetSecurityZoneEnabled
Data type: boolean
Access type: Read-only

True if the Intranet security zone is enabled.

IntranetZoneSecurityLevel
Data type: Uint32
Access type: Read-only

The security level for the Intranet security zone.

Possible values are.

Low (1)

Medium-low (2)

Medium (3)

Medium-high (4)

High (5)

Key
Data type: Uint32
Access type: Read-only
Qualifiers: key

Identifies the MDM_BrowserSettings class instance.

RestrictedSitesZoneSecurityLevel
Data type: Uint32
Access type: Read-only

The security level for the restricted sites security zone.

Possible values are.

Low (1)

Medium-low (2)

Medium (3)

Medium-high (4)

High (5)

TrustedSitesZoneSecurityLevel
Data type: Uint32
Access type: Read-only

The security level for the trusted sites security zone.

Possible values are.

Low (1)

Medium-low (2)

Medium (3)

Medium-high (4)

High (5)

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Namespace

Root\CIMv2\MDM

MOF

MDMSettingsProv.mof

DLL

MDMSettingsProv.dll

See also

Mobile Device Management Settings Classes

 

 

Show: