Clint McGuire

Results 7 comments of Clint McGuire

Remove-NSInitiatorFromGroup will remove an IQN from an Initiator Group. Remove-NSInitiatorGroupFromVolume will remove the Initiator Group from a Volume. Both require you to connect to the Nimble first, using Connect-NSArray

Open Nimble.psd1 (should be in the \Module\Nimble folder) See if FunctionsToExport includes Remove-NSInitiatorFromGroup When I added that function to the Module and pushed/pulled/whatever-github-calls-it I forgot to include an update to...

That cmdlet - based on the help - looks to remove an IP or IQN from an initiator group... I need to change the ACL of a volume by removing...

There is another - Remove-NSInitatorGroup The help suggests it removed the initiator group from the Nimble array, I just need to remove the initiator group from one Volume. (Am I...

Thanks! I appreciate the work you've done on the module. I hope to get a some time to add to the help documentation for the cmdlets, but haven't figured out...

Hi Justin, Thanks for the follow up! > PS> $vol.acllist | gm > TypeName: VolAclRec > > Name MemberType Definition > > Equals Method bool Equals(System.Object obj) > GetHashCode Method...

Hi Justin, I still can't modify the ACL... I tried = $null, = "", = '' [single quotes] I always get > The property 'initiatorgrp' cannot be found on this...