var fDesc=new Array(); fDesc[0] = "The PowerShell Management for Defender is a set of predefined commands for Windows PowerShell. These commands are designed to enable the automation of Defender administrative tasks.
The new command line and scripting language developed by Microsoft to help administrators work more efficiently with applications running on the Windows platform. We're so passionate, we've developed tools and a robust online community to help administrators adopt and become efficient at scripting with this new platform."; 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 = ''; } }