<?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 HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025327#M8207</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have&amp;nbsp;been using&amp;nbsp;HPEBIOS CmdLets&amp;nbsp;quite extensively on our Gen10 servers. In most cases it works just fine, but on some we get the "Object reference not set to an instance of an object" error on any &lt;SPAN&gt;HPEBIOS&amp;nbsp;&lt;/SPAN&gt;Set cmdlet, although&amp;nbsp;&lt;SPAN&gt;HPEBIOS&amp;nbsp;&lt;/SPAN&gt;Get cmdlets work just fine. Some times a simple reboot fixes the issue, but in others multiple reboots, cold boots and lot of waiting is needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example script:&lt;/P&gt;&lt;PRE&gt;Enable-HPEBIOSLog -Verbose
$connection = Connect-HPEBIOS -IP 10.10.10.10 -Credential (Get-Credential) -DisableCertificateAuthentication
Get-HPEBIOSWorkloadProfile -Connection $connection
Set-HPEBIOSWorkloadProfile -WorkloadProfile VirtualizationMaximumPerformance -Connection $connection
Disconnect-HPEBIOS -Connection $connection
Disable-HPEBIOSLog&lt;/PRE&gt;&lt;P&gt;And here is the log output:&lt;/P&gt;&lt;PRE&gt;2018-11-15 08:29:56,848 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Parameter processing started. 
2018-11-15 08:29:56,850 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - IP.
2018-11-15 08:29:56,851 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Username.
2018-11-15 08:29:56,852 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Password.
2018-11-15 08:29:56,853 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - AdminPassword.
2018-11-15 08:29:56,854 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - ClientLoggedInUserPassword.
2018-11-15 08:29:56,855 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Credential.
2018-11-15 08:29:56,856 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - DisableCertificateAuthentication.
2018-11-15 08:29:56,857 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Port.
2018-11-15 08:29:56,858 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Timeout.
2018-11-15 08:29:56,864 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:56,866 HPE.Framework.Logging.Logger.LogMessage INFO - Connect-HPEBIOS ProcessCommand() -- Starts
2018-11-15 08:29:56,867 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:56,868 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationProtocolType() -- Start
2018-11-15 08:29:56,879 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationProtocolType() -- End
2018-11-15 08:29:56,881 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:56,882 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:56,883 HPE.Framework.Logging.Logger.LogMessage INFO - Connect() -- Start
2018-11-15 08:29:56,885 HPE.Framework.Logging.Logger.LogMessage INFO - CreateConnection() -- Start
2018-11-15 08:29:57,118 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionProperties() -- Start
2018-11-15 08:29:57,276 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionProperties() -- End
2018-11-15 08:29:57,278 HPE.Framework.Logging.Logger.LogMessage INFO - CreateConnection() -- End
2018-11-15 08:29:57,278 HPE.Framework.Logging.Logger.LogMessage INFO - Connect() -- End
2018-11-15 08:29:57,280 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,281 HPE.Framework.Logging.Logger.LogMessage INFO - Connect-HPEBIOS ProcessCommand() -- Ends
2018-11-15 08:29:57,283 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Parameter processing started. 
2018-11-15 08:29:57,288 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Processing parameter - Connection.
2018-11-15 08:29:57,290 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Processing parameter - OutputType.
2018-11-15 08:29:57,291 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,292 HPE.Framework.Logging.Logger.LogMessage INFO - Get-HPEBIOSWorkloadProfile ProcessCommand() -- Starts
2018-11-15 08:29:57,293 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,294 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,307 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,309 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,310 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,311 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- Start
2018-11-15 08:29:57,312 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- Start
2018-11-15 08:29:57,323 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- End
2018-11-15 08:29:57,325 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- End
2018-11-15 08:29:57,370 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,372 HPE.Framework.Logging.Logger.LogMessage INFO - Get-HPEBIOSWorkloadProfile ProcessCommand() -- Ends
2018-11-15 08:29:57,377 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Parameter processing started. 
2018-11-15 08:29:57,378 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Processing parameter - Connection.
2018-11-15 08:29:57,379 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Processing parameter - WorkloadProfile.
2018-11-15 08:29:57,380 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,381 HPE.Framework.Logging.Logger.LogMessage INFO - Set-HPEBIOSWorkloadProfile ProcessCommand() -- Starts
2018-11-15 08:29:57,382 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,383 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,396 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,397 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,398 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterRecord() -- Start
2018-11-15 08:29:57,400 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterRecord() -- End
2018-11-15 08:29:57,401 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,402 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- Start
2018-11-15 08:29:57,403 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- Start
2018-11-15 08:29:57,412 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- End
2018-11-15 08:29:57,414 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- End
2018-11-15 08:29:57,415 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterAndValue() -- Start
2018-11-15 08:29:57,436 HPE.Framework.Logging.Logger.LogMessage ERROR - Failed for 10.10.10.10: Object reference not set to an instance of an object.
2018-11-15 08:29:57,457 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Parameter processing started. 
2018-11-15 08:29:57,458 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Processing parameter - Connection.
2018-11-15 08:29:57,459 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,460 HPE.Framework.Logging.Logger.LogMessage INFO - Disconnect-HPEBIOS ProcessCommand() -- Starts
2018-11-15 08:29:57,461 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,463 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,477 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,478 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,479 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,481 HPE.Framework.Logging.Logger.LogMessage INFO - Disonnect() -- Start
2018-11-15 08:29:57,500 HPE.Framework.Logging.Logger.LogMessage INFO - ClearRedfishSession() -- Start
2018-11-15 08:29:57,501 HPE.Framework.Logging.Logger.LogMessage INFO - ClearRedfishSession() -- End
2018-11-15 08:29:57,502 HPE.Framework.Logging.Logger.LogMessage INFO - Disonnect() -- End
2018-11-15 08:29:57,503 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,504 HPE.Framework.Logging.Logger.LogMessage INFO - Disconnect-HPEBIOS ProcessCommand() -- Ends&lt;/PRE&gt;&lt;P&gt;As you can see, the&amp;nbsp;Get-HPEBIOSWorkloadProfile worked just fine but&amp;nbsp;Set-HPEBIOSWorkloadProfile returned the "Object reference not set to an instance of an object" error.&lt;/P&gt;&lt;P&gt;This doesn't seem to make any sesne. We are seeing this perhaps every 6th or 7th&amp;nbsp; server (mostly DL380 Gen10) and since we provision several servers evey week, we do see this issue a lot.&amp;nbsp;Is anyone else encountering this issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 07:50:52 GMT</pubDate>
    <dc:creator>Sasler</dc:creator>
    <dc:date>2018-11-15T07:50:52Z</dc:date>
    <item>
      <title>HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025327#M8207</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have&amp;nbsp;been using&amp;nbsp;HPEBIOS CmdLets&amp;nbsp;quite extensively on our Gen10 servers. In most cases it works just fine, but on some we get the "Object reference not set to an instance of an object" error on any &lt;SPAN&gt;HPEBIOS&amp;nbsp;&lt;/SPAN&gt;Set cmdlet, although&amp;nbsp;&lt;SPAN&gt;HPEBIOS&amp;nbsp;&lt;/SPAN&gt;Get cmdlets work just fine. Some times a simple reboot fixes the issue, but in others multiple reboots, cold boots and lot of waiting is needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example script:&lt;/P&gt;&lt;PRE&gt;Enable-HPEBIOSLog -Verbose
