Application Integration
1828365 Members
2967 Online
109976 Solutions
New Discussion

Powershell module V2 Error

 
brichardson15
Occasional Advisor

Powershell module V2 Error

I've downloaded and imported the V2 module from this GitHub location...

jrich523/NimblePowerShell at V2 · GitHub

Into my local user profile module folder.  I'm able to load the module without error, but after connecting to an array and running Get-NSInitiatorGroup I receive the following error...

Get-NSInitiatorGroup : Unable to find type [VolAclRec]. Make sure that the assembly that contains this type is loaded.

At line:1 char:1

+ Get-NSInitiatorGroup

+ ~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (VolAclRec:TypeName) [], RuntimeException

    + FullyQualifiedErrorId : TypeNotFound

If I reload the V1 module I'm able to run the command without issue.  I'm running PS version 4.0 and the Nimble Array code base is 2.1.7.0-151109-opt

2 REPLIES 2
eyesonly131
New Member

Re: Powershell module V2 Error

same here!

Justin Rich

mikeelam57
Occasional Advisor

Re: Powershell module V2 Error

I am receiving same error but when I try to run Get-NSSnapshot / New-NSSnapshot

PS C:\Windows\system32> Get-NSSnapShot

Get-NSSnapShot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.

At line:1 char:1

+ Get-NSSnapShot

+ ~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (snap:TypeName) [], RuntimeException

    + FullyQualifiedErrorId : TypeNotFound

PS C:\Windows\system32> New-NSSnapshot

New-NSSnapshot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.

At line:1 char:1

+ New-NSSnapshot

+ ~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (snap:TypeName) [], RuntimeException

    + FullyQualifiedErrorId : TypeNotFound

Any assistance would be appreciated.

Justin Rich