<?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 fails to gather IPbindinginfo in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18265#M923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that you downloaded the latest version of the toolkit?&amp;nbsp; Prior to 2.1 we had different object types for different versions of ONTAP.&amp;nbsp; In 2.1 we normalized the object types to eliminate this potential problem, but the flip side is it broke some scripts.&amp;nbsp;&amp;nbsp; The new syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$b = New-Object DataONTAP.Types.Vfiler.IpbindingInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly we also simplified that cmdlet entierly you can now add an IP address without the need to create an object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set-NaVfilerAddress vfiler1 -AddAddresses 192.168.1.115,192.168.1.116 -Interface e0a -Netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you hit one of maybe three cmdlets that were effected by the change. In the future I would check the built in help, because that is always up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-Help Set-NaVfilerAddress -full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, hope that helps.&lt;/P&gt;&lt;P&gt;~Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 20:55:56 GMT</pubDate>
    <dc:creator>GlennSizemore</dc:creator>
    <dc:date>2012-08-14T20:55:56Z</dc:date>
    <item>
      <title>Powershell fails to gather IPbindinginfo</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18257#M921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with the vfiler creation script I found here on the NetApp communities, and for the most part the script runs perfectly until it comes to binding the vfiler IP to an if (or a vif in this case).&amp;nbsp; The issue appears to be that the script is failing to pull any data at all from the filer regarding interfaces.&amp;nbsp; Here is the script line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$b = New-Object NetApp.Ontapi.Filer.Vfiler73.IpbindingInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New-Object : Cannot find type [NetApp.Ontapi.Filer.Vfiler73.IpbindingInfo]: make sure the assembly containing this type is loaded.&lt;/P&gt;&lt;P&gt;At line:1 char:16&lt;/P&gt;&lt;P&gt;+ $b = New-Object &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; NetApp.Ontapi.Filer.Vfiler73.IpbindingInfo&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; : InvalidType: (:) [New-Object], PSArgumentException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest of the script runs like a charm, just not this one.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:20:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18257#M921</guid>
      <dc:creator>MSTRJRYAN</dc:creator>
      <dc:date>2025-06-05T06:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell fails to gather IPbindinginfo</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18261#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot&amp;nbsp; potentially important info:&amp;nbsp; Running Ontap 8.0.2P4 7-mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:39:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18261#M922</guid>
      <dc:creator>MSTRJRYAN</dc:creator>
      <dc:date>2012-08-14T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell fails to gather IPbindinginfo</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18265#M923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that you downloaded the latest version of the toolkit?&amp;nbsp; Prior to 2.1 we had different object types for different versions of ONTAP.&amp;nbsp; In 2.1 we normalized the object types to eliminate this potential problem, but the flip side is it broke some scripts.&amp;nbsp;&amp;nbsp; The new syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$b = New-Object DataONTAP.Types.Vfiler.IpbindingInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly we also simplified that cmdlet entierly you can now add an IP address without the need to create an object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set-NaVfilerAddress vfiler1 -AddAddresses 192.168.1.115,192.168.1.116 -Interface e0a -Netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you hit one of maybe three cmdlets that were effected by the change. In the future I would check the built in help, because that is always up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-Help Set-NaVfilerAddress -full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, hope that helps.&lt;/P&gt;&lt;P&gt;~Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:55:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-fails-to-gather-IPbindinginfo/m-p/18265#M923</guid>
      <dc:creator>GlennSizemore</dc:creator>
      <dc:date>2012-08-14T20:55:56Z</dc:date>
    </item>
  </channel>
</rss>

