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 developed ...
Hi Sathish,
You can get the desired blade object in a prior step via Get-UcsCentralBlade cmdlet.PS> $blade = Get-UcsCentralBlade -Dn <bladeDn>
Then, you can use that in Associate-UcsCentralServiceProfile cmdlet as follows :PS> Associate-UcsCentralSer...