HelpCache/NetFirewallProfile.cmdletDefinition.cdxml-help.xml

<?xml version = "1.0" encoding = "utf-8" ?>
 
<helpItems schema="maml">
 
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-NetFirewallProfile</command:name><maml:description><maml:para>Displays settings that apply to the per-profile configurations of the Windows Firewall with Advanced Security.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>NetFirewallProfile</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-NetFirewallProfile cmdlet displays the currently configured options for a specified profile. 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. The specified profile can be scoped to input rules.</maml:para><maml:para>To query for rules scoped to a profile, pipe the profile object into the corresponding cmdlet.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>All</maml:name><maml:description><maml:para>Indicates that all of the firewall profiles within the specified policy store are retrieved.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetIPsecRule</maml:name><maml:description><maml:para>Gets the phase 1 authentication sets that are associated, via the pipeline, with the input IPsec rule to be retrieved.
                          
A NetIPsecRule object represents an IPsec rule, which determines IPsec behavior. An IPsec rule can be associated with Phase1AuthSet, Phase2AuthSet, and NetIPsecQuickMode cryptographic sets. See the New-NetIPsecMainModeRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetIPsecMainModeRule</maml:name><maml:description><maml:para>Gets the main mode cryptographic sets that are associated, via the pipeline, with the input main mode rule to be retrieved.
                          
This parameter represents a main mode rule, which alters the behavior of main mode authentications. Main mode negotiation establishes a secure channel between two computers by determining a set of cryptographic protection suites, exchanging keying material to establish a shared secret key, and authenticating computer and user identities. See the Get-NetIPsecMainModeRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetFirewallRule</maml:name><maml:description><maml:para>Gets the firewall profile settings associated with the specified firewall rule to be retrieved.
                          
This parameter represents a firewall rule, which defines how traffic is filtered by the firewall. See the New-NetFirewallRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-NetFirewallProfile</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1" aliases="Profile"><maml:name>Name</maml:name><maml:description><maml:para>Specifies that only matching firewall rules of the indicated name are retrieved. Wildcard characters are accepted.
                          
This parameter acts just like a file name, in that only one rule with a given name may exist in a policy store at a time. During group policy processing and policy merge, rules that have the same name but come from multiple stores being merged, will overwrite one another so that only one exists. This overwriting behavior is desirable if the rules serve the same purpose. For instance, all of the firewall rules have specific names, so if an administrator can copy these rules to a GPO, and the rules will override the local versions on a local computer. GPOs can have precedence. So if an administrator has a different or more specific rule with the same name in a higher-precedence GPO, then it overrides other rules that exist.
                          
The default value is a randomly assigned value.
                          
When the defaults for main mode encryption need to overridden, specify the customized parameters and set this parameter value, making this parameter the new default setting for encryption. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>All</maml:name><maml:description><maml:para>Indicates that all of the firewall profiles within the specified policy store are retrieved.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetFirewallRule</maml:name><maml:description><maml:para>Gets the firewall profile settings associated with the specified firewall rule to be retrieved.
                          
This parameter represents a firewall rule, which defines how traffic is filtered by the firewall. See the New-NetFirewallRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue><dev:type><maml:name>CimInstance</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetIPsecMainModeRule</maml:name><maml:description><maml:para>Gets the main mode cryptographic sets that are associated, via the pipeline, with the input main mode rule to be retrieved.
                          
This parameter represents a main mode rule, which alters the behavior of main mode authentications. Main mode negotiation establishes a secure channel between two computers by determining a set of cryptographic protection suites, exchanging keying material to establish a shared secret key, and authenticating computer and user identities. See the Get-NetIPsecMainModeRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue><dev:type><maml:name>CimInstance</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>AssociatedNetIPsecRule</maml:name><maml:description><maml:para>Gets the phase 1 authentication sets that are associated, via the pipeline, with the input IPsec rule to be retrieved.
                          
A NetIPsecRule object represents an IPsec rule, which determines IPsec behavior. An IPsec rule can be associated with Phase1AuthSet, Phase2AuthSet, and NetIPsecQuickMode cryptographic sets. See the New-NetIPsecMainModeRule cmdlet for more information. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">CimInstance</command:parameterValue><dev:type><maml:name>CimInstance</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue><dev:type><maml:name>CimSession[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>Specifies the network GPO from which to retrieve the rules to be retrieved.
                          
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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1" aliases="Profile"><maml:name>Name</maml:name><maml:description><maml:para>Specifies that only matching firewall rules of the indicated name are retrieved. Wildcard characters are accepted.
                          
