New-CMMicrosoftEdgeBrowserProfiles

SYNOPSIS

Utwórz zasady do zarządzania Starsza wersja Microsoft Edge ustawieniami przeglądarki.

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

Utwórz zasady do zarządzania Starsza wersja Microsoft Edge ustawieniami przeglądarki. Te zasady dotyczą tylko klientów w Windows 10, wersji 1703 lub nowszej oraz Starsza wersja Microsoft Edge wersji 45 lub starszej. Aby uzyskać więcej informacji, zobacz Configure Starsza wersja Microsoft Edge settings in Menedżer konfiguracji(Konfigurowanie ustawień Menedżer konfiguracji ). Ten artykuł zawiera również więcej szczegółów na temat konkretnych ustawień zasad.

Aby uzyskać więcej informacji na temat zarządzania programem Microsoft Edge w wersji 77 lub nowszej za pomocą programu Menedżer konfiguracji, zobacz Deploy Microsoft Edge, version 77 and later. Aby uzyskać więcej informacji na temat konfigurowania zasad dla Microsoft Edge w wersji 77 lub nowszej, zobacz Microsoft Edge — Zasady.

EXAMPLES

Przykład 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

Skonfiguruj ustawienie na liście rozwijanej Zezwalaj na pasek adresu.

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

Skonfiguruj ustawienie Zezwalaj na automatyczne wypełnianie.

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

Skonfiguruj ustawienie Zezwalaj na pliki cookie.

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

Skonfiguruj ustawienie Zezwalaj na Narzędzia deweloperskie.

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

Skonfiguruj ustawienie Zezwalaj na Nie śledź nagłówków.

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

Skonfiguruj ustawienie Zezwalaj na rozszerzenia.

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

Skonfiguruj ustawienie Zezwalaj na menedżera haseł.

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

Skonfiguruj ustawienie Zezwalaj na blokowanie wyskakujących okienek.

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

Skonfiguruj ustawienie Zezwalaj na sugestie wyszukiwania na pasku adresu.

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

Skonfiguruj ustawienie Microsoft Defender SmartScreen Zezwalaj filtrowi 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

Skonfiguruj ustawienie Zezwalaj na wyczyść dane przeglądania przy zamykaniu .

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

Monituje o potwierdzenie przed uruchomieniem polecenia cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description (Opis)

Podaj opcjonalny opis zasad profilu przeglądarki.

Type: String
Parameter Sets: (All)
Aliases: LocalizedDescription

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DisableWildcardHandling

Ten parametr traktuje symbole wieloznaczne jako wartości znaków literału. Nie można połączyć go z forceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ForceWildcardHandling

Ten parametr przetwarza symbole wieloznaczne i może prowadzić do nieoczekiwanego zachowania (nie jest zalecane). Nie można połączyć go z disableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Określ nazwę zasad profilu przeglądarki.

Type: String
Parameter Sets: (All)
Aliases: LocalizedDisplayName

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PreventOverrideFiles

Skonfiguruj ustawienie Microsoft Defender SmartScreen: użytkownicy mogą przesłonić monit filtru SmartScreen o pliki.

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

Skonfiguruj ustawienie Microsoft Defender SmartScreen: użytkownicy mogą przesłonić monit filtru SmartScreen dla witryn.

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

Skonfiguruj ustawienie Zezwalaj na wysyłanie ruchu intranetowego do 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

Skonfiguruj ustawienie, aby ustawić Microsoft Edge przeglądarki jako domyślną. Jeśli to ustawienie zostanie skonfigurowane, Menedżer konfiguracji domyślne ustawienie Windows 10 dla przeglądarki internetowej na Starsza wersja Microsoft Edge.

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

Określ obsługiwany obiekt platformy, do którego mają zastosowanie te zasady. Aby uzyskać ten obiekt, użyj polecenia cmdlet 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

Skonfiguruj ustawienie Zezwalaj na synchronizowanie ulubionych między przeglądarkami firmy Microsoft.

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

Pokazuje, co się stanie po uruchomieniu polecenia cmdlet. Polecenie cmdlet nie jest uruchamiane.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Typowe parametry

To polecenie cmdlet obsługuje typowe parametry: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction i -WarningVariable. Aby uzyskać więcej informacji, zobacz about_CommonParameters.

INPUTS

Brak

OUTPUTS

IResultObject#SMS_ConfigurationPolicy

UWAGI

Get-CMMicrosoftEdgeBrowserProfiles

Set-CMMicrosoftEdgeBrowserProfiles

Konfigurowanie Starsza wersja Microsoft Edge ustawień Menedżer konfiguracji