Set-NetFirewallProfile

Set-NetFirewallProfile

Configures settings that apply to the per-profile configurations of the Windows Firewall with Advanced Security.

Sintaxis

Parameter Set: ByName
Set-NetFirewallProfile [-Name] <String[]> [-AllowInboundRules <GpoBoolean> ] [-AllowLocalFirewallRules <GpoBoolean> ] [-AllowLocalIPsecRules <GpoBoolean> ] [-AllowUnicastResponseToMulticast <GpoBoolean> ] [-AllowUserApps <GpoBoolean> ] [-AllowUserPorts <GpoBoolean> ] [-AsJob] [-CimSession <CimSession[]> ] [-DefaultInboundAction <Action> ] [-DefaultOutboundAction <Action> ] [-DisabledInterfaceAliases <String[]> ] [-Enabled <GpoBoolean> ] [-EnableStealthModeForIPsec <GpoBoolean> ] [-GPOSession <String> ] [-LogAllowed <GpoBoolean> ] [-LogBlocked <GpoBoolean> ] [-LogFileName <String> ] [-LogIgnored <GpoBoolean> ] [-LogMaxSizeKilobytes <UInt64> ] [-NotifyOnListen <GpoBoolean> ] [-PassThru] [-PolicyStore <String> ] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: GetAll
Set-NetFirewallProfile [-All] [-AllowInboundRules <GpoBoolean> ] [-AllowLocalFirewallRules <GpoBoolean> ] [-AllowLocalIPsecRules <GpoBoolean> ] [-AllowUnicastResponseToMulticast <GpoBoolean> ] [-AllowUserApps <GpoBoolean> ] [-AllowUserPorts <GpoBoolean> ] [-AsJob] [-CimSession <CimSession[]> ] [-DefaultInboundAction <Action> ] [-DefaultOutboundAction <Action> ] [-DisabledInterfaceAliases <String[]> ] [-Enabled <GpoBoolean> ] [-EnableStealthModeForIPsec <GpoBoolean> ] [-GPOSession <String> ] [-LogAllowed <GpoBoolean> ] [-LogBlocked <GpoBoolean> ] [-LogFileName <String> ] [-LogIgnored <GpoBoolean> ] [-LogMaxSizeKilobytes <UInt64> ] [-NotifyOnListen <GpoBoolean> ] [-PassThru] [-PolicyStore <String> ] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: InputObject (cdxml)
Set-NetFirewallProfile -InputObject <CimInstance[]> [-AllowInboundRules <GpoBoolean> ] [-AllowLocalFirewallRules <GpoBoolean> ] [-AllowLocalIPsecRules <GpoBoolean> ] [-AllowUnicastResponseToMulticast <GpoBoolean> ] [-AllowUserApps <GpoBoolean> ] [-AllowUserPorts <GpoBoolean> ] [-AsJob] [-CimSession <CimSession[]> ] [-DefaultInboundAction <Action> ] [-DefaultOutboundAction <Action> ] [-DisabledInterfaceAliases <String[]> ] [-Enabled <GpoBoolean> ] [-EnableStealthModeForIPsec <GpoBoolean> ] [-LogAllowed <GpoBoolean> ] [-LogBlocked <GpoBoolean> ] [-LogFileName <String> ] [-LogIgnored <GpoBoolean> ] [-LogMaxSizeKilobytes <UInt64> ] [-NotifyOnListen <GpoBoolean> ] [-PassThru] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Descripción detallada

The Set-NetFirewallProfile cmdlet configures options for the profiles, including domain, public, and private, that are global, or associated with the input rules. This cmdlet displays information that is presented on the Windows Firewall with Advanced Security Properties page, with the tabs for domain, private, and public profiles. This cmdlet configures the states, default actions, and logging properties on a per-profile basis.

Parámetros

-All

Indicates that all of the firewall profiles within the specified policy store are modified.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowInboundRules<GpoBoolean>

Specifies that the firewall blocks inbound traffic.
If this parameter is set to True, then the administrator will be able to create firewall rules which allow unsolicited inbound traffic to be accepted. If this parameter is set to False, then firewall rules will be ignored. Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Inbound firewall rules are allowed. All traffic that does not match a rule will be processed according to the DefaultInboundAction parameter value.
-- False: All inbound firewall rules are ignored. All inbound traffic will use the DefaultInboundAction parameter value.
If this parameter is set to False and the DefaultInboundAction parameter is set to Block, then the Windows Firewall is placed into Shields-Up mode on this profile.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is True. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowLocalFirewallRules<GpoBoolean>

