<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Powershell module V2 Error in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984545#M583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same here!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hpe.com/u1/3109"&gt;Justin Rich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 17:00:35 GMT</pubDate>
    <dc:creator>eyesonly131</dc:creator>
    <dc:date>2015-04-20T17:00:35Z</dc:date>
    <item>
      <title>Powershell module V2 Error</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984544#M582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've downloaded and imported the V2 module from this GitHub location...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/jrich523/NimblePowerShell/tree/V2" title="https://github.com/jrich523/NimblePowerShell/tree/V2"&gt;jrich523/NimblePowerShell at V2 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Into my local user profile module folder.&amp;nbsp; I'm able to load the module without error, but after connecting to an array and running Get-NSInitiatorGroup I receive the following error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-NSInitiatorGroup : Unable to find type [VolAclRec]. Make sure that the assembly that contains this type is loaded.&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Get-NSInitiatorGroup&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (VolAclRec:TypeName) [], RuntimeException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : TypeNotFound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I reload the V1 module I'm able to run the command without issue.&amp;nbsp; I'm running PS version 4.0 and the Nimble Array code base is &lt;SPAN style="font-size: 13.3333330154419px;"&gt;2.1.7.0-151109-opt&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984544#M582</guid>
      <dc:creator>brichardson15</dc:creator>
      <dc:date>2015-04-03T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell module V2 Error</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984545#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same here!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hpe.com/u1/3109"&gt;Justin Rich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 17:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984545#M583</guid>
      <dc:creator>eyesonly131</dc:creator>
      <dc:date>2015-04-20T17:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell module V2 Error</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984546#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am receiving same error but when I try to run Get-NSSnapshot / New-NSSnapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; Get-NSSnapShot&lt;/P&gt;&lt;P&gt;Get-NSSnapShot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Get-NSSnapShot&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (snap:TypeName) [], RuntimeException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : TypeNotFound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; New-NSSnapshot&lt;/P&gt;&lt;P&gt;New-NSSnapshot : Unable to find type [snap]. Make sure that the assembly that contains this type is loaded.&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ New-NSSnapshot&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (snap:TypeName) [], RuntimeException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : TypeNotFound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hpe.com/u1/3847"&gt;Justin Rich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 19:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-v2-error/m-p/6984546#M584</guid>
      <dc:creator>mikeelam57</dc:creator>
      <dc:date>2015-04-21T19:18:13Z</dc:date>
    </item>
  </channel>
</rss>

