PS > Start-SFVolumePairing -VolumeID 19 -Mode sync -Target 192.168.1.2
Start-SFVolumePairing : Cannot validate argument on parameter 'Mode'.
The argument "sync" does not belong to the set "Async,Sync,SnapshotsOnly"
specified by the ValidateSet attribute. Supply an argument that is in the set
and then try the command again.
PS > Start-SFVolumePairing -VolumeID 19 -Mode Sync -Target 192.168.1.2
VolumePairingKey
----------------
7....
Online help doesn't say anything about case sensitivity and I think our plugin shouldn't care.
PARAMETERS
-Mode <string>
The mode of the volume on which to start the pairing process.
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?
Online help doesn't say anything about case sensitivity and I think our plugin shouldn't care.