Specifies that the local firewall rules should be merged into the effective policy along with Group Policy settings.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: The firewall rules defined by the local administrator are merged with firewall rules from GPOs and are applied to the computer.
-- False: The firewall rules defined by the local administrator are ignored, and only firewall rules from GPOs are applied to the computer.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is True. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowLocalIPsecRules<GpoBoolean>

Specifies that the local IPsec rules should be merged into the effective policy along with Group Policy settings.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: The IPsec rules defined by the local administrator are merged with IPsec rules from GPOs and are applied to the computer.
-- False: The IPsec rules defined by the local administrator are ignored, and only IPsec rules from GPOs are applied to the computer.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is True. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowUnicastResponseToMulticast<GpoBoolean>

Allows unicast responses to multi-cast traffic.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: The computer can receive unicast responses to outgoing multi-cast or broadcast messages.
-- False: The computer discards unicast responses to outgoing multi-cast or broadcast messages.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is True. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowUserApps<GpoBoolean>

Determines how the Windows XP policy is applied to the newer Windows Firewall. Defines how to use the policy merge field for older operating systems.
Specifies that traffic from local user applications is allowed through the firewall.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: The traffic from local user applications is allowed.
-- False: The traffic from local user applications is blocked.
-- NotConfigured: Valid only when Windows PowerShell is configuring a GPO by using this cmdlet. This parameter removes the setting from the GPO, resulting in the policy not changing the value of the computer when the policy is applied.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AllowUserPorts<GpoBoolean>

Determines how the Windows XP policy is applied to the newer Windows Firewall. Defines how to use the policy merge field for older operating systems.
Specifies that traffic is allowed through local user ports.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: The traffic through local user ports is allowed.
-- False: The traffic through local user ports is blocked.
-- NotConfigured: Valid only when Windows PowerShell is configuring a GPO by using this cmdlet. This parameter removes the setting from the GPO, resulting in the policy not changing the value of the computer when the policy is applied.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-AsJob

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-CimSession<CimSession[]>

Ejecuta el cmdlet en una sesión remota o en un equipo remoto. Escriba un nombre de equipo o un objeto de sesión, como la salida de un cmdlet New-CimSession o Get-CimSession. El valor predeterminado es la sesión actual en el equipo local.

Alias

Session

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-DefaultInboundAction<Action>

Specifies how to filter inbound traffic.
Los valores aceptables para este parámetro son los siguientes: NotConfigured, Allow, or Block.
-- Block: Blocks inbound network traffic that does not match an inbound rule.
-- Allow: Allows all inbound network traffic, whether or not it matches an inbound rule.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is Block. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-DefaultOutboundAction<Action>

Specifies how to filter outbound traffic.
Los valores aceptables para este parámetro son los siguientes: NotConfigured, Allow, or Block.
-- Block: Blocks outbound network traffic that does not match an outbound rule.
-- Allow: Allows all outbound network traffic, whether or not it matches an outbound rule.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is Allow. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-DisabledInterfaceAliases<String[]>

Specifies a list of interfaces on which firewall settings are excluded.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Enabled<GpoBoolean>

Allows unicast responses to multi-cast traffic. Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Enables Windows Firewall with Advanced Security when the specified profile is active.
-- False: Disables Windows Firewall with Advanced Security when the specified profile is active.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is True. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-EnableStealthModeForIPsec<GpoBoolean>

Enables stealth mode for IPsec traffic.
Stealth mode is a mechanism in Windows Firewall that helps prevent malicious users from discovering information about network computers and the services that are run. Stealth mode blocks outgoing ICMP unreachable and TCP reset messages for a port when no application is listening on that port.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-GPOSession<String>

Specifies the network GPO from which to retrieve the rules to be modified.
This parameter is used in the same way as the PolicyStore parameter. When modifying GPOs in Windows PowerShell®, each change to a GPO requires the entire GPO to be loaded, modified, and saved back. On a busy Domain Controller (DC), this can be a slow and resource-heavy operation. A GPO Session loads a domain GPO onto the local computer and makes all changes in a batch, before saving it back. This reduces the load on the DC and speeds up the Windows PowerShell cmdlets. To load a GPO Session, use the Open-NetGPO cmdlet. To save a GPO Session, use the Save-NetGPO cmdlet.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-InputObject<CimInstance[]>

