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.
Does anyone have a PowerShell script that can scan a UCS domain and initiate the removal of unused firmware packages?In theory, it sounds like that should be a simple process if someone already knows how to retrieve that information.
We recently deployed UCSC 2.0(1t) to evaluate as we haven't been satisfied with Intersight up to this point. I recall seeing some information while evaluating that "Some features require a valid license after the evaluation period" (or something to t...
The "Get-UcsMemoryUnit" command provides lots of information, but not the PID. I read somewhere that "Get-UcsCapability" is supposed to provide the PID for the associated ManagedObject but it does not appear to accept Cisco.Ucsm.MemoryUnit even thoug...
For anyone who stumbles onto this, I have the fix. A very round about way to obtain the information, but it works nonetheless.$UcsMemoryUnit = Get-UcsMemoryUnit -Ucs $Ucs -Dn $Dn
Get-UcsEquipmentMemoryUnitCapProvider -Ucs $UcsMemoryUnit.Ucs -Vendor $...