Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docset/windows/netsecurity/new-netfirewallrule.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ The acceptable values for this parameter are:

- True: Specifies the rule is currently enabled.
- False: Specifies the rule is currently disabled.

Note, that the type of this parameter is not boolean, therefore `$true` and `$false` variables are not acceptable values here. Use "True" and "False" text strings instead.

A disabled rule will not actively modify computer behavior, but the management construct still exists on the computer so it can be re-enabled.

```yaml
Expand All @@ -333,7 +336,7 @@ Accepted values: True, False

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