<?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: HPE OneView PowerShell in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122304#M6082</link>
    <description>&lt;P&gt;Sorry if my question was not clear.&lt;/P&gt;&lt;P&gt;I indeed use the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Connect-OVMgmt&lt;/LI-CODE&gt;&lt;P&gt;at the begining of my script. Then I want to use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New-OVLdapGroup&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;but the parameters credential seems mandatory ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 20:01:17 GMT</pubDate>
    <dc:creator>PhS-</dc:creator>
    <dc:date>2021-02-22T20:01:17Z</dc:date>
    <item>
      <title>HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122276#M6079</link>
      <description>&lt;P&gt;Hello, it seems that the powershell command&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New-OVLdapGroup&lt;/LI-CODE&gt;&lt;P&gt;requieres authentication ?&lt;/P&gt;&lt;P&gt;I don't understand why ? can we not use the Connection already estabish ? If you use the web interface you don't need to authenticate again ? I am confuse.&lt;/P&gt;&lt;P&gt;I just established a connection, and want to add some AD groups and give rights ... how can I do that ?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 16:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122276#M6079</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2021-02-22T16:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122303#M6081</link>
      <description>&lt;P&gt;Session state is not shared from your web browser to any other OneView client.&amp;nbsp; You need to use the clients authentication process to generate a new session.&amp;nbsp; As you are using the PowerShell library, you need to first use &lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v5.50/library/connect-ovmgmt" target="_blank" rel="noopener"&gt;Connect-OVMgmt&lt;/A&gt;.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Feb 2021 19:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122303#M6081</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2021-02-22T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122304#M6082</link>
      <description>&lt;P&gt;Sorry if my question was not clear.&lt;/P&gt;&lt;P&gt;I indeed use the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Connect-OVMgmt&lt;/LI-CODE&gt;&lt;P&gt;at the begining of my script. Then I want to use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New-OVLdapGroup&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;but the parameters credential seems mandatory ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122304#M6082</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2021-02-22T20:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122305#M6083</link>
      <description>&lt;P&gt;Yes, that Cmdlet needs another credential to the authentication directory.&amp;nbsp; Why?&amp;nbsp; OV does not allow the password to be re-used without re-entering them.&amp;nbsp; This is exactly the same as the UI.&amp;nbsp; So you still need to supply the authentication directory credentials.&lt;/P&gt;&lt;P&gt;And there is no way for me to get your existing credentials and decrypt your password to pass as plain text.&amp;nbsp; We don't support Kerberos ticketing.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122305#M6083</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2021-02-22T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122306#M6084</link>
      <description>&lt;P&gt;But I am using service account ...&lt;/P&gt;&lt;P&gt;in the web interface I don't need to provide the credentials to query AD, select a group and give a roles to this group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122306#M6084</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2021-02-22T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122307#M6085</link>
      <description>&lt;P&gt;Then that is a missing use case in the Cmdlet.&amp;nbsp; Please &lt;A href="https://github.com/HewlettPackard/POSH-HPEOneView/issues/new/choose" target="_blank" rel="noopener"&gt;go create an issue&lt;/A&gt; on the project tracker and will look at it further.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122307#M6085</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2021-02-22T20:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: HPE OneView PowerShell</title>
      <link>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122311#M6086</link>
      <description>&lt;P&gt;Done,&lt;/P&gt;&lt;P&gt;thanks for the fast reply&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/hpe-oneview-powershell/m-p/7122311#M6086</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2021-02-22T20:18:43Z</dc:date>
    </item>
  </channel>
</rss>

