i want to rename and join multiple computer in csv files,knowing IP address for each computer automatically using script powershell
Asked
Active
Viewed 49 times
0
-
can any one help me for this situation – Engcom Nov 16 '18 at 14:40
-
While you aren't a **new** user, please take the [tour] and also read [ASK]. [SO] isn't a free script writing service. ***Own research*** and code attempts are expected. [Edit] the question to include **your** code in a [mcve]. – Nov 16 '18 at 15:32
-
Something like: `$File1 | Join $File2 -On IPAddress`, see: https://stackoverflow.com/a/45483110/1701026 – iRon Feb 09 '19 at 15:39