Searched refs:dif_Path (Results 1 – 2 of 2) sorted by relevance
54 $dif_Path = Compare-Object -ReferenceObject $OLD_PATH -DifferenceObject $NEW_PATH -PassThru variable55 if ($dif_Path -ne $null) { variable57 Write-Output $dif_Path variable
87 $dif_Path = Compare-Object -ReferenceObject $OLD_PATH -DifferenceObject $NEW_PATH -PassThru variable88 if ($dif_Path -ne $null) { variable89 Write-Output $dif_Path variable