Especifica la entrada para este cmdlet. Puede usar este parámetro o puede canalizar la entrada a este cmdlet.

Alias

ninguno

¿Requerido?

true

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

-LogAllowed<GpoBoolean>

Specifies how to log the allowed packets in the location specified by the LogFileName parameter. Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Windows writes an entry to the log whenever an incoming or outgoing connection is prevented by the policy.
-- False: No logging for dropped connections. This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is False. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-LogBlocked<GpoBoolean>

Specifies how to log the dropped packets in the location specified by the LogFileName parameter. Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Windows writes an entry to the log whenever an incoming or outgoing connection is prevented by policy.
-- False: No logging for dropped connections.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is False. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-LogFileName<String>

Specifies the path and filename of the file to which Windows Server 2012 writes log entries.
The default setting for managing a computer is %windir%\system32\logfiles\firewall\pfirewall.log. When managing a GPO, the default setting is NotConfigured.
To grant write permissions for the log folder to the Windows Firewall service.
-- Locate the folder that was specified for the logging file, right-click the file, and then click Properties.
-- Select the Security tab, and then click Edit.
-- Click Add, in Enter the object names to select, type NT SERVICE\mpssvc, and then click OK.
-- In the Permissions dialog box, verify that MpsSvc has Write access, and then click OK.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-LogIgnored<GpoBoolean>

Specifies how to log the ignored packets in the location specified by the LogFileName parameter. Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Windows writes an entry to the log whenever an incoming or outgoing connection is prevented by policy.
-- False: No logging for dropped connections.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is False. When managing a GPO, the default setting is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-LogMaxSizeKilobytes<UInt64>

Specifies the maximum file size of the log, in kilobytes. Los valores aceptables para este parámetro son los siguientes: 1 through 32767
This parameter specifies in kilobytes the maximum file size of the log in the location specified by the LogFileName parameter.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
The default setting when managing a computer is 4096.
When managing a GPO, the default setting is NotConfigured. This parameter values is case sensitive and NotConfigured can only be specified using dot-notation.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Name<String[]>

Specifies the network firewall profile objects by profile type to modify.
Specifies the profile type. Los valores aceptables para este parámetro son los siguientes: Domain, Public, or Private. This parameter accepts multiple values, separated by commas.

Alias

Profile

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-NotifyOnListen<GpoBoolean>

Allows the notification of listening for inbound connections by a service.
Los valores aceptables para este parámetro son los siguientes: False, True, or NotConfigured.
-- True: Windows notifies the user whenever a program or service starts listening for inbound connections.
-- False: Windows does not notify the user whenever a program or service starts listening for inbound connections.
-- NotConfigured: Valid only when configuring a Group Policy Object (GPO). This parameter removes the setting from the GPO, which results in the policy not changing the value on the computer when the policy is applied.
If managing a computer running and , then the default value is True.
If managing a computer running and , then the default value is False.
If managing a computer running Windows Server® 2012, then the default value is True.
When managing a GPO, the default setting for all operating systems is NotConfigured.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-PassThru

Devuelve un objeto que representa el elemento con el que está trabajando. De forma predeterminada, este cmdlet no genera ningún resultado.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-PolicyStore<String>

