NimblePowerShell
NimblePowerShell copied to clipboard
Nimble PowerShell Module
Would love a way to pull the replication partners and their description field over as well. Great job on everything!
@jrich523 I am trying to create a Volume and I am getting the error below. PS C:\Windows\system32> New-NSVolume -Name BRFtest -Size 1tb -Description "Bridgette's Powershell Test" -PerformancePolicy "VMware ESX 5"...
The defaults for volume data are stored in the configuration $nsunit.GetGroupConfig() Store this is stored in $script:GroupConfig Need to figure out how to get the array name (safely) to pull...
I'm having some issues running Remove-NSInitiatorFromGroup. If I just import-module Nimble, I don't have the Remove-NSInitiatorFromGroup function available. if i run ". C:\Users\Administrator\Documents\WindowsPowerShell\Modules\Nimble\Initiator.ps1", I can run it, but I get:...
When trying to run the Get-NSVolumeCollection I get the following error: Exception calling "getProtPolList" with "2" argument(s): "There is an error in XML document (2, 9459)." At C:\Users\jacob.wilde\Documents\WindowsPowerShell\Modules\Nimble\VolCol.ps1:37 char:9 -...
Need to be able to manage CHAP users Get-NSChapUser New-NSChapUser Remove-NSChapUser Add-NSChapToGroup Remove-NSChapFromGroup
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...