This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOAmazonSecurityGroup

Short Description

Returns a security group that will be associated with the Amazon archiver appliance.

Syntax

Get-VBOAmazonSecurityGroup -VPC <VBOAmazonVpc> [-Name <string>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAmazonSecurityGroup object.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

VPC

Specifies the Amazon VPC.

Accepts the VBOAmazonVpc object.

To get this object, run the Get-VBOAmazonVPC cmdlet.

True

Named

False

False

Name

Specifies a name of a security group. The cmdlet will return the security group with this name.

String

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOAmazonSecurityGroup object that will be associated with the Amazon archiver appliance.

Examples

Get-VBOAmazonSecurityGroupExample 1. Getting Security Group

Related Commands