Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
View By:
1 REPLY 1
Highlighted
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Matt,
Get-NaSnapMirror return relations, not status.
On other way to checksnapmirror status would be
Get-NaOption -OptionNames snapmirror.enable
François