Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
New-CMMicrosoftEdgeBrowserProfiles
- Module:
- ConfigurationManager Module
Create a policy to manage Microsoft Edge Legacy browser settings.
Syntax
Default (Default)
New-CMMicrosoftEdgeBrowserProfiles
[-AllowAddressBarDropDown <EdgeBrowserSettingType>]
[-AllowAutoFill <EdgeBrowserSettingType>]
[-AllowCookies <EdgeBrowserSettingType>]
[-AllowDeveloperTools <EdgeBrowserSettingType>]
[-AllowDoNotTrack <EdgeBrowserSettingType>]
[-AllowExtensions <EdgeBrowserSettingType>]
[-AllowPasswordManager <EdgeBrowserSettingType>]
[-AllowPopups <EdgeBrowserSettingType>]
[-AllowSearchSuggestions <EdgeBrowserSettingType>]
[-AllowSmartScreen <EdgeBrowserSettingType>]
[-ClearBrowsingDataOnExit <EdgeBrowserSettingType>]
[-Description <String>]
-Name <String>
[-PreventOverrideFiles <EdgeBrowserSettingType>]
[-PreventPromptOverride <EdgeBrowserSettingType>]
[-SendIntranetTrafficToIE <EdgeBrowserSettingType>]
[-SetEdgeBrowserAsDefault <EdgeBrowserAsDefaultSettingType>]
-SupportedPlatform <IResultObject[]>
[-SyncFavoritesIEAndEdge <EdgeBrowserSettingType>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Create a policy to manage Microsoft Edge Legacy browser settings. This policy only applies to clients on Windows 10, version 1703 or later, and Microsoft Edge Legacy version 45 and earlier. For more information, see Configure Microsoft Edge Legacy settings in Configuration Manager. This article also includes more details on the specific policy settings.
For more information on managing Microsoft Edge version 77 or later with Configuration Manager, see Deploy Microsoft Edge, version 77 and later. For more information on configuring policies for Microsoft Edge version 77 or later, see Microsoft Edge - Policies.
Examples
Example 1
$os1 = Get-CMSupportedPlatform -Name "*Windows*10*" -Fast
New-CMMicrosoftEdgeBrowserProfiles -Name "Edge1" -SupportedPlatform $os1 -AllowAddressBarDropDown Allow -AllowAutoFill Allow -AllowCookies Allow -AllowDeveloperTools Allow -AllowDoNotTrack Allow -AllowExtensions Allow -AllowPasswordManager Allow -AllowPopups Allow -AllowSearchSuggestions Allow -AllowSmartScreen Allow -ClearBrowsingDataOnExit Allow -Description "Edge1" -PreventOverrideFiles Allow -PreventPromptOverride Allow -SendIntranetTrafficToIE Allow -SetEdgeBrowserAsDefault Configured -SyncFavoritesIEAndEdge Allow
Parameters
-AllowAddressBarDropDown
Configure the setting to Allow address bar drop-down.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowAutoFill
Configure the setting to Allow autofill.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowCookies
Configure the setting to Allow cookies.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowDeveloperTools
Configure the setting to Allow Developer Tools.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowDoNotTrack
Configure the setting to Allow Do Not Track headers.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowExtensions
Configure the setting to Allow extensions.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowPasswordManager
Configure the setting to Allow password manager.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowPopups
Configure the setting to Allow pop-up blocker.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-AllowSearchSuggestions
Configure the setting to Allow search suggestions in address bar.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | AllowSearchSuggestionsinAddressBar |
Parameter sets
-AllowSmartScreen
Configure the Microsoft Defender SmartScreen setting to Allow SmartScreen.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ClearBrowsingDataOnExit
Configure the setting to Allow clear browsing data on exit.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | cf |
Parameter sets
-Description
Specify an optional description for the browser profile policy.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | LocalizedDescription |
Parameter sets
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Name
Specify a name for the browser profile policy.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | LocalizedDisplayName |
Parameter sets
-PreventOverrideFiles
Configure the Microsoft Defender SmartScreen setting: Users can override SmartScreen prompt for files.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | PreventSmartScreenPromptOverrideForFiles |
Parameter sets
-PreventPromptOverride
Configure the Microsoft Defender SmartScreen setting: Users can override SmartScreen prompt for sites.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | PreventSmartScreenPromptOverride |
Parameter sets
-SendIntranetTrafficToIE
Configure the setting to Allow send intranet traffic to Internet Explorer.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | SendIntranetTrafficToInternetExplorer |
Parameter sets
-SetEdgeBrowserAsDefault
Configure the setting to Set Microsoft Edge browser as default. If you configure this setting, Configuration Manager configures the Windows 10 default app setting for web browser to Microsoft Edge Legacy.
Parameter properties
| Type: | EdgeBrowserAsDefaultSettingType |
| Default value: | None |
| Accepted values: | Configured, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-SupportedPlatform
Specify a supported platform object to which this policy is applicable. To get this object, use the Get-CMSupportedPlatform cmdlet.
Parameter properties
| Type: | IResultObject[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | SupportedPlatforms |
Parameter sets
-SyncFavoritesIEAndEdge
Configure the setting to Allow sync favorites between Microsoft browsers.
Parameter properties
| Type: | EdgeBrowserSettingType |
| Default value: | None |
| Accepted values: | Allow, NotAllow, NotConfigured |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | SyncFavoritesBetweenIEAndMicrosoftEdge |
Parameter sets
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | wi |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
IResultObject
Related Links
Feedback
Was this page helpful?
