- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Retrieve Server Manufacturer via ILO PowerShell cm...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2020 07:42 PM
тАО03-22-2020 07:42 PM
Retrieve Server Manufacturer via ILO PowerShell cmdlets
I know this may seem obvious if your communicating with an ILO, but I'm in the process of writing a PowerShell script that will pull data from various Wintel systems running on HP/E hardware, Dell hardwaer, Hyper-V and VMware virtualisation, etc, and so I would like to know if there is a specific HPE Powershell cmdlet that will provide the Manufactuer's name in the cmdlet output, as I have found that the HPE Powershell cmdlets only only provide the Model, Generation, etc.
I am seeking this specific value to be retrieved from the hardware, so I am not having to enter a flat text string of "HP", "HPE", or their non-abbreviated names within the code as the script will be querying everything from G1 - Gen10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2020 09:27 PM
тАО03-22-2020 09:27 PM
Re: Retrieve Server Manufacturer via ILO PowerShell cmdlets
Hi,
You can use Get-HPEiLOSystemInfo cmdlet and look for the Manufacturer property in the output. But this cmdlet is supported only on Gen10 systems. There are no cmdlets that gives the manufacturer information for servers below Gen10.
Thanks,
Hema
I work for HPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2020 12:48 PM - last edited on тАО03-29-2020 09:23 PM by Parvez_Admin
тАО03-27-2020 12:48 PM - last edited on тАО03-29-2020 09:23 PM by Parvez_Admin
Re: Retrieve Server Manufacturer via ILO PowerShell cmdlets
What is the target?
You mentioned HPE, Dell, Windows, VMWare.
Are you scanning the iLO/iDRAC subnet?
Are you scanning the Windows/VMware host IPs?
The tools you use will be very different for those items, so I don't quite understand how you think you will write 1 catch all script that will address them all.
A Starting point might be to simply connect to the server on 443 and check the response headers to try to fingerprint the remote device. But of course Windows doesn't run a Web Server by default. Thus my point above.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
