Guest User

Untitled

a guest
Jan 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $File1 = Import-Csv C:tempLicenseReport_01-10-2019.csv
  2. $File2 = Import-Csv C:tempLicenseReport_01-15-2019.csv
  3.  
  4. Compare-Object $file1 $file2 -property MPFriendlyName -IncludeEqual | export-csv C:tempFile3.csv -NoTypeInformation
Add Comment
Please, Sign In to add comment