Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
Grouping | No | No | string | none | 16 - Max Length | Specify the group where the rule is assigned. |
Action | No | No | Enum | 1 | Possible values:
| Specify the type of action for this rule. |
ApplicationName | No | No | string | none | 128 - Max Length | Specify the service to which this rule is assigned. |
LocalIPAddress | Yes | No | string | none | 64 - Max Length | Specifies the Local IP Address of the packet that we filter. |
LocalIPAddressMask | Yes | No | string | none | 64 - Max Length | Specifies the Local IP Address Mask of the packet that we filter. |
RemoteIPAddress | Yes | No | string | none | 64 - Max Length | Specifies the Remote IP Address of the packet that we filter. |
RemoteIPAddressMask | Yes | No | string | none | 64 - Max Length | Specifies the Remote IP Address Mask of the packet that we filter. |
Protocol | Yes | No | int | Possible values:
| Specifies the protocol of the packet being matched against. | |
LocalPortValues | No | No | string | none | 16 - Max Length |
Display the local port range as Windows Firewall stores it.
This attribute is read only |
RemotePortValues | No | No | string | none | 16 - Max Length |
Display the remote port range as Windows Firewall stores it.
This attribute is read only |
LocalPortMin | No | No | int | 0 | Possible values:
| Specifies the starting port of the local port range that we filter. |
LocalPortMax | No | No | int | 65535 | Possible values:
| Specifies the ending port of the local port range that we filter. This attribute must be equal to or greater than LocalPortMin. |
RemotePortMin | No | No | int | 0 | Possible values:
| Specifies the starting port of the remote port range that we filter. |
RemotePortMax | No | No | int | 65535 | Possible values:
| Specifies the ending port of the remote port range that we filter. This attribute must be equal to or greater than RemotePortMin. |
Description | No | No | string | none | 64 - Max Length | User-friendly description of this rule. |