<?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 Starting with powershell on a netapp environment in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50717#M2364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm try to start working with powershell and my netapp controllers, i read many post about that, but i can't find any document to start looking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have many questions, but for the moment, i need to know how manage multi controllers, how alternate between controllers, or if exist the way to put all ip address with their names and read directly for the PS.&lt;/P&gt;&lt;P&gt;I know that the connection is transitive, but is not fully clear for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accept any recommendation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: we have any documents like "ps and netapp for dummies" or like else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:19:49 GMT</pubDate>
    <dc:creator>EZEMAZUR4827</dc:creator>
    <dc:date>2025-06-05T06:19:49Z</dc:date>
    <item>
      <title>Starting with powershell on a netapp environment</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50717#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm try to start working with powershell and my netapp controllers, i read many post about that, but i can't find any document to start looking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have many questions, but for the moment, i need to know how manage multi controllers, how alternate between controllers, or if exist the way to put all ip address with their names and read directly for the PS.&lt;/P&gt;&lt;P&gt;I know that the connection is transitive, but is not fully clear for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accept any recommendation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: we have any documents like "ps and netapp for dummies" or like else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:19:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50717#M2364</guid>
      <dc:creator>EZEMAZUR4827</dc:creator>
      <dc:date>2025-06-05T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with powershell on a netapp environment</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50721#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can start with PowerShell Survival Guide - &lt;A href="http://www.netapp.com/templates/mediaView?m=tr-3896.pdf&amp;amp;cc=us&amp;amp;wid=115871009&amp;amp;mid=46452959" target="_blank"&gt;http://www.netapp.com/templates/mediaView?m=tr-3896.pdf&amp;amp;cc=us&amp;amp;wid=115871009&amp;amp;mid=46452959&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also cmdlet Show-NaHelp can help you navigate through all NetApp cmdlets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To deal with multiple controllers within single script you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$controller1 = Connect-NaController Controller1 - cred root&lt;/P&gt;&lt;P&gt;$controller2 = Connect-NaController Controller2 - cred root&lt;/P&gt;&lt;P&gt;then use "-Controller $controller1" argument in cmdlets to send command to proper controller. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find-NaController cmdlet should help you to descover NetApp controllers. Also if you don't want to provide credentials every time you start script, you can store creds using Add-NaCretential cmdlet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 21:21:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50721#M2365</guid>
      <dc:creator>lobanov</dc:creator>
      <dc:date>2012-08-31T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Starting with powershell on a netapp environment</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50730#M2366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try with this documents, thanks for your help. And i come back to you wit more specific questions &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 23:42:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Starting-with-powershell-on-a-netapp-environment/m-p/50730#M2366</guid>
      <dc:creator>EZEMAZUR4827</dc:creator>
      <dc:date>2012-08-31T23:42:56Z</dc:date>
    </item>
  </channel>
</rss>

