Skip to content

Files

Latest commit

 

History

History

firewall-management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Edit-CsFirewallPolicySettings

Edit existing Firewall Policy settings

References

Swagger

Parameters

-Comment: Optional audit log comment

-Body: A hashtable of Firewall Policy properties

Example

PS> Edit-CsFirewallPolicySettings -Body @{ policy_id = <string>; default_inbound = <string>;
    default_outbound = <string>; enforce = <boolean>; test_mode = <boolean> }

Edit-CsFirewallRuleGroup

Edit an existing Firewall Rule Group

References

Swagger

Parameters

-Comment: Optional audit log comment

-Body: A hashtable of Rule Group properties

Example

PS>

Get-CsFirewallEventId

Find Firewall Event IDs in your environment

References

Swagger

Parameters

-Filter: The filter expression that should be used to limit the results

-Query: Search all firewall event metadata for the provided string

-Limit: The maximum records to return [default: 5000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsFirewallEventId

Get-CsFirewallEventInfo

Get detail about Firewall Events by ID

References

Swagger

Parameters

-Id: Target Firewall Event IDs

Example

PS> Get-CsFirewallEventInfo -Id @(<string>, <string>)

Get-CsFirewallFieldId

Get firewall field specification ids

References

Swagger

Parameters

-Id: A specific platform id

-Limit: The maximum records to return [default: 100]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsFirewallFieldId

Get-CsFirewallFieldInfo

Get firewall field specifications

References

Swagger

Parameters

-Id: Specific fields specification ids to retrieve

Example

PS> Get-CsFirewallFieldInfo

Get-CsFirewallPlatformId

Get firewall platform ids

References

Swagger

Parameters

-Limit: The maximum records to return [default: 100]

-Offset: The offset to start retrieving records from [default: 0]

Example

PS> Get-CsFirewallPlatformId

Get-CsFirewallPlatformInfo

Get firewall platform names

References

Swagger

Parameters

-Id: Specific platform ids to return

Example

PS> Get-CsFirewallPlatformInfo -Id @(<string>, <string>)

Get-CsFirewallPolicySettings

Returns basic Firewall Policy settings

References

Swagger

Parameters

-Id: Target Firewall Policy IDs

Example

PS> Get-CsFirewallPolicySettings -Id @(<string>, <string>)

Get-CsFirewallRuleGroupId

Search for Firewall Rule Group IDs in your environment

References

Swagger

Parameters

-Filter: The filter expression that should be used to limit the results

-Query: Search all firewall event metadata for the provided string

-Limit: The maximum records to return [default: 5000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsFirewallRuleGroupId

Get-CsFirewallRuleGroupInfo

Get detail about Firewall Rule Groups by ID

References

Swagger

Parameters

-Id: Target Firewall Rule Group IDs

Example

PS> Get-CsFirewallRuleGroupInfo -Id @(<string>, <string>)

Get-CsFirewallRuleId

Search for Firewall Rule IDs in your environment

References

Swagger

Parameters

-Id: A specific Firewall policy ID to return rules for

-Filter: The filter expression that should be used to limit the results

-Query: Search all firewall event metadata for the provided string

-Limit: The maximum records to return [default: 5000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsFirewallRuleId

Get-CsFirewallRuleInfo

Get detail about Firewall Rules by ID

References

Swagger

Parameters

-Id: Target Firewall Rule IDs

Example

PS> Get-CsFirewallRuleInfo -Id @(<string>, <string>)

New-CsFirewallRuleGroup

Create a new Firewall Rule Group

References

Swagger

Parameters

-Clone: A Rule Group ID to copy rules from

-Library: If toggled, rules will be cloned from the CrowdStrike Firewall Rule Groups Library

-Comment: Optional audit log comment

-Body: A hashtable of Rule Group properties

Example

PS> New-CsFirewallRuleGroup -Body @{ name = <string>; enabled = <boolean> }

Remove-CsFirewallRuleGroup

Delete a Firewall Rule Groups by ID

References

Swagger

Parameters

-Id: The IDs of the Firewall Rule Groups to delete

-Comment: Optional audit log comment

Example

PS> Remove-CsFirewallRuleGroup -Id @(<string>, <string>)