jcates
4 years agoNovice I
Hi ligerard, what you are looking for is New-Pfa2ProtectionGroupVolume: ```PS
Hi ligerard, what you are looking for is New-Pfa2ProtectionGroupVolume:
```PS /Users/jcates/Documents> get-help New-Pfa2ProtectionGroupVolume
NAME
New-Pfa2ProtectionGroupVolume
SYNOPSIS
Add a volume to a protection group
SYNTAX
New-Pfa2ProtectionGroupVolume [-ApiVersion <String>] [-Array <Rest2Api>] [-GroupNames <List<String>>] [-MemberNames <List<String>>]
[<CommonParameters>]
DESCRIPTION
Adds a volume member to a protection group. Members that are already in the protection group are not affected. For asynchronous replication,
only members of the same type can belong to a protection group. The `GroupNames` parameter represents the name of the protection group, and
the `MemberNames` parameter represents the name of the volume. The `GroupNames` and `MemberNames` parameters are required and must be set
together.
RELATED LINKS
REMARKS
To see the examples, type: "Get-Help New-Pfa2ProtectionGroupVolume -Examples"
For more information, type: "Get-Help New-Pfa2ProtectionGroupVolume -Detailed"
For technical information, type: "Get-Help New-Pfa2ProtectionGroupVolume -Full"```