An account will enable you to access:
Don't have an account?
Microsoft Virtualization Discussions
I'm trying to get the snapmirror status with Powershell.
Snapmirror status -l returns "Snapmirror is on"
Get-NaSnapMirror on the same controller returns nothing.
Am I misunderstanding something?
Solved! See The Solution
Hello Matt,
Get-NaSnapMirror return relations, not status.
On other way to checksnapmirror status would be
Get-NaOption -OptionNames snapmirror.enable
François
View solution in original post