<?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 HP Gen10 ilo/bios Change time with Powershell in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7048447#M8392</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;is it possible to change the time with ilo or bios powershell Cmdlets?&lt;/P&gt;&lt;P&gt;i found &lt;STRIKE&gt;Get-HPEBIOSDate&lt;SPAN class="highlight"&gt;Time&lt;/SPAN&gt;Option&lt;/STRIKE&gt; Set-HPEBIOSDateTimeOption but was not able to change the "hour" only, all other parameters can be modified with with function, but can't find how to modify the time (hours and minutes).. i can do it with ilo and remote bios but wanted to do it with Powershell.&lt;/P&gt;&lt;P&gt;Thx for answers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2019 12:59:15 GMT</pubDate>
    <dc:creator>Chris29</dc:creator>
    <dc:date>2019-06-14T12:59:15Z</dc:date>
    <item>
      <title>HP Gen10 ilo/bios Change time with Powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7048447#M8392</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;is it possible to change the time with ilo or bios powershell Cmdlets?&lt;/P&gt;&lt;P&gt;i found &lt;STRIKE&gt;Get-HPEBIOSDate&lt;SPAN class="highlight"&gt;Time&lt;/SPAN&gt;Option&lt;/STRIKE&gt; Set-HPEBIOSDateTimeOption but was not able to change the "hour" only, all other parameters can be modified with with function, but can't find how to modify the time (hours and minutes).. i can do it with ilo and remote bios but wanted to do it with Powershell.&lt;/P&gt;&lt;P&gt;Thx for answers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7048447#M8392</guid>
      <dc:creator>Chris29</dc:creator>
      <dc:date>2019-06-14T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP Gen10 ilo/bios Change time with Powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7049909#M8399</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Have you tried with the Set-HPEBIOSDateTimeOption command? Plese find the example below&amp;gt;&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;Set-HPEBIOSDateTimeOption&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;BR /&gt;The Set-HPEBIOSDateTimeOption cmdlet sets the BIOS date and time settings.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EXAMPLE 1&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; $connection = Connect-HPEBIOS -IP 10.20.30.1 -Username admin -Password admin123&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; $connection | Set-HPEBIOSDateTimeOption -DaylightSavingTime Enabled -TimeFormat UTC -TimeZone UTCP530&lt;/P&gt;&lt;P&gt;This example sets DaylightSavingTime, TimeFormat, and TimeZone to specified values on a Gen9 server with connection object passed through a pipeline.&lt;BR /&gt;EXAMPLE 2&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; $connection = Connect-HPEBIOS -IP 10.20.30.2 -Username admin -Password admin123&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Set-HPEBIOSDateTimeOption -Connection $connection -DaylightSavingTime Disabled -TimeFormat Local&lt;/P&gt;&lt;P&gt;This example sets DaylightSavingTime and TimeFormat to specified values on a Gen10 server with connection object passed as named parameter.&lt;BR /&gt;EXAMPLE 3&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; $connection = Connect-HPEBIOS -IP 10.20.30.1,10.20.30.2 -Username admin -Password admin123&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Set-HPEBIOSDateTimeOption -Connection $connection -DaylightSavingTime Enabled,Disabled -TimeFormat UTC,Local&lt;/P&gt;&lt;P&gt;This example sets DaylightSavingTime and TimeFormat to specified values on Gen9 and Gen10 servers with a list of BIOS connection objects passed as named parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR, iviv&lt;/P&gt;&lt;P&gt;I am an HPE Employee&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 09:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7049909#M8399</guid>
      <dc:creator>iviv3</dc:creator>
      <dc:date>2019-06-12T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP Gen10 ilo/bios Change time with Powershell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7050411#M8407</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1896175"&gt;@iviv3&lt;/a&gt;Thx for your answer !&lt;/P&gt;&lt;P&gt;i did a mistake in my post, the command i used is Set-HPEBIOSDateTimeOption, so yes all the examples you gave are working.&lt;/P&gt;&lt;P&gt;I was able to set the timezone and the DaylightSavingTime&amp;nbsp;but no one give me the possibility to change time&lt;/P&gt;&lt;P&gt;ex : hours : 14 -&amp;gt; i want to put hours : 13&amp;nbsp;&lt;/P&gt;&lt;P&gt;i can do it by ilo/bios remote control. so why is it not possible with powershell command ?&lt;/P&gt;&lt;P&gt;best regards and thx for help.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 13:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hp-gen10-ilo-bios-change-time-with-powershell/m-p/7050411#M8407</guid>
      <dc:creator>Chris29</dc:creator>
      <dc:date>2019-06-14T13:04:28Z</dc:date>
    </item>
  </channel>
</rss>

