< Back

New-WindowsFirewallNetworkProfileObject

Sat Jan 18, 2020 1:44 pm

NAME New-WindowsFirewallNetworkProfileObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.windowsFirewallNetworkProfile" (or one of its derived

types).





SYNTAX

New-WindowsFirewallNetworkProfileObject [-authorizedApplicationRulesFromGroupPolicyMerged <bool>]

[-connectionSecurityRulesFromGroupPolicyMerged <bool>] [-firewallEnabled <string>]

[-globalPortRulesFromGroupPolicyMerged <bool>] [-inboundConnectionsBlocked <bool>] [-inboundNotificationsBlocked

<bool>] [-incomingTrafficBlocked <bool>] [-outboundConnectionsBlocked <bool>] [-policyRulesFromGroupPolicyMerged

<bool>] [-securedPacketExemptionAllowed <bool>] [-stealthModeBlocked <bool>]

[-unicastResponsesToMulticastBroadcastsBlocked <bool>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.windowsFirewallNetworkProfile" (or one of its derived

types).





PARAMETERS

-firewallEnabled <string>

The "firewallEnabled" property, of type "microsoft.graph.stateManagementSetting".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the host device to allow or block the firewall and advanced security enforcement for the network

profile.



Valid values: 'notConfigured', 'blocked', 'allowed'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-stealthModeBlocked <bool>

The "stealthModeBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both

true, StealthModeBlocked takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-incomingTrafficBlocked <bool>

The "incomingTrafficBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to block all incoming traffic regardless of other policy settings. When

IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-unicastResponsesToMulticastBroadcastsBlocked <bool>

The "unicastResponsesToMulticastBroadcastsBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to block unicast responses to multicast broadcast traffic. When

UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true,

UnicastResponsesToMulticastBroadcastsBlocked takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-inboundNotificationsBlocked <bool>

The "inboundNotificationsBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Prevents the firewall from displaying notifications when an application is blocked from listening on a port.

When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked

takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-authorizedApplicationRulesFromGroupPolicyMerged <bool>

The "authorizedApplicationRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to merge authorized application rules from group policy with those from local store

instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and

AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged

takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-globalPortRulesFromGroupPolicyMerged <bool>

The "globalPortRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to merge global port rules from group policy with those from local store instead of

ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and

GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-connectionSecurityRulesFromGroupPolicyMerged <bool>

The "connectionSecurityRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to merge connection security rules from group policy with those from local store

instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and

ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes

priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-outboundConnectionsBlocked <bool>

The "outboundConnectionsBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and

OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-inboundConnectionsBlocked <bool>

The "inboundConnectionsBlocked" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and

InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-securedPacketExemptionAllowed <bool>

The "securedPacketExemptionAllowed" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic

is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and

SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-policyRulesFromGroupPolicyMerged <bool>

The "policyRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.



Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead

of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and

PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS