Added documentation
e9abcfdc
Adam Rush
committed
6 changed files
Get-CIEdge.md
/Documentation/Get-CIEdge.md
/Documentation/Get-CIEdge.md
Get-CIEdgeSecurityCheck.md
/Documentation/Get-CIEdgeSecurityCheck.md+93
/Documentation/Get-CIEdgeSecurityCheck.md
Add comment 1 Plus  # Get-CIEdgeSecurityCheck
Add comment 2 Plus  
Add comment 3 Plus  ## SYNOPSIS
Add comment 4 Plus  Retrieves basic security information for a vShield edge
Add comment 5 Plus  
Add comment 6 Plus  ## SYNTAX
Add comment 7 Plus  
Add comment 8 Plus  ### ByName (Default)
Add comment 9 Plus  ```
Add comment 10 Plus  Get-CIEdgeSecurityCheck -Name <String[]> [<CommonParameters>]
Add comment 11 Plus  ```
Add comment 12 Plus  
Add comment 13 Plus  ### Standard
Add comment 14 Plus  ```
Add comment 15 Plus  Get-CIEdgeSecurityCheck -CIEdge <Object> [<CommonParameters>]
Add comment 16 Plus  ```
Add comment 17 Plus  
Add comment 18 Plus  ## DESCRIPTION
Add comment 19 Plus  Retrieves basic vShield edge security information including:
Add comment 20 Plus  - FW enabled (True/False)
Add comment 21 Plus  - FW default action (Allow/Drop)
Add comment 22 Plus  - Any insecure FW rules
Add comment 23 Plus  
Add comment 24 Plus  ## EXAMPLES
Add comment 25 Plus  
Add comment 26 Plus  ### EXAMPLE 1
Add comment 27 Plus  ```
Add comment 28 Plus  Get-CIEdge | Get-CIEdgeSecurityCheck
Add comment 29 Plus  ```
Add comment 30 Plus  
Add comment 31 Plus  Returns firewall security information for the pipeline value of the Get-CIEdge command.
Add comment 32 Plus  
Add comment 33 Plus  ### EXAMPLE 2
Add comment 34 Plus  ```
Add comment 35 Plus  Get-CIEdgeSecurityCheck -Name "Edge01"
Add comment 36 Plus  ```
Add comment 37 Plus  
Add comment 38 Plus  Returns firewall security information for the specified vShield edge.
Add comment 39 Plus  
Add comment 40 Plus  ### EXAMPLE 3
Add comment 41 Plus  ```
Add comment 42 Plus  Get-CIEdgeSecurityCheck -Name 'Edge01', 'Edge02'
Add comment 43 Plus  ```
Add comment 44 Plus  
Add comment 45 Plus  Returns firewall security information for multiple vShield Edges.
Add comment 46 Plus  
Add comment 47 Plus  ## PARAMETERS
Add comment 48 Plus  
Add comment 49 Plus  ### -Name
Add comment 50 Plus  Specifies the name of the vShield Edge you want to retrieve.
Add comment 51 Plus  
Add comment 52 Plus  ```yaml
Add comment 53 Plus  Type: String[]
Add comment 54 Plus  Parameter Sets: ByName
Add comment 55 Plus  Aliases:
Add comment 56 Plus  
Add comment 57 Plus  Required: True
Add comment 58 Plus  Position: Named
Add comment 59 Plus  Default value: None
Add comment 60 Plus  Accept pipeline input: False
Add comment 61 Plus  Accept wildcard characters: False
Add comment 62 Plus  ```
Add comment 63 Plus  
Add comment 64 Plus  ### -CIEdge
Add comment 65 Plus  Specifies the PSCustomObject output of Get-CIEdge.
Add comment 66 Plus  
Add comment 67 Plus  ```yaml
Add comment 68 Plus  Type: Object
Add comment 69 Plus  Parameter Sets: Standard
Add comment 70 Plus  Aliases:
Add comment 71 Plus  
Add comment 72 Plus  Required: True
Add comment 73 Plus  Position: Named
Add comment 74 Plus  Default value: None
Add comment 75 Plus  Accept pipeline input: True (ByValue)
Add comment 76 Plus  Accept wildcard characters: False
Add comment 77 Plus  ```
Add comment 78 Plus  
Add comment 79 Plus  ### CommonParameters
Add comment 80 Plus  This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
Add comment 81 Plus  For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Add comment 82 Plus  
Add comment 83 Plus  ## INPUTS
Add comment 84 Plus  
Add comment 85 Plus  ### System.Management.Automation.PSCustomObject
Add comment 86 Plus  ## OUTPUTS
Add comment 87 Plus  
Add comment 88 Plus  ### System.Management.Automation.PSCustomObject
Add comment 89 Plus  ## NOTES
Add comment 90 Plus  Author: Matt Horgan
Add comment 91 Plus  
Add comment 92 Plus  ## RELATED LINKS
Add comment 93 Plus  
Get-CIEdgeView.md
/Documentation/Get-CIEdgeView.md
/Documentation/Get-CIEdgeView.md
Get-CIEdgeXML.md
/Documentation/Get-CIEdgeXML.md
/Documentation/Get-CIEdgeXML.md
Get-CIVMPrice.md
/Documentation/Get-CIVMPrice.md
/Documentation/Get-CIVMPrice.md
index.md
/Documentation/index.md
/Documentation/index.md