Specifies the policy store from which to retrieve the rules to be modified.
A policy store is a container for firewall and IPsec policy.
Los valores aceptables para este parámetro son los siguientes:
-- PersistentStore: Sometimes called static rules, this store contains the persistent policy for the local computer. This policy is not from GPOs, and has been created manually or programmatically (during application installation) on the computer. Rules created in this store are attached to the ActiveStore and activated on the computer immediately.
-- ActiveStore: This store contains the currently active policy, which is the sum of all policy stores that apply to the computer. This is the resultant set of policy (RSOP) for the local computer (the sum of all GPOs that apply to the computer), and the local stores (the PersistentStore, the static Windows service hardening (WSH), and the configurable WSH).
---- GPOs are also policy stores. Computer GPOs can be specified as follows.
------ –PolicyStore hostname.
---- Active Directory GPOs can be specified as follows.
------ –PolicyStore domain.fqdn.com\GPO_Friendly_Namedomain.fqdn.comGPO_Friendly_Name.
------ Such as the following.
-------- -PolicyStore localhost
-------- -PolicyStore corp.contoso.com\FirewallPolicy
---- Active Directory GPOs can be created using the New-GPO cmdlet or the Group Policy Management Console.
-- RSOP: This read-only store contains the sum of all GPOs applied to the local computer.
-- SystemDefaults: This read-only store contains the default state of firewall rules that ship with Windows Server 2012.
-- StaticServiceStore: This read-only store contains all the service restrictions that ship with Windows Server 2012. Optional and product-dependent features are considered part of Windows Server 2012 for the purposes of WFAS.
-- ConfigurableServiceStore: This read-write store contains all the service restrictions that are added for third-party services. In addition, network isolation rules that are created for Windows Store application containers will appear in this policy store.
The default value is PersistentStore.
Note: The Set-NetFirewallRule cmdlet cannot be used to add an object to a policy store. An object can only be added to a policy store at creation time with the Copy-NetFirewallRule cmdlet or with the New-NetFirewallRule cmdlet.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-ThrottleLimit<Int32>

Especifica el número máximo de operaciones simultáneas que se pueden establecer para ejecutar el cmdlet. Si se omite este parámetro o es especifica un valor de 0, Windows PowerShell ® calcula un límite óptimo para el cmdlet en función del número de cmdlets de CIM que se estén ejecutando en el equipo. El límite solo se aplica al cmdlet actual, no a la sesión ni al equipo.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Confirm

Solicita confirmación antes de ejecutar el cmdlet.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-WhatIf

Muestra lo que sucedería si se ejecutara el cmdlet. El cmdlet no se ejecuta.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallProfile[]

    El objeto Microsoft.Management.Infrastructure.CimInstance es una clase contenedora que muestra objetos de Instrumental de administración de Windows (WMI). La ruta de acceso después del signo de número (#) proporciona el espacio de nombres y el nombre de clase del objeto WMI subyacente.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallProfile[]

    El objeto Microsoft.Management.Infrastructure.CimInstance es una clase contenedora que muestra objetos de Instrumental de administración de Windows (WMI). La ruta de acceso después del signo de número (#) proporciona el espacio de nombres y el nombre de clase del objeto WMI subyacente.

Ejemplos

Example 1

This example enables the Windows Firewall on the local computer.

PS C:\> Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled True

Example 2

This example sets the default inbound and outbound actions, specifies protected network connections, allows notifications to be displayed to the user when a program is blocked from receiving inbound connections. This cmdlet allows unicast response to multi-cast or broadcast network traffic, and specifies logging settings for troubleshooting.

PS C:\> Set-NetFirewallProfile -DefaultInboundAction Block -DefaultOutboundAction Allow –NotifyOnListen True -AllowUnicastResponseToMulticast True –LogFileName %SystemRoot%\System32\LogFiles\Firewall\pfirewall.log

Example 3

This example modifies the default inbound action of the domain profile.

PS C:\> Set-NetFirewallProfile –Name Domain –DefaultInboundAction Block

Example 4

This example modifies the private profile associated with a GPO.

PS C:\> $nfProfile = Get-NetFirewallProfile –Name Private –PolicyStore corp.contoso.com/gpo_name
PS C:\> Set-NetFirewallProfile –AllowUnicastResponseToMulticast True –InputObject $nfProfile

This cmdlet can be run using only the pipeline.

PS C:\> Get-NetFirewallProfile –Name Private –PolicyStore corp.contoso.com/gpo_name | Set-NetFirewallProfile –AllowUnicastResponseToMulticast True

Example 5

This example modifies the profiles associated with a firewall rule.

PS C:\> $nfProfile = Get-NetFirewallRule –DisplayName "Unicast Rule" | Get-NetFirewallProfile
PS C:\> Set-NetFirewallProfile –AllowUnicastResponseToMulticast True –InputObject $nfProfile

This cmdlet can be run using only the pipeline.

PS C:\> Get-NetFirewallRule –DisplayName "Unicast Rule" | Get-NetFirewallProfile | Set-NetFirewallProfile –AllowUnicastResponseToMulticast True

Temas relacionados

Copy-NetIPsecRule

Get-NetFirewallProfile

New-NetIPsecRule

Open-NetGPO

Save-NetGPO

Set-NetFirewallRule

Set-NetIPsecRule

New-GPO