<?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 Configuring iLO using Powershell script in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/configuring-ilo-using-powershell-script/m-p/7090496#M12144</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to configure iLO for ProLiant and Synergy servers.&lt;/P&gt;&lt;P&gt;To configure ProLiant servers i am using&amp;nbsp;&lt;A href="https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0" target="_blank"&gt;https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To configure Synergy servers i am using&amp;nbsp;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_6d64cb45d4c649ceb8e9cc93b5#tab-history" target="_blank"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_6d64cb45d4c649ceb8e9cc93b5#tab-history&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When running this command:&lt;/P&gt;&lt;P&gt;Set-HPiLODirectory -Server $iLOIPAddress -Username $user -Password $pass&lt;BR /&gt;-LDAPDirectoryAuthentication Use_Directory_Default_Schema -ServerAddress $DomainController&lt;BR /&gt;-ServerPort 636&lt;BR /&gt;-UserContext1 "TEXT"&lt;BR /&gt;-UserContext2 "TEXT"&lt;BR /&gt;-UserContext3 "TEXT"&lt;BR /&gt;-UserContext4 ""&lt;BR /&gt;-UserContext5 ""&lt;BR /&gt;-DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Check-RibclEmpty : Error: The content of the RIBCL is empty. Use "Get-Help" and try a
gain. 
At C:\temp\iLO-Config\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:29271 char:16
+             if(Check-RibclEmpty($send)){
+                ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Chec 
   k-RibclEmpty&lt;/LI-CODE&gt;&lt;P&gt;What could be the problem? Any pointers or help is appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2020 12:36:20 GMT</pubDate>
    <dc:creator>JonasPonas</dc:creator>
    <dc:date>2020-06-05T12:36:20Z</dc:date>
    <item>
      <title>Configuring iLO using Powershell script</title>
      <link>https://community.hpe.com/t5/servers-general/configuring-ilo-using-powershell-script/m-p/7090496#M12144</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to configure iLO for ProLiant and Synergy servers.&lt;/P&gt;&lt;P&gt;To configure ProLiant servers i am using&amp;nbsp;&lt;A href="https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0" target="_blank"&gt;https://www.powershellgallery.com/packages/HPEiLOCmdlets/3.0.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To configure Synergy servers i am using&amp;nbsp;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_6d64cb45d4c649ceb8e9cc93b5#tab-history" target="_blank"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_6d64cb45d4c649ceb8e9cc93b5#tab-history&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When running this command:&lt;/P&gt;&lt;P&gt;Set-HPiLODirectory -Server $iLOIPAddress -Username $user -Password $pass&lt;BR /&gt;-LDAPDirectoryAuthentication Use_Directory_Default_Schema -ServerAddress $DomainController&lt;BR /&gt;-ServerPort 636&lt;BR /&gt;-UserContext1 "TEXT"&lt;BR /&gt;-UserContext2 "TEXT"&lt;BR /&gt;-UserContext3 "TEXT"&lt;BR /&gt;-UserContext4 ""&lt;BR /&gt;-UserContext5 ""&lt;BR /&gt;-DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Check-RibclEmpty : Error: The content of the RIBCL is empty. Use "Get-Help" and try a
gain. 
At C:\temp\iLO-Config\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:29271 char:16
+             if(Check-RibclEmpty($send)){
+                ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Chec 
   k-RibclEmpty&lt;/LI-CODE&gt;&lt;P&gt;What could be the problem? Any pointers or help is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 12:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/configuring-ilo-using-powershell-script/m-p/7090496#M12144</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-05T12:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring iLO using Powershell script</title>
      <link>https://community.hpe.com/t5/servers-general/configuring-ilo-using-powershell-script/m-p/7090745#M12149</link>
      <description>&lt;P&gt;The problem was that i wasnt using&amp;nbsp; grave accent when moving code lines below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Set-HPiLODirectory -Server $iLOIPAddress -Username $user -Password $pass
-LDAPDirectoryAuthentication Use_Directory_Default_Schema -ServerAddress $DomainController `
-ServerPort 636 `
-UserContext1 "TEXT" `
-UserContext2 "TEXT" `
-UserContext3 "TEXT" `
-UserContext4 "" ` 
-UserContext5 "" `
-DisableCertificateAuthentication
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 11:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/configuring-ilo-using-powershell-script/m-p/7090745#M12149</guid>
      <dc:creator>JonasPonas</dc:creator>
      <dc:date>2020-06-08T11:12:04Z</dc:date>
    </item>
  </channel>
</rss>

