New-CMMicrosoftEdgeBrowserProfiles
SYNOPSIS
Skapa en princip för att hantera Microsoft Edge (äldre version) webbläsarinställningar.
SYNTAX
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
Skapa en princip för att hantera Microsoft Edge (äldre version) webbläsarinställningar. Den här principen gäller endast klienter Windows 10 version 1703 eller senare och Microsoft Edge (äldre version) version 45 och tidigare. Mer information finns i Konfigurera Microsoft Edge (äldre version) i Konfigurationshanteraren. Den här artikeln innehåller även mer information om de specifika principinställningarna.
Mer information om hur du Microsoft Edge version 77 eller senare med Konfigurationshanteraren finns i Distribuera Microsoft Edge version 77 och senare. Mer information om hur du konfigurerar principer Microsoft Edge version 77 eller senare finns i Microsoft Edge - Principer.
EXAMPLES
Exempel 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
Konfigurera inställningen till listrutan Tillåt adressfält.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowAutoFill
Konfigurera inställningen till Tillåt autofyll.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowCookies
Konfigurera inställningen till Tillåt cookies.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowDeveloperTools
Konfigurera inställningen till Tillåt Utvecklarverktyg.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowDoNotTrack
Konfigurera inställningen till Tillåt Do Not Track sidhuvuden.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowExtensions
Konfigurera inställningen till Tillåt tillägg.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowPasswordManager
Konfigurera inställningen till Tillåt lösenordshanteraren.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowPopups
Konfigurera inställningen till Tillåt blockering av popup-fönster.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowSearchSuggestions
Konfigurera inställningen till Tillåt sökförslag i adressfältet.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases: AllowSearchSuggestionsinAddressBar
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AllowSmartScreen
Konfigurera Microsoft Defender SmartScreen till Tillåt SmartScreen.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ClearBrowsingDataOnExit
Konfigurera inställningen till Tillåt att webbdata rensas vid avslut.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Uppmanar dig att bekräfta innan du kör cmdleten.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Beskrivning
Ange en valfri beskrivning för webbläsarprofilprincipen.
Type: String
Parameter Sets: (All)
Aliases: LocalizedDescription
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DisableWildcardHandling
Den här parametern behandlar jokertecken som värden för literaltecken. Du kan inte kombinera den med ForceWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ForceWildcardHandling
Den här parametern bearbetar jokertecken och kan leda till oväntat beteende (rekommenderas inte). Du kan inte kombinera den med DisableWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
Ange ett namn för webbläsarprofilprincipen.
Type: String
Parameter Sets: (All)
Aliases: LocalizedDisplayName
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PreventOverrideFiles
Konfigurera inställningen Microsoft Defender SmartScreen: Användare kan åsidosätta SmartScreen-prompten för filer.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases: PreventSmartScreenPromptOverrideForFiles
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PreventPromptOverride
Konfigurera inställningen Microsoft Defender SmartScreen: Användare kan åsidosätta SmartScreen-prompten för webbplatser.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases: PreventSmartScreenPromptOverride
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SendIntranetTrafficToIE
Konfigurera inställningen tillåt att intranättrafik skickas till Internet Explorer.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases: SendIntranetTrafficToInternetExplorer
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SetEdgeBrowserAsDefault
Konfigurera inställningen till Ange Microsoft Edge som standard. Om du konfigurerar den här Konfigurationshanteraren konfigurerar Windows 10 standardappinställningen för webbläsaren så att den Microsoft Edge (äldre version).
Type: EdgeBrowserAsDefaultSettingType
Parameter Sets: (All)
Aliases:
Accepted values: Configured, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SupportedPlatform
Ange ett plattformsobjekt som stöds för vilket den här principen är tillämplig. Hämta det här objektet med hjälp av cmdleten Get-CMSupportedPlatform.
Type: IResultObject[]
Parameter Sets: (All)
Aliases: SupportedPlatforms
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SyncFavoritesIEAndEdge
Konfigurera inställningen till Tillåt synkronisering av favoriter mellan Microsoft-webbläsare.
Type: EdgeBrowserSettingType
Parameter Sets: (All)
Aliases: SyncFavoritesBetweenIEAndMicrosoftEdge
Accepted values: Allow, NotAllow, NotConfigured
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Visar vad som skulle hända om cmdleten kördes. Cmdleten körs inte.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
Denna cmdlet har stöd för parametrarna -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction och -WarningVariable. Mer information finns i about_CommonParameters.
INPUTS
Ingen
OUTPUTS
IResultObject#SMS_ConfigurationPolicy
ANTECKNINGAR
RELATED LINKS
Get-CMMicrosoftEdgeBrowserProfiles
Set-CMMicrosoftEdgeBrowserProfiles
Konfigurera Microsoft Edge (äldre version) i Konfigurationshanteraren