- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Scripting with Proliant SL250
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
Forums
Discussions
Discussions
Discussions
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
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
02-20-2015 09:07 AM
02-20-2015 09:07 AM
Scripting with Proliant SL250
Hello,
I have an SL250 Gen8 that I am working on. I am trying to write a powershell script to pull the bios settings. I understand that the HP Client management interface is supposed to provide a WMI namespace in root/hp/instrumentedBIOS as well as other classes. After installation it is still missing. The Bios Configuration Utility is not returning any results, tried multiple versions. concrep and hprcu give too much information. I just want the bios settings and their current values which should be done simply in powershell using the command: Get-WmiObject -Namespace root/hp/instrumentedBIOS -Class hp_biosSetting
Please tell me where I can get the proper namespaces installed. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2015 11:08 AM - last edited on 12-18-2020 01:03 AM by Parvez_Admin
02-22-2015 11:08 AM - last edited on 12-18-2020 01:03 AM by Parvez_Admin
Re: Scripting with Proliant SL250
Greetings!
The utility providing namespace is not compatible with enterprise servers. My research shows it is for Dektop\laptop\notebooks.
However you can learn more about scripting from the below URL: ( Insight Providers using scripting)
Refer page # 23 onwards for scripting:
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c03345157
I hope you find this informtion helpful!
Regards,
Renji V
Was this post useful? -
To say thanks click the "thumbs up" icon below!!! .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 11:46 AM
12-11-2020 11:46 AM
Re: Scripting with Proliant SL250
Your link down , also this question wasn't really answered.