- Community Home
- >
- Software
- >
- HPE OneView
- >
- PowerShell Module Missing Set-OVServerProfile
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
05-16-2023 10:04 AM - last edited on 05-17-2023 11:36 AM by support_s
05-16-2023 10:04 AM - last edited on 05-17-2023 11:36 AM by support_s
I've been working on writing a powershell script to change the firmware baseline and some BIOS settings in my OneView server profiles (OneView 8 & HPEOneView.800 powershell module) and while Set-OVServerProfile is listed in the contents, it doesn't actually appear to be there when I install it.
Is this still a cmdlet? I don't have any templates associated with my profiles so I'm attempting to update the profiles via powershell directly. The Update-OVProfile or Update-OVServerProfile cmdlets pertain to templates-- so I'm looking for something else.
Any ideas? Thanks in advance.
Solved! Go to Solution.
- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 11:31 AM
05-17-2023 11:31 AM
SolutionA few things:
- You really should explore the use of Server Profile Templates. This helps to reduce the adminsitrative overhead complexity when needing to manage many individual server profiles. Especially when/if they share the same configuration. If they already do, you can create a profile template from a profile, then assign that template to your profiles either through the UI or using the Join-OVServerProfileToTemplate Cmdlet.
- Set-OVServerProfile was a placeholder Cmdlet that hasn't been developed yet. To edit server profile objects, use the Get-OVServerProfile Cmdlet to get the needed profile, then change the properties within the object to the needed values. You can then use Save-OVServerProfile to commit those changes.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 11:38 AM
05-17-2023 11:38 AM
Re: PowerShell Module Missing Set-OVServerProfile
Thanks for the reply-- somehow I missed the Save-OVServerProfile cmdlet. Guess my eyes were fixated on the Set-OVServerProfile.
To the point about Templates-- couldn't agree more. We have a lot of different frame configurations that result in many different templates and not everything within a given configuration can get upgraded quickly so we've been going without. It would be nice if we could exclude enclosure groups from the template and have them be more EG agnostic but I understand the relationship so doubt it would ever happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 11:42 PM - edited 10-21-2024 11:57 PM
10-21-2024 11:42 PM - edited 10-21-2024 11:57 PM