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 ...
This script can be referred for configuring bare metal with vMedia policy.
Below are the global parameter which must be set before executing script according your requirement.
# Global Variables$ImageFileName = 'VMware-ESXi-6.7.0-9484548-Custom-Cis...
This script allows you to Create, Modify or Clear LDAP Group. You can use this feature for multiple IMC server or single IMC server. This sample script takes csv file as input for multiple IMC server LDAP group configuration. If you don't pass csv ...
This script gives overall server status of IMC server.
The overall server status is calculated by IMC UI based on the IMC faults and their severity
Please provide me any comments, concerns or suggestions!
Amol
Hi,
Yes, we can get service profile VIF paths refer this
For VLAN mapping to VLAN group use below Powertool cmdlet
Get-UcsFabricNetGroup -Name Test_vLANGroup | Get-UcsFabricPooledVlan
For vHBA Pinning info for service Profile can be get using ...