Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.58 KB

File metadata and controls

81 lines (56 loc) · 1.58 KB
document type cmdlet
external help file linuxtools-Help.xml
HelpUri https://github.com/Skatterbrainz/linuxtools/blob/master/docs/Get-FirewallStatus.md
Locale en-US
Module Name linuxtools
ms.date 11/09/2025
PlatyPS schema version 2024-05-01
title Get-FirewallStatus

Get-FirewallStatus

SYNOPSIS

Get the status of the firewall on the system.

SYNTAX

__AllParameterSets

Get-FirewallStatus [-Detailed] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

This function gets the status of the firewall on the system.

EXAMPLES

EXAMPLE 1

Get-FirewallStatus

Get the status of the firewall on the system.

PARAMETERS

-Detailed

{{ Fill Detailed Description }}

Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS