Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $a = "1","Computer Name","2"
  2. $b = "3","4","Full Computer Name Here"
  3. foreach ($line in $a ) {
  4. foreach ($line2 in $b) {
  5. where "*$line*" -like "*$line2*"
  6. }
  7. }
Add Comment
Please, Sign In to add comment