MDM_Policy_Result01_Browser02 class

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The MDM_Policy_Result01_Browser02 class represents the browser policies available.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[InPartition("local-system", "local-user"), dynamic, provider("DMWmiBridgeProv")]
class MDM_Policy_Result01_Browser02
{
  string InstanceID;
  string ParentID;
  sint32 AllowAddressBarDropdown;
  sint32 AllowAutofill;
  sint32 AllowCookies;
  sint32 AllowDeveloperTools;
  sint32 AllowInPrivate;
  sint32 AllowMicrosoftCompatibilityList;
  sint32 AllowDoNotTrack;
  sint32 AllowFlashClickToRun;
  sint32 AllowFlash;
  sint32 AllowExtensions;
  sint32 AllowPasswordManager;
  sint32 AllowPopups;
  sint32 AllowSearchEngineCustomization;
  sint32 AllowSearchSuggestionsinAddressBar;
  sint32 AllowSmartScreen;
  sint32 AlwaysEnableBooksLibrary;
  sint32 DisableLockdownOfStartPages;
  string ConfigureAdditionalSearchEngines;
  sint32 ClearBrowsingDataOnExit;
  string EnterpriseModeSiteList;
  string EnterpriseSiteListServiceUrl;
  string Homepages;
  sint32 LockdownFavorites;
  sint32 PreventAccessToAboutFlagsInMicrosoftEdge;
  sint32 PreventLiveTileDataCollection;
  sint32 PreventFirstRunPage;
  sint32 PreventSmartScreenPromptOverride;
  sint32 PreventSmartScreenPromptOverrideForFiles;
  sint32 PreventUsingLocalHostIPAddressForWebRTC;
  string ProvisionFavorites;
  sint32 SendIntranetTraffictoInternetExplorer;
  string SetDefaultSearchEngine;
  sint32 ShowMessageWhenOpeningSitesInInternetExplorer;
  sint32 SyncFavoritesBetweenIEAndMicrosoftEdge;
};

Members

The MDM_Policy_Result01_Browser02 class has these types of members:

Properties

The MDM_Policy_Result01_Browser02 class has these properties.

AllowAddressBarDropdown

Data type: sint32

Access type: Read/write

AllowAutofill

Data type: sint32

Access type: Read/write

AllowCookies

Data type: sint32

Access type: Read/write

AllowDeveloperTools

Data type: sint32

Access type: Read/write

AllowDoNotTrack

Data type: sint32

Access type: Read/write

AllowExtensions

Data type: sint32

Access type: Read/write

AllowFlash

Data type: sint32

Access type: Read/write

AllowFlashClickToRun

Data type: sint32

Access type: Read/write

AllowInPrivate

Data type: sint32

Access type: Read/write

AllowMicrosoftCompatibilityList

Data type: sint32

Access type: Read/write

AllowPasswordManager

Data type: sint32

Access type: Read/write

AllowPopups

Data type: sint32

Access type: Read/write

AllowSearchEngineCustomization

Data type: sint32

Access type: Read/write

AllowSearchSuggestionsinAddressBar

Data type: sint32

Access type: Read/write

AllowSmartScreen

Data type: sint32

Access type: Read/write

AlwaysEnableBooksLibrary

Data type: sint32

Access type: Read/write

ClearBrowsingDataOnExit

Data type: sint32

Access type: Read/write

ConfigureAdditionalSearchEngines

Data type: string

Access type: Read/write

DisableLockdownOfStartPages

Data type: sint32

Access type: Read/write

EnterpriseModeSiteList

Data type: string

Access type: Read/write

EnterpriseSiteListServiceUrl

Data type: string

Access type: Read/write

Homepages

Data type: string

Access type: Read/write

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key

Identifies the name of the parent node. For this class, the string is "Browser".

LockdownFavorites

Data type: sint32

Access type: Read/write

ParentID

Data type: string

Access type: Read-only

Qualifiers: key

Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/Policy/Result"

PreventAccessToAboutFlagsInMicrosoftEdge

Data type: sint32

Access type: Read/write

PreventFirstRunPage

Data type: sint32

Access type: Read/write

PreventLiveTileDataCollection

Data type: sint32

Access type: Read/write

PreventSmartScreenPromptOverride

Data type: sint32

Access type: Read/write

PreventSmartScreenPromptOverrideForFiles

Data type: sint32

Access type: Read/write

PreventUsingLocalHostIPAddressForWebRTC

Data type: sint32

Access type: Read/write

ProvisionFavorites

Data type: string

Access type: Read/write

SendIntranetTraffictoInternetExplorer

Data type: sint32

Access type: Read/write

SetDefaultSearchEngine

Data type: string

Access type: Read/write

ShowMessageWhenOpeningSitesInInternetExplorer

Data type: sint32

Access type: Read/write

SyncFavoritesBetweenIEAndMicrosoftEdge

Data type: sint32

Access type: Read/write

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM\DMMap
MOF
DMWmiBridgeProv.mof
DLL
DMWmiBridgeProv.dll

See also

Using PowerShell scripting with the WMI Bridge Provider