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.
I noticed a couple of things when trying to script adding a chassis or server qualification.First, the help for Add-UCSChassisQualification says, "This cmdlet adds a chassis discovery policy..." Is this true? If so, it behaves differently than Get-U...
Your first example retrieves an existing server qualification to then add a chassis qualification to it. The second does the same thing, only it retrieves an existing chassis qualification and adds a server qualification to it.Both of these require ...
I guess I'm confused as to what the cmdlets are expecting for serverqualification or chassisqualification. I read the help, but it is clear as mud. Are the cmdlets expecting a managed object? A string? A psobject? Can you give me an example of how on...