This parameter acts just like a file name, in that only one rule with a given name may exist in a policy store at a time. During group policy processing and policy merge, rules that have the same name but come from multiple stores being merged, will overwrite one another so that only one exists. This overwriting behavior is desirable if the rules serve the same purpose. For instance, all of the firewall rules have specific names, so if an administrator can copy these rules to a GPO, and the rules will override the local versions on a local computer. GPOs can have precedence. So if an administrator has a different or more specific rule with the same name in a higher-precedence GPO, then it overrides other rules that exist.
                          
The default value is a randomly assigned value.
                          
When the defaults for main mode encryption need to overridden, specify the customized parameters and set this parameter value, making this parameter the new default setting for encryption. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be retrieved.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetConSecRule[]</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallRule</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetMainModeRule[]</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallProfile[]</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>Example 1</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-NetFirewallProfile -PolicyStore ActiveStore
 
</dev:code><dev:remarks><maml:para>This example retrieves the active profile conditions on a per profile basis. Running this cmdlet without specifying the policy store retrieves the persistent store.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>Example 2</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-NetFirewallProfile -Name Public | Get-NetFirewallRule
 
</dev:code><dev:remarks><maml:para>This example retrieves all the firewall rules scoped to the public profile.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/?LinkId=285216</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-NetFirewallRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-NetIPSecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-NetFirewallRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-NetIPSecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-NetFirewallProfile</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-NetFirewallRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-NetIPSecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-GPO</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
 
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Set-NetFirewallProfile</command:name><maml:description><maml:para>Configures settings that apply to the per-profile configurations of the Windows Firewall with Advanced Security.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>NetFirewallProfile</command:noun><dev:version /></command:details><maml:description><maml:para>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.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>All</maml:name><maml:description><maml:para>Indicates that all of the firewall profiles within the specified policy store are modified.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowInboundRules</maml:name><maml:description><maml:para>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. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalFirewallRules</maml:name><maml:description><maml:para>Specifies that the local firewall rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalIPsecRules</maml:name><maml:description><maml:para>Specifies that the local IPsec rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUnicastResponseToMulticast</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserApps</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserPorts</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultInboundAction</maml:name><maml:description><maml:para>Specifies how to filter inbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultOutboundAction</maml:name><maml:description><maml:para>Specifies how to filter outbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DisabledInterfaceAliases</maml:name><maml:description><maml:para>Specifies a list of interfaces on which firewall settings are excluded.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>Enabled</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>EnableStealthModeForIPsec</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  False, True, or NotConfigured. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogAllowed</maml:name><maml:description><maml:para>Specifies how to log the allowed packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogBlocked</maml:name><maml:description><maml:para>Specifies how to log the dropped packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogFileName</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogIgnored</maml:name><maml:description><maml:para>Specifies how to log the ignored packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogMaxSizeKilobytes</maml:name><maml:description><maml:para>Specifies the maximum file size of the log, in kilobytes. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>NotifyOnListen</maml:name><maml:description><maml:para>Allows the notification of listening for inbound connections by a service.
The acceptable values for this parameter are:  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 Windows Vista® and Windows® 7, then the default value is True.
                          
If managing a computer running Windows Server® 2008 and Windows Server® 2008 R2, 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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be modified.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before running the cmdlet.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para></maml:description></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-NetFirewallProfile</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowInboundRules</maml:name><maml:description><maml:para>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. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalFirewallRules</maml:name><maml:description><maml:para>Specifies that the local firewall rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalIPsecRules</maml:name><maml:description><maml:para>Specifies that the local IPsec rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUnicastResponseToMulticast</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserApps</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserPorts</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultInboundAction</maml:name><maml:description><maml:para>Specifies how to filter inbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultOutboundAction</maml:name><maml:description><maml:para>Specifies how to filter outbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DisabledInterfaceAliases</maml:name><maml:description><maml:para>Specifies a list of interfaces on which firewall settings are excluded.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>Enabled</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>EnableStealthModeForIPsec</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  False, True, or NotConfigured. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogAllowed</maml:name><maml:description><maml:para>Specifies how to log the allowed packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogBlocked</maml:name><maml:description><maml:para>Specifies how to log the dropped packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogFileName</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogIgnored</maml:name><maml:description><maml:para>Specifies how to log the ignored packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogMaxSizeKilobytes</maml:name><maml:description><maml:para>Specifies the maximum file size of the log, in kilobytes. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>NotifyOnListen</maml:name><maml:description><maml:para>Allows the notification of listening for inbound connections by a service.
The acceptable values for this parameter are:  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 Windows Vista® and Windows® 7, then the default value is True.
                          
