<?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 help in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968151#M1900</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Here is the goal. This might make what I am trying to do a little easier to understand. I need to indetify all server profiles assigned to blade servers with specifc LOM adapater. My though was to use the get-hpovserverprofile and pipe that into where server hardware type =x. As another example of where I would like to see these defalted objects is to have a powershell script return a list of all server profiles with their virtual serial number and include the phsyical serial number of the server hardare itself. Does that make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 20:53:02 GMT</pubDate>
    <dc:creator>Matthew Ingram</dc:creator>
    <dc:date>2017-06-14T20:53:02Z</dc:date>
    <item>
      <title>PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6967983#M1895</link>
      <description>&lt;P&gt;How do you access the properites of the server profile that have spaces in them? For example I am trying to get a list of all servers profiles that have a certain hardware type. I can't seem to filter based on the properites that have a space.&lt;/P&gt;&lt;P&gt;get-hpovserverprofile | ? {$_."server hardware type" -eq&amp;nbsp;"BL460c Gen8 3"}&lt;/P&gt;&lt;P&gt;This returns nothing. I can't even select object on "server hardware type" in the get-hpovserverprofile cmdlet.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 19:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6967983#M1895</guid>
      <dc:creator>Matthew Ingram</dc:creator>
      <dc:date>2017-06-13T19:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6967992#M1896</link>
      <description>&lt;P&gt;For future questions with the library, feel free to open an issue on the GitHub Issues Tracker (yes, even for questions like this).&lt;/P&gt;&lt;P&gt;That being said, the "Server Hardware Type" is a format column header, not an actual property.&amp;nbsp; Objects from the HPE OneView API are what's called "Deflated Objects".&amp;nbsp; Meaning, associative resources are via their URI.&amp;nbsp; So, if you are trying to filter Server Hardware for a specific Hardware Type, please use the "-InputObject" parameter found in the current 3.00 library.&amp;nbsp; This will take a Server Hardware Type or Server Profile object to filter the list of server hardware to what you are looking to do.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 21:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6967992#M1896</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2017-06-13T21:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968147#M1897</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Chris,&lt;/P&gt;&lt;P&gt;Can you provide a link to the documentation or an example of this? I don't see an "inputobject" parameter on either get-hpovserverprofile or get-hpovserverhardwaretype on the githib cmdlet documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968147#M1897</guid>
      <dc:creator>Matthew Ingram</dc:creator>
      <dc:date>2017-06-14T20:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968148#M1898</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServer" target="_blank"&gt;https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServerProfile" target="_blank"&gt;https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServerProfile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServerHardwareType" target="_blank"&gt;https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVServerHardwareType&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968148#M1898</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2017-06-14T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968149#M1899</link>
      <description>&lt;P&gt;The -InputObject parameter exists in the Get-HPOVServer Cmdlet.&amp;nbsp; You would pass in a SHT or Server Profile object to return a filtered list of Server Hardware resources.&lt;/P&gt;&lt;P&gt;Do you need a way to filter Profiles based on Hardware Type?&amp;nbsp; I could look at extending the Get-HPOVServerProfile Cmdlet to allow Server Hardware Type objects to then filter the results.&amp;nbsp; If that is what you are looking for, please submit an issue on the &lt;A href="https://github.com/HewlettPackard/POSH-HPOneView/issues/new" target="_blank"&gt;GitHub Issue Tracker&lt;/A&gt; for this request.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968149#M1899</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2017-06-14T20:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968151#M1900</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Here is the goal. This might make what I am trying to do a little easier to understand. I need to indetify all server profiles assigned to blade servers with specifc LOM adapater. My though was to use the get-hpovserverprofile and pipe that into where server hardware type =x. As another example of where I would like to see these defalted objects is to have a powershell script return a list of all server profiles with their virtual serial number and include the phsyical serial number of the server hardare itself. Does that make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968151#M1900</guid>
      <dc:creator>Matthew Ingram</dc:creator>
      <dc:date>2017-06-14T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968152#M1901</link>
      <description>&lt;P&gt;PLease go submit an issue on the tracker so we can continue the conversation there.&amp;nbsp; It will also help me track enhancements, and provide others with a singular location to find conversations/threads like this for the library.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968152#M1901</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2017-06-14T20:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell help</title>
      <link>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968153#M1902</link>
      <description>&lt;P&gt;Will do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 21:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/powershell-help/m-p/6968153#M1902</guid>
      <dc:creator>Matthew Ingram</dc:creator>
      <dc:date>2017-06-14T21:16:24Z</dc:date>
    </item>
  </channel>
</rss>

