- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- How to get ASR enable setting from WMI or anywhere...
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
09-25-2012 08:06 AM
09-25-2012 08:06 AM
How to get ASR enable setting from WMI or anywhere on a windows server
I can see the ASR enabled setting in BIOS from System Management Homepage, but need to script checking it on 9000 HP servers. I see it in Get-WmiObject -Class HP_WinPlatformWatchdogService -Namespace "root\HPQ" - but that has to be run as administrator on 2008 servers, so need another way to remote view that BIOS setting. I get access denied errors using root\HPQ or wmic /namespace:\\root\hpq path HP_WinPlatformWatchdogService get /VALUE. I do not see it in Get-WmiObject -Class Win32_BIOS -NameSpace “root\CIMV2", unless I am missing a hidden or unnamed property. Does anyone know how Systems Management Homepage get's those settings and if possible to get same from remote powershell script?
Thank you
- Tags:
- SMH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2012 12:31 AM
09-27-2012 12:31 AM
Re: How to get ASR enable setting from WMI or anywhere on a windows server
Are all your servers Windows 2008? If you want non-admin access to that namespace that's possible and HP provide a tool to set such permissions
- enableRWMI.exe
It's installed with the WBEM providers.