We are finally getting around to doing this and would like to do with in powershell / WFA, but I have a question..
It seems when I try to break the svm-dr relationship for example from powershell
get-ncsnapmirror -vserver testvserver | ? {$_.destinationlocation -eq "testvserver:"} | invoke-ncsnapmirrorbreak it comes back with the following errors
Invoke-NcSnapmirrorBreak : Cannot bind argument to parameter 'DestinationVolume' because it is null.
with SVM you have to break the top relationship only so it's testverserver: (notice with 🙂
I'm sure it's something simple, If anyone can assist that would be great.