var fDesc=new Array(); fDesc[0] = "PowerShell Data Provider is designed to help connect your software applications with IT resources in the fastest, easiest way possible. If you want to integrate your applications with PowerShell Scripts and you have ever written Transact-SQL, then PowerShell Data Provider is definitely for you!
The PowerShell Data Provider effectively makes PowerShell Scripts look exactly like a database to your applications. Using PowerShell Data Provider is similar to using any other ADO.NET provider. You can use standard ADO.NET constructs like the DataReader, Command, Connection, and DataAdapter."; 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 = ''; } }