No, unfortunately. Am going to put together a script that pulls all the snapmirrored volumes from a controller, shows the allocated size versus the used size.
going to have to be something along the lines:
get-nasnapmirror |select DestinationLocation, then split that, match it to the array in the pipeline, put it into another loop for the vol the select Name, then do the math on Used versus Total. Not insurmountable at all, just far more complicated. Was hoping that MirrorStatus could be used in a where-object or select farther up to reduce lines.
Thanks,
Scott