Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Andrew,In all the set and remove cmdlet in Powertool we prompt user for confirmation as it involve some change in configuration.-Confirm parameter is honoring your request. $true and $false return different result.PowerTool C:\> Get-UcsBlade | Get...
Hi Andrew,-Confirm is a switch parameter in PowerTool cmdlet, if specified it will prompt for confirmation.You can use –Force to avoid confirmation.Get-UcsBlade | Get-UcsMgmtController | Get-UcsSysdebugMEpLog -Type SEL | Set-UcsSysdebugMEpLog -AdminS...
Hi Devender,Small change in your script.Cmdlet is expecting System.Security.SecureString and you are passing System.String.Please try below –1. Connect-Ucs -Name2. Export-UcsPSSession -LiteralPath c:\test.xml ( Specified the key as "ucssession" when ...
Mohit,Try below cmdlets –1. For secondary FIGet-UcsMgmtEntity -Leadership subordinate2. For primary FIGet-UcsMgmtEntity -Leadership primaryWe also have a script repository available at below link. You can refer that if needed.https://comm...