<?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: PowerShell Library for OneView 5.0 in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061544#M4549</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Everything worked out! Thank you &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 13:22:55 GMT</pubDate>
    <dc:creator>Vladislav1</dc:creator>
    <dc:date>2019-09-06T13:22:55Z</dc:date>
    <item>
      <title>PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060569#M4526</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The new version of OneView 5.0 is already available, but the PowerShell.Library.exe libraries are still missing. A big request to post them as soon as possible &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/releases" target="_blank"&gt;https://github.com/HewlettPackard/POSH-HPOneView/releases&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 281px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/111560i1ADF0546ADEC0EFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 08:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060569#M4526</guid>
      <dc:creator>Vladislav1</dc:creator>
      <dc:date>2019-09-02T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060625#M4527</link>
      <description>As stated in the release notes on the same page, the installer will no longer be provided. It was only for Windows. With the library now cross platform via PowerShell Core, it is not needed. The library has been published in PowerShell Gallery ever since 3.10. If you need to install it on a system without Internet connectivity, use Save-Module, part of PowerShellGet module.</description>
      <pubDate>Mon, 02 Sep 2019 21:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060625#M4527</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2019-09-02T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060734#M4529</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;What's the best practice for upgrading our Powershell modules from 4.20 to 5.00?&amp;nbsp; Uninstall-Module doesn't seem to work against 4.20 so I just went to&amp;nbsp;C:\Windows\System32\WindowsPowerShell\v1.0\Modules and I removed the HPOneView.420 folder.&amp;nbsp; Then I ran Install-Module -Name HPOneView.500.&amp;nbsp; Just wondering if there was a better way...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 16:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060734#M4529</guid>
      <dc:creator>rmay_bk</dc:creator>
      <dc:date>2019-09-03T16:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060736#M4530</link>
      <description>&lt;P&gt;Each library &lt;FONT face="courier new,courier"&gt;Major.Minor&lt;/FONT&gt; release is not a direct upgrade for a prior one.&amp;nbsp; It coensides with the release of OneView.&amp;nbsp; They then support newer OneView versions due to its backwards compatible REST API.&amp;nbsp; But a newer library will not support an older version of OneView.&amp;nbsp; This is documented on the &lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki" target="_blank" rel="noopener"&gt;project Wiki&lt;/A&gt; main home page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, unless you installed the 4.20 module using &lt;FONT face="courier new,courier"&gt;Install-Module&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;Uninstall-Module&lt;/FONT&gt; will not work.&amp;nbsp; the EXE installer does not register the module into the local Nuget repository.&amp;nbsp; You'd have to use &lt;FONT face="courier new,courier"&gt;Add/Remove Programs&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;Windows 10 Settings&lt;/FONT&gt; to remove the module.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 16:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7060736#M4530</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2019-09-03T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061197#M4539</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Just the version for windows is required.&lt;/P&gt;&lt;P&gt;When can I expect the release of exe version?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 09:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061197#M4539</guid>
      <dc:creator>Vladislav1</dc:creator>
      <dc:date>2019-09-05T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061264#M4543</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1785879"&gt;@Vladislav1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Just the version for windows is required.&lt;/P&gt;&lt;P&gt;When can I expect the release of exe version?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There will not be an EXE installer, as I explained above.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061264#M4543</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2019-09-05T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061274#M4544</link>
      <description>&lt;P&gt;How then to upgrade libraries from 4.20 to version 5.0? I do not quite understand.&lt;/P&gt;&lt;P&gt;Write a little more details, please.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 14:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061274#M4544</guid>
      <dc:creator>Vladislav1</dc:creator>
      <dc:date>2019-09-05T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061276#M4545</link>
      <description>&lt;P&gt;I provided more detail above:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Each library&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Major.Minor&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;release is not a direct upgrade for a prior one.&amp;nbsp; It coincides&amp;nbsp;with the release of OneView.&amp;nbsp; They then support newer OneView versions due to its backwards compatible REST API.&amp;nbsp; But a newer library will not support an older version of OneView.&amp;nbsp; This is documented on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;project Wiki&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;main home page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, unless you installed the 4.20 module using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Install-Module&lt;/FONT&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Uninstall-Module&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will not work.&amp;nbsp; the EXE installer does not register the module into the local Nuget repository.&amp;nbsp; You'd have to use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Add/Remove Programs&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Windows 10 Settings&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to remove the module.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To re-iterate, there is no "Upgrade" from say 4.20 to 5.00&amp;nbsp; PowerShell library.&amp;nbsp; They are separate&amp;nbsp;modules.&amp;nbsp; To install the 5.00 library, open a PowerShell 5.x/6.0 or PowerShellCore console, the type in &lt;FONT face="courier new,courier"&gt;Install-Module HPOneView.500&lt;/FONT&gt; to install from PowerShell Gallery.&amp;nbsp; If you need to install the library on another system without Internet&amp;nbsp;access then use &lt;FONT face="courier new,courier"&gt;Save-Module HPOneView.500&lt;/FONT&gt;, then copy the folder contents created to a directory in &lt;FONT face="courier new,courier"&gt;$env:PSModulesPath&lt;/FONT&gt;.&amp;nbsp; This is all standard PowerShell Gallery (via the PowerShellGet module) operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 14:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061276#M4545</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2019-09-05T14:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061544#M4549</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Everything worked out! Thank you &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 13:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7061544#M4549</guid>
      <dc:creator>Vladislav1</dc:creator>
      <dc:date>2019-09-06T13:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7084061#M5114</link>
      <description>&lt;P&gt;Can I only install this on an Internet connected machine, or can I download the NuGet componenets the installer is asking for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 06:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7084061#M5114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-03T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Library for OneView 5.0</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7084098#M5115</link>
      <description>&lt;P&gt;As it is &lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki#installer-changes-starting-with-hpe-oneview-500-powershell-library-and-newer" target="_blank" rel="noopener"&gt;documented on the Wiki,&lt;/A&gt; (which is in the process of moving to a new &lt;A href="https://hpe-docs.gitbook.io/posh-hponeview/#installer-changes" target="_blank" rel="noopener"&gt;home&lt;/A&gt;), you will need to use &lt;FONT face="courier new,courier"&gt;Save-Module&lt;/FONT&gt; to save the contents of the module and dependancies.&amp;nbsp; You then transfer the ZIP and extract it to a directory that is in the &lt;FONT face="courier new,courier"&gt;$env:PSModulePath&lt;/FONT&gt; variable.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 14:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-library-for-oneview-5-0/m-p/7084098#M5115</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2020-04-03T14:47:47Z</dc:date>
    </item>
  </channel>
</rss>

