- Community Home
- >
- Software
- >
- HPE OneView
- >
- HPE OneView PowerShell ... rename a Rack
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
12-10-2022 10:52 AM - last edited on 12-11-2022 01:04 AM by support_s
12-10-2022 10:52 AM - last edited on 12-11-2022 01:04 AM by support_s
Hello,
playing a little with HPE Onview Facilities with powershell.
I would like to rename a rack .. How can I do that with Powershell ?
Get-OVRack -name | ???
Solved! Go to Solution.
- Tags:
- OneView
- Rack_Frame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 11:53 AM
12-10-2022 11:53 AM
Query: HPE OneView PowerShell ... rename a Rack
System recommended content:
1. HPE OneView 6.3 User Guide for VMs | Change the name of a rack
2. HPE OneView for VMs 6.2 User Guide | Change the name of a rack
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 11:59 AM
12-10-2022 11:59 AM
Solution$rack.name = "UpdatedName"
Set-OVResource -Inputobject $rack
I don't have a Set-OVRack Cmdlet apparently. You can go create a new issue on the Github project tracker to request an enhancement to the library.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
