<?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 &amp;amp; serial connection to NetApp? in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24445#M1132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a bummer! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Thank you anyway for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 13:35:11 GMT</pubDate>
    <dc:creator>LUKASPRELOVSKY</dc:creator>
    <dc:date>2013-03-06T13:35:11Z</dc:date>
    <item>
      <title>Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24413#M1127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to create a powershell skript which send commands by a serial connection ? Or any other solutions for skripting over serial connection available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:08:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24413#M1127</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2025-06-05T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24418#M1128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at this thread &lt;A _jive_internal="true" class="active_link" href="https://community.netapp.com/thread/11219" title="https://communities.netapp.com/thread/11219" target="_blank"&gt;https://communities.netapp.com/thread/11219&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you can use Invoke-NaSsh to Send a Data ONTAP CLI command via SSH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Invoke-NaSsh "&amp;lt;DataOntap CLI command&amp;gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help on this cmdlet, you can type in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Get-Help Invoke-NaSsh -Detailed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:08:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24418#M1128</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-03-06T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24422#M1129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoke-NaSsh -Port is to user for com1 oder com2 .... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:13:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24422#M1129</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2013-03-06T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24426#M1130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the -Port option just let's you choose a non-default port on which the ssh-server is listening, default port is 22 (TCP-Port, not serial port)&lt;/P&gt;&lt;P&gt;The powershell toolkit currently doesn't support any communication other than http-api or ssh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:26:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24426#M1130</guid>
      <dc:creator>bloehlein</dc:creator>
      <dc:date>2013-03-06T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24436#M1131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-Port refers to the TCPIP port for the ssh connection. It should only be used if ssh is not on port 22 for instance if traversing a proxy gateway, or serial concentrator,We can't talk to a serial port like com1/com2 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:29:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24436#M1131</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-03-06T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell &amp; serial connection to NetApp?</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24445#M1132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a bummer! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Thank you anyway for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:35:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-amp-serial-connection-to-NetApp/m-p/24445#M1132</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2013-03-06T13:35:11Z</dc:date>
    </item>
  </channel>
</rss>

