How to compare text file and csv file using PowerShell
I have a txt file call EmployeeID.txt that look something like this Number ID 32324 KLEON 23424 MKEOK and I have a CSV file called FullInventory.csv that look something like this Name URL UPN Status John http:// KLEON@COM.COM Yes I’m trying to compare the two files and out put 2 different file called matchFound.csv and… Read More How to compare text file and csv file using PowerShell