If managing a computer running Windows Server® 2008 and Windows Server® 2008 R2, 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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>InputObject</maml:name><maml:description><maml:para>Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimInstance[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before running the cmdlet.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para></maml:description></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-NetFirewallProfile</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1" aliases="Profile"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the network firewall profile objects by profile type to modify.
                          
Specifies the profile type. The acceptable values for this parameter are:  Domain, Public, or Private. This parameter accepts multiple values, separated by commas. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowInboundRules</maml:name><maml:description><maml:para>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. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalFirewallRules</maml:name><maml:description><maml:para>Specifies that the local firewall rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalIPsecRules</maml:name><maml:description><maml:para>Specifies that the local IPsec rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUnicastResponseToMulticast</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserApps</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserPorts</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultInboundAction</maml:name><maml:description><maml:para>Specifies how to filter inbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultOutboundAction</maml:name><maml:description><maml:para>Specifies how to filter outbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DisabledInterfaceAliases</maml:name><maml:description><maml:para>Specifies a list of interfaces on which firewall settings are excluded.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>Enabled</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>EnableStealthModeForIPsec</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  False, True, or NotConfigured. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogAllowed</maml:name><maml:description><maml:para>Specifies how to log the allowed packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogBlocked</maml:name><maml:description><maml:para>Specifies how to log the dropped packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogFileName</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogIgnored</maml:name><maml:description><maml:para>Specifies how to log the ignored packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogMaxSizeKilobytes</maml:name><maml:description><maml:para>Specifies the maximum file size of the log, in kilobytes. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>NotifyOnListen</maml:name><maml:description><maml:para>Allows the notification of listening for inbound connections by a service.
The acceptable values for this parameter are:  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 Windows Vista® and Windows® 7, then the default value is True.
                          
If managing a computer running Windows Server® 2008 and Windows Server® 2008 R2, 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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be modified.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before running the cmdlet.</maml:para></maml:description></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para></maml:description></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>All</maml:name><maml:description><maml:para>Indicates that all of the firewall profiles within the specified policy store are modified.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowInboundRules</maml:name><maml:description><maml:para>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. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalFirewallRules</maml:name><maml:description><maml:para>Specifies that the local firewall rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowLocalIPsecRules</maml:name><maml:description><maml:para>Specifies that the local IPsec rules should be merged into the effective policy along with Group Policy settings.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUnicastResponseToMulticast</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserApps</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AllowUserPorts</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>AsJob</maml:name><maml:description><maml:para>Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
 The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the <maml:navigationLink><maml:linkText>Receive-Job</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet.
 For more information about Windows PowerShell® background jobs, see <maml:navigationLink><maml:linkText>about_Jobs</maml:linkText><maml:uri></maml:uri></maml:navigationLink>.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="Session"><maml:name>CimSession</maml:name><maml:description><maml:para>Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a <maml:navigationLink><maml:linkText>New-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> or <maml:navigationLink><maml:linkText>Get-CimSession</maml:linkText><maml:uri></maml:uri></maml:navigationLink> cmdlet. The default is the current session on the local computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimSession[]</command:parameterValue><dev:type><maml:name>CimSession[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultInboundAction</maml:name><maml:description><maml:para>Specifies how to filter inbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue><dev:type><maml:name>Action</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DefaultOutboundAction</maml:name><maml:description><maml:para>Specifies how to filter outbound traffic.
The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">Action</command:parameterValue><dev:type><maml:name>Action</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>DisabledInterfaceAliases</maml:name><maml:description><maml:para>Specifies a list of interfaces on which firewall settings are excluded.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>Enabled</maml:name><maml:description><maml:para>Allows unicast responses to multi-cast traffic. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>EnableStealthModeForIPsec</maml:name><maml:description><maml:para>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.
The acceptable values for this parameter are:  False, True, or NotConfigured. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>GPOSession</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases=""><maml:name>InputObject</maml:name><maml:description><maml:para>Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">CimInstance[]</command:parameterValue><dev:type><maml:name>CimInstance[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogAllowed</maml:name><maml:description><maml:para>Specifies how to log the allowed packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogBlocked</maml:name><maml:description><maml:para>Specifies how to log the dropped packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogFileName</maml:name><maml:description><maml:para>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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogIgnored</maml:name><maml:description><maml:para>Specifies how to log the ignored packets in the location specified by the LogFileName parameter. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>LogMaxSizeKilobytes</maml:name><maml:description><maml:para>Specifies the maximum file size of the log, in kilobytes. The acceptable values for this parameter are:  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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue><dev:type><maml:name>UInt64</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1" aliases="Profile"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the network firewall profile objects by profile type to modify.
                          
Specifies the profile type. The acceptable values for this parameter are:  Domain, Public, or Private. This parameter accepts multiple values, separated by commas. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>NotifyOnListen</maml:name><maml:description><maml:para>Allows the notification of listening for inbound connections by a service.
The acceptable values for this parameter are:  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 Windows Vista® and Windows® 7, then the default value is True.
                          
If managing a computer running Windows Server® 2008 and Windows Server® 2008 R2, 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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">GpoBoolean</command:parameterValue><dev:type><maml:name>GpoBoolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>PolicyStore</maml:name><maml:description><maml:para>Specifies the policy store from which to retrieve the rules to be modified.
                          
A policy store is a container for firewall and IPsec policy.
The acceptable values for this parameter are: 
                          
 -- 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_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. </maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""><maml:name>ThrottleLimit</maml:name><maml:description><maml:para>Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before running the cmdlet.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue>false</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue>false</dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallProfile[]</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetFirewallProfile[]</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>Example 1</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled True
 
</dev:code><dev:remarks><maml:para>This example enables the Windows Firewall on the local computer.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>Example 2</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Set-NetFirewallProfile -DefaultInboundAction Block -DefaultOutboundAction Allow –NotifyOnListen True -AllowUnicastResponseToMulticast True –LogFileName %SystemRoot%\System32\LogFiles\Firewall\pfirewall.log
 
</dev:code><dev:remarks><maml:para>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.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>Example 3</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Set-NetFirewallProfile –Name Domain –DefaultInboundAction Block
 
</dev:code><dev:remarks><maml:para>This example modifies the default inbound action of the domain profile.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>Example 4</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>
PS C:\&gt;$nfProfile = Get-NetFirewallProfile –Name Private –PolicyStore corp.contoso.com/gpo_name
 
 
 
PS C:\&gt;Set-NetFirewallProfile –AllowUnicastResponseToMulticast True –InputObject $nfProfile
 
 
This cmdlet can be run using only the pipeline.
PS C:\&gt;Get-NetFirewallProfile –Name Private –PolicyStore corp.contoso.com/gpo_name | Set-NetFirewallProfile –AllowUnicastResponseToMulticast True
 
</dev:code><dev:remarks><maml:para>This example modifies the private profile associated with a GPO.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>Example 5</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>
PS C:\&gt;$nfProfile = Get-NetFirewallRule –DisplayName "Unicast Rule" | Get-NetFirewallProfile
 
 
 
PS C:\&gt;Set-NetFirewallProfile –AllowUnicastResponseToMulticast True –InputObject $nfProfile
 
 
This cmdlet can be run using only the pipeline.
PS C:\&gt;Get-NetFirewallRule –DisplayName "Unicast Rule" | Get-NetFirewallProfile | Set-NetFirewallProfile –AllowUnicastResponseToMulticast True
 
</dev:code><dev:remarks><maml:para>This example modifies the profiles associated with a firewall rule.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/?LinkId=288215</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Copy-NetIPsecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-NetFirewallProfile</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-NetIPsecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Open-NetGPO</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Save-NetGPO</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-NetFirewallRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-NetIPsecRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-GPO</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
 
</helpItems>