<?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: iLO Powershell Cmdlets - How to add directory groups? in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6874612#M153977</link>
    <description>&lt;P&gt;Yes&amp;nbsp;&lt;SPAN&gt;Set-HPiLOSchemalessDirectory is the way to add directory groups to the iLO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Did it solve your problem ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;HPE PowerShell Team&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 10:42:59 GMT</pubDate>
    <dc:creator>GokulKS</dc:creator>
    <dc:date>2016-07-01T10:42:59Z</dc:date>
    <item>
      <title>iLO Powershell Cmdlets - How to add directory groups?</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6871071#M153882</link>
      <description>&lt;P&gt;I have successfully set the iLO controllers to use LDAP using&lt;/P&gt;&lt;P&gt;Set-HPiLODirectory -Server $_ -Username $iloUsername -Password $iloPassword -LDAPDirectoryAuthentication Use_Directory_Default_Schema -ServerAddress $LDAPServer -ServerPort $LDAPServerPort -UserContext1 '@corp.domain.com' -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;Now LDAP is enabled, but not active. &amp;nbsp;How do you remotely add an entry to the Directory Groups table in the User Administration section?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 16:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6871071#M153882</guid>
      <dc:creator>bspach</dc:creator>
      <dc:date>2016-06-21T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: iLO Powershell Cmdlets - How to add directory groups?</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6873626#M153950</link>
      <description>&lt;P&gt;If you're still searching Try&amp;nbsp;Set-HPiLOSchemalessDirectory.&lt;/P&gt;&lt;P&gt;works for me.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 08:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6873626#M153950</guid>
      <dc:creator>Ohad_Fridman</dc:creator>
      <dc:date>2016-06-29T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: iLO Powershell Cmdlets - How to add directory groups?</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6874612#M153977</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;SPAN&gt;Set-HPiLOSchemalessDirectory is the way to add directory groups to the iLO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Did it solve your problem ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;HPE PowerShell Team&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 10:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6874612#M153977</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2016-07-01T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: iLO Powershell Cmdlets - How to add directory groups?</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6992749#M160386</link>
      <description>&lt;P&gt;How about how to remove Active Directory Groups? Trying to clean up some legacy groups. I have no problem adding to Group1Name... however I would like to remove the Information in Group5Name.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 22:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6992749#M160386</guid>
      <dc:creator>K9OL</dc:creator>
      <dc:date>2018-01-03T22:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: iLO Powershell Cmdlets - How to add directory groups?</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6992752#M160387</link>
      <description>&lt;P&gt;Figured it out... :)&lt;/P&gt;&lt;P&gt;The following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set-HPiLOSchemalessDirectory -Server $HOSTNAME -USERNAME $user -Password $pwd -DisableCertificateAuthentication -Group1Name&amp;nbsp;""&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Will remove the exisiting Group in the #1 slot and and then move the data in #2 to #1, #3 to #2, ETC...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set-HPiLOSchemalessDirectory -Server $HOSTNAME -USERNAME $user -Password $pwd -DisableCertificateAuthentication -Group1Name $Admin -Group1Priv $Admin_Priv -Group1SID $Admin_SID -Group2Name $Opt -Group2Priv $Opt_Priv -Group2SID $Opt_SID -Group3Name $RO -Group3Priv $RO_Priv -Group3SID $RO_SID -Group4Name "" -Group5Name "" -Group6Name ""&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Will take the values stored in the Variables and assign them while removing any existing AD Groups that reside in the #4, #5, and #6 slots.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 00:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo-powershell-cmdlets-how-to-add-directory-groups/m-p/6992752#M160387</guid>
      <dc:creator>K9OL</dc:creator>
      <dc:date>2018-01-04T00:20:47Z</dc:date>
    </item>
  </channel>
</rss>

