<?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: Toolkit 1.3 update problem in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8127#M415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Eric.&amp;nbsp; Although installing PowerShell v2 modules merely requires copying files, I tend to use the trivial &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-6140" target="_blank"&gt;install&lt;/A&gt; &amp;amp; &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-6269" target="_blank"&gt;uninstall&lt;/A&gt; scripts we offer alongside the Toolkit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use them for an upgrade, download the zip file and the two scripts into the same directory.&amp;nbsp; Then close all PowerShell instances that may already have the Toolkit loaded, open a new PowerShell instance with administrative privileges, and do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; .\&lt;SPAN style="color: #ff0000;"&gt;Uninstall.ps1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Before continuing, please close all PowerShell instances that have the DataONTAP module loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Remove directory C:\Windows\system32\WindowsPowerShell\v1.0\Modules\\DataONTAP (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;y&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;PS C:\&amp;gt; .\&lt;SPAN style="color: #ff0000;"&gt;Install.ps1&lt;/SPAN&gt;&lt;BR /&gt;Install to directory C:\Users\Administrator.RTPRRE\Documents\WindowsPowerShell\Modules (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;n&lt;/SPAN&gt;&lt;BR /&gt;Install to directory C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;y&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it!&amp;nbsp; Eric has some ideas for improving the scripts, but we aim to keep it very simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 19:19:39 GMT</pubDate>
    <dc:creator>cknight</dc:creator>
    <dc:date>2011-02-09T19:19:39Z</dc:date>
    <item>
      <title>Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8117#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the recommended procedure to upgrade the toolkit to 1.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried ro replace the files in C:\Windows\system32\WindowsPowerShell\v1.0\Modules\DataONTAP&lt;/P&gt;&lt;P&gt;When I then try to run "Import-Module DataONTAP" again, I get this Error Message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import-Module : The following error occurred while loading the extended type data file:&lt;BR /&gt;Microsoft.PowerShell, C:\Windows\system32\WindowsPowerShell\v1.0\Modules\DataONTAP\DataONTAP.Type.ps1xml : File skipped&lt;BR /&gt; because it was already present from "Microsoft.PowerShell".&lt;BR /&gt;At line:1 char:14&lt;BR /&gt;+ Import-Module &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; DataONTAP&lt;BR /&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: (:) [Import-Module], RuntimeException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:00:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8117#M413</guid>
      <dc:creator>sjallabais</dc:creator>
      <dc:date>2025-06-05T07:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8122#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you exited &amp;amp; restarted powershell?&amp;nbsp; Powershell doesn't support fully unloading binary modules so you will need to completely exit the process and start it back up.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may want to check that you do not have a copy of DataONTAP in both "C:\Users\&amp;lt;username&amp;gt;\Documents\WindowsPowerShell\Modules" and "C:\windows\system32\WindowsPowerShell\v1.0\Modules".&amp;nbsp; It should only be in one or the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 18:56:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8122#M414</guid>
      <dc:creator>timothyn</dc:creator>
      <dc:date>2011-02-09T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8127#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Eric.&amp;nbsp; Although installing PowerShell v2 modules merely requires copying files, I tend to use the trivial &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-6140" target="_blank"&gt;install&lt;/A&gt; &amp;amp; &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-6269" target="_blank"&gt;uninstall&lt;/A&gt; scripts we offer alongside the Toolkit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use them for an upgrade, download the zip file and the two scripts into the same directory.&amp;nbsp; Then close all PowerShell instances that may already have the Toolkit loaded, open a new PowerShell instance with administrative privileges, and do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; .\&lt;SPAN style="color: #ff0000;"&gt;Uninstall.ps1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Before continuing, please close all PowerShell instances that have the DataONTAP module loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Remove directory C:\Windows\system32\WindowsPowerShell\v1.0\Modules\\DataONTAP (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;y&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;PS C:\&amp;gt; .\&lt;SPAN style="color: #ff0000;"&gt;Install.ps1&lt;/SPAN&gt;&lt;BR /&gt;Install to directory C:\Users\Administrator.RTPRRE\Documents\WindowsPowerShell\Modules (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;n&lt;/SPAN&gt;&lt;BR /&gt;Install to directory C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ (y/n)? [y]: &lt;SPAN style="color: #ff0000;"&gt;y&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it!&amp;nbsp; Eric has some ideas for improving the scripts, but we aim to keep it very simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 19:19:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8127#M415</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-02-09T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8132#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.. All the file placement and install stuff are OK (and toolkit 1.2 are working fine if I replace the Modules\DataONTAP folder)&lt;/P&gt;&lt;P&gt;The system is a newly installed 2008 R2 server with all updates applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried again today I see that the first error message I got (slipped my eyes) is actually another one, and when I try once more I get the one reported yesterday:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Import-Module DataONTAP&lt;/P&gt;&lt;P&gt;Import-Module : Could not load file or assembly 'System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, Public&lt;/P&gt;&lt;P&gt;KeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;At line:1 char:14&lt;/P&gt;&lt;P&gt;+ Import-Module &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; DataONTAP&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; : NotSpecified: (:) [Import-Module], FileNotFoundException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Import-Module DataONTAP&lt;/P&gt;&lt;P&gt;Import-Module : The following error occurred while loading the extended type data file:&lt;/P&gt;&lt;P&gt;Microsoft.PowerShell, C:\Windows\system32\WindowsPowerShell\v1.0\Modules\DataONTAP\DataONTAP.Type.ps1xml : File skipped&lt;/P&gt;&lt;P&gt;because it was already present from "Microsoft.PowerShell".&lt;/P&gt;&lt;P&gt;At line:1 char:14&lt;/P&gt;&lt;P&gt;+ Import-Module &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; DataONTAP&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: (:) [Import-Module], RuntimeException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I move the DataONTAP folder from "C:\Windows\system32\WindowsPowerShell\v1.0\Modules\" to "C:\Users\&amp;lt;username&amp;gt;\Documents\WindowsPowerShell\Modules"&lt;/P&gt;&lt;P&gt;I get the same result.&lt;/P&gt;&lt;P&gt;I also tried to set the ExecutionPolicy to Unrestricted (was RemoteSigned), but no difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 16:05:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8132#M416</guid>
      <dc:creator>sjallabais</dc:creator>
      <dc:date>2011-02-10T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8137#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To reproduce this issue, I installed a fresh copy of Windows Server 2008 R2 on a VM.&amp;nbsp; Sure enough, the 1.2 Toolkit loads fine but the 1.3 Toolkit throws the reported error.&amp;nbsp; To resolve the issue, add the .NET Framework 3.5.1 feature and restart PowerShell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/9226_net351.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:56:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8137#M417</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-02-10T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit 1.3 update problem</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8144#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!!, Now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the prompt responses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;love the new Invoke-NaSsh and Mount-NaController feature. Suddenly I have a command line environment even more powerful than my good old *nix shell &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.0.8/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Sjalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:28:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Toolkit-1-3-update-problem/m-p/8144#M418</guid>
      <dc:creator>sjallabais</dc:creator>
      <dc:date>2011-02-11T10:28:33Z</dc:date>
    </item>
  </channel>
</rss>

