All I had to do was:
$a = Get-Content cachingDev.configYup, powershell is really that awesome.
$b = Get-Content cachingProd.config
Compare-Object $a $b -SyncWindow 50
My daily experiences with Microsoft.NET, AzMan, Active Directory, Log Parser, and Powershell. Oh yea, and other things non-Microsoft as well!
$a = Get-Content cachingDev.configYup, powershell is really that awesome.
$b = Get-Content cachingProd.config
Compare-Object $a $b -SyncWindow 50
No comments:
Post a Comment