var fDesc=new Array(); fDesc[0] = "GPO Compare provides GUI and PowerShell interfaces for comparing live or backups of GPOs.

Main Features :

- Support for all settings in Windows 7 and Server 2008, R2 including GP Preferences
- Ability to quickly compare settings between live and/or backup GPOs in the same or different domains/forests.
- Color-coded highlighting of GPO differences
- Ability to search for keywords within difference reports
- Export differences to CSV or clipboard for quick documentation
- Output difference reports to printer, Excel or PDF
- PowerShell interface allows you to perform GPO comparisons from the command-line for quick bulk operations"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }