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.
Cisco UCS PowerTool Core suite is a set of PowerShell Core modules for Cisco UCS Manager, Cisco IMC and Cisco UCS Central, that helps in configuration and management of Cisco UCS domains and solutions.
Cisco UCS PowerTool Core modules are develope...
Cisco UCS PowerTool Core suite is a set of PowerShell Core modules for Cisco UCS Manager, Cisco IMC and Cisco UCS Central that helps in configuration and management of Cisco UCS domains and solutions.
Cisco UCS PowerTool Core Suite is developed us...
Cisco UCS PowerTool Core suite is a set of PowerShell Core modules for Cisco UCS Manager, Cisco IMC and Cisco UCS Central that helps in configuration and management of Cisco UCS domains and solutions.
Cisco UCS PowerTool Core Suite is developed us...
UCSPowerTool core release notes and installation configuration guide are available here
Release note : https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/msft_tools/All_Plugin_RN/PowerTool/3x/b_Cisco_UCS_PowerTool_Suite_Release_Notes_2x...
Hi ,
To Export the HardwareInventory you can use the cmdlet as per below syntax:-
Export-ImcHardwareInventory -TopSystem <TopSystem> -Hostname <string> [-Proto <string>] [-Pwd <string>] -RemoteFile <string> [-User <string>] [-XtraProperty <Hashtable>...
You can use like this
$dummyPassword = ConvertTo-SecureString 'Remote"-"Password' -AsPlainText -Force
if you are not able to enter password as plain text
use the below cmdlet and enter the required input
$remoteCred = Get-Credential
#Enter your password below at "RemotePassword"
$dummyPassword = ConvertTo-SecureString "RemotePassword" -AsPlainText -Force
#Enter the remote user and pass the above securestring password
$remoteCreds = New-Object System.Management.Automation.PSCre...
Hi,
PowerToolSuite V2.5.2.2 is available only for windows PowerShell.
For PowerShell core use the version 2.5.1.6 form the community.
PowerToolCore V 2.5.2.2 will be available for PowerShell core in coming weeks.