Hi Justin,
I can't figure out how to remove an initiator group from a volume.
It looks like the remove-nsinit* cmdlets modify initiator groups, not volumes. (Am I reading this wrong?)
I tried:
Add-NSInitiatorGroupToVolume -InitiatorGroup $initgroup -Volume $datavolume -Access none
But got an error that -Access can't be none.
Is there another way to accomplish this using the module?
Thanks!
Clint