Copy-CMWdacSetting

SYNOPSIS

Zrób kopię obiektu Microsoft Defender Application Control zasad.

SYNTAX

Copy-CMWdacSetting [-WdacSettings] <CMWdacSettings> -Name <String> [-Description <String>]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]

DESCRIPTION

To polecenie cmdlet tworzy kopię obiektu Microsoft Defender Application Control zasad. Uwzględniane są wszystkie istniejące zasady. Aby uzyskać ten obiekt, użyj polecenia Get-CMWdacSetting.

EXAMPLES

Przykład 1: kopiowanie istniejącego obiektu zasad

Ten przykład pobiera istniejący Microsoft Defender Application Control zasad sieciowych według nazwy i tworzy kopię.

Get-CMWdacSetting -Name "My App Control settings" | Copy-CMWdacSetting -Name "New App Control settings"

PARAMETERS

-Description (Opis)

Określ opis nowego obiektu Microsoft Defender Application Control zasad.

Type: String
Parameter Sets: (All)
Aliases:

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ę nowego obiektu zasad Microsoft Defender Application Control zasad.

Type: String
Parameter Sets: (All)
Aliases:

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

-WdacSettings

Określ obiekt Microsoft Defender Application Control do skopiowania. Aby uzyskać ten obiekt, użyj polecenia Get-CMWdacSetting.

Type: CMWdacSettings
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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

Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.WDAC.CMWdacSettings

OUTPUTS

Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.WDAC.CMWdacSettings

UWAGI

Get-CMWdacSetting

New-CMWdacSetting

Remove-CMWdacSetting

Set-CMWdacSetting