Diff with PowerShell

To compare the content of 2 files using PowerShell, similar to the diff command in Linux

Compare-Object -ReferenceObject (Get-Content $fileOne) -DifferenceObject (Get-Content $fileTwo)


Comments

Popular posts from this blog

Windows automatic Root CA updates

Updating the Windows Root CA store

Java and the Windows certificate store