Microsoft Virtualization Discussions

Get-NaSnapMirror returns nothing even though Snapmirror is on?

GINOLARD99
2,417 Views

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?

1 ACCEPTED SOLUTION

francoisbnc
2,417 Views

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

1 REPLY 1

francoisbnc
2,418 Views

Hello Matt,

Get-NaSnapMirror return relations, not status.

On other way to checksnapmirror status  would be

Get-NaOption -OptionNames snapmirror.enable

François

Public