I am having below 2 excel files with me
File_1
VM System / Category Sub-System V2.0 FULL VM DRP
001_MPEU15 001-Europe 001-011-Mobility-DRP-NP FULL VM DRP
001_MPEU29 001-Europe 001-011-Mobility-DRP-NP FULL VM DRP
File_2
VM powerState
001_MPEU15 poweredOn
001_MPEU29 poweredOn
Based on the VM, I need to add column from File_1 to File_2
The output I am looking for in File_2 or can be a new file
VM powerState System / Category Sub-System V2.0 FULL VM DRP
001_MPEU15 poweredOn 001-Europe 001-011-Mobility-DRP-NP FULL VM DRP
001_MPEU29 poweredOn 001-Europe 001-011-Mobility-DRP-NP FULL VM DRP
I don't have excel installed in the server so using Import-Excel module
Please let me know how can I compare and merge the data like this
The example given in cases are with csv, need the same thing with excel. not sure it works in same way or not