var fDesc=new Array(); fDesc[0] = "Windows Server Update Services (WSUS) enables information technology administrators to deploy the latest Microsoft product updates to computers that are running the Windows operating system. By using WSUS, administrators can fully manage the distribution of updates that are released through Microsoft Update to computers in their network.

WSUS delivers important customer-requested management, stability, and performance improvements.

Main Features:

- Integration with Windows Server 2008 R2.
- Support for the BranchCache feature in Windows Server 2008 R2.
- Support for Windows 7 and Windows Server 2008 R2 clients.
- Compliance Report
- Windows Update Agent (WUA) offers a collection of performance enhancements, user experience improvements, and bug fixes software updates."; 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 = ''; } }