<?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: Changing IPv4 using PowerShell script in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092572#M12251</link>
    <description>&lt;P&gt;Where i can log support ticket? Is it here:&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/usageSupport/" target="_blank"&gt;https://support.hpe.com/hpesc/public/usageSupport/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 08:02:45 GMT</pubDate>
    <dc:creator>JonasPonas</dc:creator>
    <dc:date>2020-06-22T08:02:45Z</dc:date>
    <item>
      <title>Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7091341#M12185</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp;&amp;nbsp;Synergy 480 Gen9 iLO 4&lt;/P&gt;&lt;P&gt;Powershell module:&amp;nbsp;&lt;A href="https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am trying to change IPv4 using powershell script. But when running command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SetHPEiLOIPv4NetworkSetting = Set-HPEiLOIPv4NetworkSetting -Connection $iLOConnection -InterfaceType Dedicated -DHCPv4Enabled No -IPv4SubnetMask $IPv4SubnetMask -IPv4Address $IPv4 -DomainName "$DC"  -DNSName "$($InputFile.iLO.ServerName)-ilo"  &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Error Category: FeatureSupportability&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Error Message: Feature not supported - SHARED_NETWORK_PORT&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I can change it manually through the ilo page.&lt;/P&gt;&lt;P&gt;Any help or pointers are appreaciated.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 09:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7091341#M12185</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-12T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7091780#M12212</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Take a look at the following &lt;A href="https://community.hpe.com/t5/server-management-remote-server/set-hpeiloipv4networksetting-and-ilo4/m-p/7018504#M8155" target="_blank" rel="noopener"&gt;https://community.hpe.com/t5/server-management-remote-server/set-hpeiloipv4networksetting-and-ilo4/m-p/7018504#M8155&lt;/A&gt; it may help resolve the issue&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7091780#M12212</guid>
      <dc:creator>StorageMike</dc:creator>
      <dc:date>2020-06-16T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092018#M12221</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please refer below link to know more about Set-HPEiLOIPv4NetworkSetting cmdlet to modify the iLO IPv4 network settings.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pswiki.net/set-hpeiloipv4networksetting/" target="_blank"&gt;https://pswiki.net/set-hpeiloipv4networksetting/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 07:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092018#M12221</guid>
      <dc:creator>AmRa</dc:creator>
      <dc:date>2020-06-17T07:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092147#M12233</link>
      <description>&lt;P&gt;The module specified in the link&amp;nbsp; &lt;A href="https://pswiki.net/category/hpe/hpeilocmdlets/" target="_blank"&gt;https://pswiki.net/category/hpe/hpeilocmdlets/&lt;/A&gt;&amp;nbsp;is 2.1.0.0 and I am using 3.0.0.0, tried the commands did not help still the same error:&amp;nbsp;&lt;FONT color="#FF0000"&gt;Feature not supported - SHARED_NETWORK_PORT&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tried all the commands specified there &amp;nbsp;&lt;A href="https://community.hpe.com/t5/server-management-remote-server/set-hpeiloipv4networksetting-and-ilo4/m-p/7018504#M8155" target="_blank" rel="noopener"&gt;https://community.hpe.com/t5/server-management-remote-server/set-hpeiloipv4networksetting-and-ilo4/m-p/7018504#M8155&lt;/A&gt;&amp;nbsp;, also he is using 2.0.0.1, still getting the same error -&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;Feature not supported - SHARED_NETWORK_PORT&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 13:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092147#M12233</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-17T13:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092148#M12234</link>
      <description />
      <pubDate>Wed, 17 Jun 2020 13:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092148#M12234</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-17T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092568#M12249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requesting you please log support ticket with HPE support team for further action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 07:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092568#M12249</guid>
      <dc:creator>AmRa</dc:creator>
      <dc:date>2020-06-22T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092572#M12251</link>
      <description>&lt;P&gt;Where i can log support ticket? Is it here:&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/usageSupport/" target="_blank"&gt;https://support.hpe.com/hpesc/public/usageSupport/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 08:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092572#M12251</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-22T08:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IPv4 using PowerShell script</title>
      <link>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092600#M12254</link>
      <description>&lt;P&gt;Hey Jonas,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://h20565.www2.hpe.com/portal/site/hpsc/public/scm/home/" target="_blank"&gt;http://h20565.www2.hpe.com/portal/site/hpsc/public/scm/home/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 12:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/changing-ipv4-using-powershell-script/m-p/7092600#M12254</guid>
      <dc:creator>Anupam_Kaushik</dc:creator>
      <dc:date>2020-06-22T12:12:00Z</dc:date>
    </item>
  </channel>
</rss>