$connection = Connect-HPEBIOS -IP 10.10.10.10 -Credential (Get-Credential) -DisableCertificateAuthentication
Get-HPEBIOSWorkloadProfile -Connection $connection
Set-HPEBIOSWorkloadProfile -WorkloadProfile VirtualizationMaximumPerformance -Connection $connection
Disconnect-HPEBIOS -Connection $connection
Disable-HPEBIOSLog&lt;/PRE&gt;&lt;P&gt;And here is the log output:&lt;/P&gt;&lt;PRE&gt;2018-11-15 08:29:56,848 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Parameter processing started. 
2018-11-15 08:29:56,850 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - IP.
2018-11-15 08:29:56,851 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Username.
2018-11-15 08:29:56,852 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Password.
2018-11-15 08:29:56,853 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - AdminPassword.
2018-11-15 08:29:56,854 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - ClientLoggedInUserPassword.
2018-11-15 08:29:56,855 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Credential.
2018-11-15 08:29:56,856 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - DisableCertificateAuthentication.
2018-11-15 08:29:56,857 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Port.
2018-11-15 08:29:56,858 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Processing parameter - Timeout.
2018-11-15 08:29:56,864 HPE.Framework.Logging.Logger.LogMessage INFO - [Connect-HPEBIOS] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:56,866 HPE.Framework.Logging.Logger.LogMessage INFO - Connect-HPEBIOS ProcessCommand() -- Starts
2018-11-15 08:29:56,867 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:56,868 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationProtocolType() -- Start
2018-11-15 08:29:56,879 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationProtocolType() -- End
2018-11-15 08:29:56,881 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:56,882 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:56,883 HPE.Framework.Logging.Logger.LogMessage INFO - Connect() -- Start
2018-11-15 08:29:56,885 HPE.Framework.Logging.Logger.LogMessage INFO - CreateConnection() -- Start
2018-11-15 08:29:57,118 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionProperties() -- Start
2018-11-15 08:29:57,276 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionProperties() -- End
2018-11-15 08:29:57,278 HPE.Framework.Logging.Logger.LogMessage INFO - CreateConnection() -- End
2018-11-15 08:29:57,278 HPE.Framework.Logging.Logger.LogMessage INFO - Connect() -- End
2018-11-15 08:29:57,280 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,281 HPE.Framework.Logging.Logger.LogMessage INFO - Connect-HPEBIOS ProcessCommand() -- Ends
2018-11-15 08:29:57,283 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Parameter processing started. 
2018-11-15 08:29:57,288 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Processing parameter - Connection.
2018-11-15 08:29:57,290 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Processing parameter - OutputType.
2018-11-15 08:29:57,291 HPE.Framework.Logging.Logger.LogMessage INFO - [Get-HPEBIOSWorkloadProfile] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,292 HPE.Framework.Logging.Logger.LogMessage INFO - Get-HPEBIOSWorkloadProfile ProcessCommand() -- Starts
2018-11-15 08:29:57,293 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,294 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,307 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,309 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,310 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,311 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- Start
2018-11-15 08:29:57,312 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- Start
2018-11-15 08:29:57,323 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- End
2018-11-15 08:29:57,325 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- End
2018-11-15 08:29:57,370 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,372 HPE.Framework.Logging.Logger.LogMessage INFO - Get-HPEBIOSWorkloadProfile ProcessCommand() -- Ends
2018-11-15 08:29:57,377 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Parameter processing started. 
2018-11-15 08:29:57,378 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Processing parameter - Connection.
2018-11-15 08:29:57,379 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Processing parameter - WorkloadProfile.
2018-11-15 08:29:57,380 HPE.Framework.Logging.Logger.LogMessage INFO - [Set-HPEBIOSWorkloadProfile] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,381 HPE.Framework.Logging.Logger.LogMessage INFO - Set-HPEBIOSWorkloadProfile ProcessCommand() -- Starts
2018-11-15 08:29:57,382 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,383 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,396 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,397 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,398 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterRecord() -- Start
2018-11-15 08:29:57,400 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterRecord() -- End
2018-11-15 08:29:57,401 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,402 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- Start
2018-11-15 08:29:57,403 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- Start
2018-11-15 08:29:57,412 HPE.Framework.Logging.Logger.LogMessage INFO - ReadBIOSRegistryData() -- End
2018-11-15 08:29:57,414 HPE.Framework.Logging.Logger.LogMessage INFO - InitializeConnectionInfo() -- End
2018-11-15 08:29:57,415 HPE.Framework.Logging.Logger.LogMessage INFO - ValidateParameterAndValue() -- Start
2018-11-15 08:29:57,436 HPE.Framework.Logging.Logger.LogMessage ERROR - Failed for 10.10.10.10: Object reference not set to an instance of an object.
2018-11-15 08:29:57,457 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Parameter processing started. 
2018-11-15 08:29:57,458 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Processing parameter - Connection.
2018-11-15 08:29:57,459 HPE.Framework.Logging.Logger.LogMessage INFO - [Disconnect-HPEBIOS] Executing the cmdlets with 1 task serially.
2018-11-15 08:29:57,460 HPE.Framework.Logging.Logger.LogMessage INFO - Disconnect-HPEBIOS ProcessCommand() -- Starts
2018-11-15 08:29:57,461 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- Start
2018-11-15 08:29:57,463 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- Start
2018-11-15 08:29:57,477 HPE.Framework.Logging.Logger.LogMessage INFO - TestConnection() -- End
2018-11-15 08:29:57,478 HPE.Framework.Logging.Logger.LogMessage INFO - GetCommunicationModel() -- End
2018-11-15 08:29:57,479 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- Start
2018-11-15 08:29:57,481 HPE.Framework.Logging.Logger.LogMessage INFO - Disonnect() -- Start
2018-11-15 08:29:57,500 HPE.Framework.Logging.Logger.LogMessage INFO - ClearRedfishSession() -- Start
2018-11-15 08:29:57,501 HPE.Framework.Logging.Logger.LogMessage INFO - ClearRedfishSession() -- End
2018-11-15 08:29:57,502 HPE.Framework.Logging.Logger.LogMessage INFO - Disonnect() -- End
2018-11-15 08:29:57,503 HPE.Framework.Logging.Logger.LogMessage INFO - BuildCommand() -- End
2018-11-15 08:29:57,504 HPE.Framework.Logging.Logger.LogMessage INFO - Disconnect-HPEBIOS ProcessCommand() -- Ends&lt;/PRE&gt;&lt;P&gt;As you can see, the&amp;nbsp;Get-HPEBIOSWorkloadProfile worked just fine but&amp;nbsp;Set-HPEBIOSWorkloadProfile returned the "Object reference not set to an instance of an object" error.&lt;/P&gt;&lt;P&gt;This doesn't seem to make any sesne. We are seeing this perhaps every 6th or 7th&amp;nbsp; server (mostly DL380 Gen10) and since we provision several servers evey week, we do see this issue a lot.&amp;nbsp;Is anyone else encountering this issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 07:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025327#M8207</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-11-15T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025383#M8208</link>
      <description>Saser&lt;BR /&gt;&lt;BR /&gt;We provision many Gen10 servers as well and this issue popped up for us earlier this year. Then it went away after it was discovered a reboot fixes it.&lt;BR /&gt;&lt;BR /&gt;Now, it has come back in the ML110 Gen10 model, none of the set hpebios commands work only some of the time. I am not sure what the issue is. Reboots do not fix it.</description>
      <pubDate>Thu, 15 Nov 2018 12:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025383#M8208</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-11-15T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025393#M8209</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1766252"&gt;@rookie1082&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Saser&lt;BR /&gt;&lt;BR /&gt;We provision many Gen10 servers as well and this issue popped up for us earlier this year. Then it went away after it was discovered a reboot fixes it.&lt;BR /&gt;&lt;BR /&gt;Now, it has come back in the ML110 Gen10 model, none of the set hpebios commands work only some of the time. I am not sure what the issue is. Reboots do not fix it.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We also do quite few ML110 Gen10 models, but I see this mostly on DL380 Gen10 and only on some ML110. Also, in most cases a reboot fixes it, but not always.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025393#M8209</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-11-15T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025404#M8210</link>
      <description>&lt;P&gt;This also occurs on the ML350 Gen10 models I believe, because my techs have reported&amp;nbsp;that model to me as well, although the quantities are minimal.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The majority of the&amp;nbsp;Gen10 servers we are currently configuring are just firmware and ILO settings, no BIOS settings - so this issue hasn't been that critical for us recently.&lt;BR /&gt;&lt;BR /&gt;I have messaged Rajesh on this issue but he has not replied back yet, they are usually pretty busy.&lt;/P&gt;&lt;P&gt;The gen9 models worked perfectly and still do.&lt;/P&gt;&lt;P&gt;Have you tried the HPE Redfish commands from the HPE Powershell Gallery to try and set?&amp;nbsp; When I used that to trouble shoot, it gave me a more clear "reboot needed" error.&amp;nbsp; Maybe this time it would give a more verbose error message telling you what the exact issue.&amp;nbsp; I don't have any new servers at the moment to test this on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 15:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025404#M8210</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-11-15T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025578#M8214</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1766252"&gt;@rookie1082&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried the HPE Redfish commands from the HPE Powershell Gallery to try and set?&amp;nbsp; When I used that to trouble shoot, it gave me a more clear "reboot needed" error.&amp;nbsp; Maybe this time it would give a more verbose error message telling you what the exact issue.&amp;nbsp; I don't have any new servers at the moment to test this on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No, I haven't really used HPE Redfish. Would you have an exmaple how to get that "reboot needed" data?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 12:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025578#M8214</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-11-16T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025748#M8215</link>
      <description>&lt;P&gt;HPERedfishCmdlets can be installed from the PowerShell gallery by executing the cmdlet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Install-Module HPERedfishCmdlets&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modifying the WorkloadProfile requires a system reboot. You could try the following script to modify the WorkloadProfile using HPERedfishCmdlets. &amp;nbsp;This script also resets the server and prints the value of the WorkloadProfile setting after reboot.&lt;/P&gt;&lt;PRE&gt;$s = Connect-HPERedfish $address $username $password -DisableCertificateAuthentication &lt;BR /&gt;&lt;BR /&gt;$settingl1 = @{}
