cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
432
Views
0
Helpful
1
Replies

cmdlet to show FI module, Model, UCs, operversion

Dragomir
Level 1
Level 1

I am trying to get a list of my FI, Names, OperVErsion but I can only do it in 2 cmdlets

how do I combine the 2?

get-ucsfimodule | ft model, UCs

get-ucsfirmwareinfra | ft ucs, operversion

any idea?

1 Reply 1

tcerling
Level 4
Level 4

Without knowing exactly what you are trying to accomplish, the simplistic answer is:

get-ucsfimodule | ft model, UCs; get-ucsfirmwareinfra | ft ucs, operversion

You are trying to get information that only comes from two different areas, so you need to issue two cmdlets to retrieve the information.  Please provide more information about what you are trying to do.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card