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

Automatically removing expired certificates from the CRL

Decoding OCSP GET requests

Windows automatic Root CA updates