$settingl1.Add("WorkloadProfile","Virtualization-MaxPerformance") # check redfish/v1/registries for BIOS attribute names and allowable values to be used
$setting = @{}
$setting.Add("Attributes",$settingl1)
&amp;nbsp;
$msg1 = Set-HPERedfishData -Odataid redfish/v1/systems/1/bios/settings/ -Setting $setting -Session $s -DisableCertificateAuthentication
$msg1.error

&lt;BR /&gt;# check setting update before reset
$get = Get-HPERedfishDataRaw /redfish/v1/systems/1/bios/settings/ -Session $s -DisableCertificateAuthentication
$get.Attributes.WorkloadProfile
&amp;nbsp;
&lt;BR /&gt;# reset server for BIOS settings to take effect
$sys = Get-HPERedfishDataRaw /redfish/v1/systems/1/ $s -DisableCertificateAuthentication

$payload = @{}
$payload.Add("ResetType","ForceRestart")

$msg2 = Invoke-HPERedfishAction -Odataid $sys.Actions.'#ComputerSystem.Reset'.target -Data $payload -Session $s -DisableCertificateAuthentication
$msg2.error

&lt;BR /&gt;# sleep is to wait till reset
Start-Sleep -Seconds 300
&amp;nbsp;

# check if the setting applied correctly
$get2 = Get-HPERedfishDataRaw redfish/v1/systems/1/bios/ -Session $s -DisableCertificateAuthentication
$get2.Attributes.WorkloadProfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disconnect-HPERedfish -Session $s -DisableCertificateAuthentication&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The variable $msg1 in the above script would have the details if the system reboot is needed on the setting change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Vijay Bhojwani&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 06:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025748#M8215</guid>
      <dc:creator>Vijay_B</dc:creator>
      <dc:date>2018-11-19T06:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025786#M8217</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1934587"&gt;@Vijay_B&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;HPERedfishCmdlets can be installed from the PowerShell gallery by executing the cmdlet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;Modifying the WorkloadProfile requires a system reboot. You could try the following script to modify the WorkloadProfile using HPERedfishCmdlets. &amp;nbsp;This script also resets the server and prints the value of the WorkloadProfile setting after reboot.&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;The variable $msg1 in the above script would have the details if the system reboot is needed on the setting change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Vijay Bhojwani&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks, I shall test that.&lt;/P&gt;&lt;P&gt;Another thing that I noticed is that when reboot or cold boot doesn't help, shutting down and removing power cables does help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7025786#M8217</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-11-19T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7026979#M8235</link>
      <description>&lt;P&gt;Saser,&lt;/P&gt;&lt;P&gt;Have you had a chance to test the steps provided to see if there are any more details provided by the redfish cmdlets?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 17:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7026979#M8235</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-11-28T17:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7027605#M8243</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1766252"&gt;@rookie1082&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Saser,&lt;/P&gt;&lt;P&gt;Have you had a chance to test the steps provided to see if there are any more details provided by the redfish cmdlets?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No, sorry. I've been too busy to test that. Our server installers have been using that full power of cycle as a workaround in the meanwhile.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 09:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7027605#M8243</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-12-05T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028702#M8262</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1766252"&gt;@rookie1082&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Saser,&lt;/P&gt;&lt;P&gt;Have you had a chance to test the steps provided to see if there are any more details provided by the redfish cmdlets?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So I tested your redfish script against a server which was getting that&amp;nbsp;"Object reference not set to an instance of an object" error and it did indeed work. It did change the workload profile correctly. However, when trying to run the HPEBIOS cmdlets after that, including the reset, I was still getting the same error.&lt;/P&gt;&lt;P&gt;So it seem like there is something wrong within the&amp;nbsp;&lt;SPAN&gt;HPEBIOS&amp;nbsp;module, since the redfish module is able to do the same thing without any issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028702#M8262</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-12-17T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028724#M8263</link>
      <description>&lt;P&gt;Very interesting, Thanks Saser.&lt;BR /&gt;&lt;BR /&gt;My technicians were not reporting any problems to me until I updated the BIOS cmdlets to 2.1.0.1 .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Prior to that, they were configuring machines correctly.&amp;nbsp; I think i'll have to go back to the old version of BIOS cmdlets until this bug is worked out.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 15:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028724#M8263</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-12-17T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028742#M8264</link>
      <description>&lt;P&gt;Small update...&lt;BR /&gt;&lt;BR /&gt;I have an ML110 Gen10 that I am trying to set the workload profile (among other things) and i can reproduce the error that Saser is getting.&lt;BR /&gt;&lt;BR /&gt;I have tried with different version of HPEBIOS cmdlets, 2.1.0.1, 2.1.0.0, and 2.0.0.0 and all get this error.&amp;nbsp; I will try to set the settings with the redfish cmdlets next.&lt;/P&gt;&lt;P&gt;I was able to set the workload profile successfully with the redfish commands though.&amp;nbsp; I reset and it applied it successfully.&amp;nbsp; LIke saser, I'm having the same issue on Gen10 servers using the HPEBiosCmdlets.&amp;nbsp; However it's not all Gen10&amp;nbsp;models as I can set BIOS settings (such as asset tag) on a DL380 Gen10 successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 19:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028742#M8264</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-12-17T19:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028782#M8265</link>
      <description>&lt;P&gt;Thank you Rookie for update,&lt;/P&gt;&lt;P&gt;Can we have call since we are not able to reproduce the issue at our end.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028782#M8265</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2018-12-18T05:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028784#M8266</link>
      <description>Hey Rajesh,&lt;BR /&gt;&lt;BR /&gt;The server I had today is not in my possession any longer. If I get any more in the future I will let you know.&lt;BR /&gt;I incorporated redfish cmdlets to set the bios settings for now.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028784#M8266</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2018-12-18T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028785#M8267</link>
      <description>&lt;P&gt;Thank you Rookie,&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028785#M8267</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2018-12-18T05:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028823#M8268</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1883257"&gt;@B_Rajesh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thank you Rookie for update,&lt;/P&gt;&lt;P&gt;Can we have call since we are not able to reproduce the issue at our end.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have two DL380 Gen10s with this issue available now, if needed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 09:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7028823#M8268</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2018-12-18T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7030546#M8273</link>
      <description>&lt;P&gt;This issue still persists on various Gen10 models (it is intermittent I admit).&amp;nbsp; To get around this problem for now, I have migrated my BIOS changes to the redfish cmdlets in the meantime.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 15:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7030546#M8273</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2019-01-09T15:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7031358#M8274</link>
      <description>&lt;P&gt;Hi Rookie,&lt;/P&gt;&lt;P&gt;Can we have a call via Skype for more details since we are not able to reproduce the issue at our end.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7031358#M8274</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2019-01-16T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7044654#M8356</link>
      <description>&lt;P&gt;Just an update for this issue.&amp;nbsp; After seeing this issue becoming more prevelant, we desided start using Redfish instead. That simply works as intedent every time.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 08:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7044654#M8356</guid>
      <dc:creator>Sasler</dc:creator>
      <dc:date>2019-05-02T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: HPEBIOS cmdlets 2.1.0.1: Object reference not set to an instance of an object</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7044666#M8357</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;HPEBIOSCmdlets has released 2.2 version which has a fix for "&lt;SPAN&gt;Object reference not set to an instance of an object&lt;/SPAN&gt;" on Gen9 and Gen 10 servers.&lt;/P&gt;&lt;P&gt;Check the below yammer link post for more details on the new release. &lt;A href="https://www.yammer.com/hpe.com/threads/122426154901504" target="_blank"&gt;https://www.yammer.com/hpe.com/threads/122426154901504&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 09:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/hpebios-cmdlets-2-1-0-1-object-reference-not-set-to-an-instance/m-p/7044666#M8357</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2019-05-02T09:30:43Z</dc:date>
    </item>
  </channel>
</rss>

