Forum Discussion
mikenelson-pure
4 years agoCommunity Manager
Did you create the reference object for the snap? in the current version of the SDKv2, a reference object must be created for the snap (and it is not well documented). This step will be eliminated in the next release.
```$src = New-Pfa2ReferenceObject -Id $snap.Id -Name $snap.Name
New-Pfa2Volume -Name volumecopy -Source $src```