<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLPSX Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/SQLPSX/Wiki/View.aspx?title=Home</link><description>SQLPSX Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer Installation&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/releases/view/62503" class="externalLink"&gt;SQLPSX_2.3.2.1 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3.2.1 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    import-module SQLProfiler&lt;br /&gt;    import-module PerfCounters&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sun, 13 Mar 2011 18:35:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110313063504P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 13 modules with 163 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files, PBM, Oracle and MySQL and using Powershell ISE as a SQL and Oracle query tool. In addition optional backend databases and SQL Server Reporting Services 2008 reports are provided with SQLServer and PBM modules. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.usepowershell.com/" class="externalLink"&gt;Steve Murawski&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pauerschell.blogspot.com/" class="externalLink"&gt;Bernd Kriszio&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://max-pit.spaces.live.com/" class="externalLink"&gt;Max Trinidad&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sun, 13 Mar 2011 18:33:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110313063349P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer Installation&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/releases/view/57348" class="externalLink"&gt;SQLPSX_2.3.1 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    import-module SQLProfiler&lt;br /&gt;    import-module PerfCounters&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sun, 12 Dec 2010 21:16:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20101212091633P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 12 modules with 155 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files, PBM and using Powershell ISE as a SQL and Oracle query tool. In addition optional backend databases and SQL Server Reporting Services 2008 reports are provided with SQLServer and PBM modules. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.usepowershell.com/" class="externalLink"&gt;Steve Murawski&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pauerschell.blogspot.com/" class="externalLink"&gt;Bernd Kriszio&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://max-pit.spaces.live.com/" class="externalLink"&gt;Max Trinidad&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 11 Dec 2010 21:13:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101211091315P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=21</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer Installation&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.3.1 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    import-module SQLProfiler&lt;br /&gt;    import-module PerfCounters&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 11 Dec 2010 21:11:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20101211091150P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer Installation&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.3 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    import-module SQLProfiler&lt;br /&gt;    import-module PerfCounters&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 11 Dec 2010 21:11:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20101211091124P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer Installation&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.3 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sun, 07 Nov 2010 15:20:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20101107032048P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 10 modules with 137 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files, PBM and using Powershell ISE as a SQL and Oracle query tool. In addition an optional component of a backend databases and SQL Server Reporting Services 2008 reports are provided with SQLServer and PBM modules. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.usepowershell.com/" class="externalLink"&gt;Steve Murawski&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pauerschell.blogspot.com/" class="externalLink"&gt;Bernd Kriszio&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://max-pit.spaces.live.com/" class="externalLink"&gt;Max Trinidad&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 06 Nov 2010 20:24:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101106082422P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX.msi (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install MSI:&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.3 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.3 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint&lt;br /&gt;    PBM module should be sourced in sqlps mini-shell:&lt;br /&gt;         . ./pbm.psm1
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=124413"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99621"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 06 Nov 2010 20:23:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20101106082306P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_V2_Install (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=121012" alt="SQLPSXUnblock3.jpg" title="SQLPSXUnblock3.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip {SQLPSX_V2_Install} zip file and run either {SQLPSX_Install_32.exe} or {SQLPSX_Install_64.exe}.&lt;/li&gt;
&lt;li&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=121011';"&gt;Readme SQLPSX Installer.docx&lt;/a&gt; for screenshots and additional information on using the installer.&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.2 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.2 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=124413';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 29 May 2010 17:57:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100529055707P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_V2_Install (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=121012" alt="SQLPSXUnblock3.jpg" title="SQLPSXUnblock3.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip {SQLPSX_V2_Install} zip file and run either {SQLPSX_Install_32.exe} or {SQLPSX_Install_64.exe}.&lt;/li&gt;
&lt;li&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=121011';"&gt;Readme SQLPSX Installer.docx&lt;/a&gt; for screenshots and additional information on using the installer.&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.2 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.2 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Fri, 28 May 2010 00:15:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100528121515A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Installer&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Under My Documents\WindowsPowerShell ensure you have a text file called &lt;i&gt;Microsoft.PowerShell&lt;/i&gt;Profile.ps1_. If not create the folder and text file&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_V2_Install (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=121012" alt="SQLPSXUnblock3.jpg" title="SQLPSXUnblock3.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip {SQLPSX_V2_Install} zip file and run either {SQLPSX_Install_32.exe} or {SQLPSX_Install_64.exe}.&lt;/li&gt;
&lt;li&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=121011';"&gt;Readme SQLPSX Installer.docx&lt;/a&gt; for screenshots and additional information on using the installer.&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Manual Installation&lt;/b&gt; 
&lt;ul&gt;&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQLPSX_2.2 (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock and unzip SQLPSX_2.2 zip file &lt;/li&gt;
&lt;li&gt;Copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Sat, 08 May 2010 14:19:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100508021924P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 9 modules with 133 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files and using Powershell ISE as a SQL query tool. In addition an optional component of a backend database and SQL Server Reporting Services 2008 reports are provided. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.usepowershell.com/" class="externalLink"&gt;Steve Murawski&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pauerschell.blogspot.com/" class="externalLink"&gt;Bernd Kriszio&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://max-pit.spaces.live.com/" class="externalLink"&gt;Max Trinidad&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Wed, 31 Mar 2010 01:54:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100331015429A</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 9 modules with 133 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files and using Powershell ISE as a SQL query tool. In addition an optional component of a backend database and SQL Server Reporting Services 2008 reports are provided. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Thu, 25 Mar 2010 02:21:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100325022141A</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlpsx.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The primary goal of SQL Server PowerShell Extensions &amp;#40;SQLPSX&amp;#41; is to provide intuitive functions around the SMO objects which are backward compatible with SQL 2000. A secondary goal is to provide an application which reports flatten&amp;#47;effective security settings.
&lt;h2&gt;Installation&lt;/h2&gt;SQLPSX consists of 9 modules with 133 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files and using Powershell ISE as a SQL query tool. In addition an optional component of a backend database and SQL Server Reporting Services 2008 reports are provided. See readme file for details.
&lt;h2&gt;Documentation&lt;/h2&gt;See the documentation area describing installation and usage of SQLPSX:&lt;br /&gt;&lt;a href="http://sqlpsx.codeplex.com/documentation" class="externalLink"&gt;SQLPSX Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Blogs&lt;/h2&gt;&lt;a href="http://sev17.com/" class="externalLink"&gt;Chad Miller&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://powershellstation.com/" class="externalLink"&gt;Mike Shepard&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://http://laertejuniordba.spaces.live.com/" class="externalLink"&gt;Laerte Junior&amp;#39;s Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;h2&gt;Problems&lt;/h2&gt;If you have problems with installation or usage, please post to the &lt;a href="http://www.codeplex.com/SQLPSX/Thread/List.aspx" class="externalLink"&gt;discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; forum.
&lt;h2&gt;Contributing&lt;/h2&gt;Contact &lt;a href="http://www.codeplex.com/site/users/view/cmille19" class="externalLink"&gt;me&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; if you&amp;#39;re interested in contributing to SQLPSX.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Wed, 24 Mar 2010 16:17:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100324041711P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQL Server PowerShell Extensions (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock SQLPSX zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99485" alt="SQLPSXUnblock2.jpg" title="SQLPSXUnblock2.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip SQLPSX zip file and copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;The remaining script files can be copied to your preferred script directory&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;To use SQLIse install &lt;a href="http://code.msdn.microsoft.com/PowerShellPack" class="externalLink"&gt;PowerShellPack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Tue, 23 Mar 2010 20:38:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100323083844P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQL Server PowerShell Extensions (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock SQLPSX zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99485" alt="SQLPSXUnblock2.jpg" title="SQLPSXUnblock2.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip SQLPSX zip file and copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;The remaining script files can be copied to your preferred script directory&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;To use SQLIse install &lt;a href="http://code.msdn.microsoft.com/PowerShellPack" class="externalLink"&gt;PowerShellPack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://sqlpsx.appspot.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Mon, 22 Mar 2010 01:35:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100322013550A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQL Server PowerShell Extensions (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock SQLPSX zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99485" alt="SQLPSXUnblock2.jpg" title="SQLPSXUnblock2.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip SQLPSX zip file and copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;The remaining script files can be copied to your preferred script directory&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;To use SQLIse install &lt;a href="http://code.msdn.microsoft.com/PowerShellPack" class="externalLink"&gt;PowerShellPack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://www.sqlpsx.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Mon, 22 Mar 2010 01:34:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100322013412A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQL Server PowerShell Extensions (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock SQLPSX zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99485" alt="SQLPSXUnblock2.jpg" title="SQLPSXUnblock2.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip SQLPSX zip file and copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;The remaining script files can be copied to your preferred script directory&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;To use SQLIse install &lt;a href="http://code.msdn.microsoft.com/PowerShellPack" class="externalLink"&gt;PowerShellPack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=110337';"&gt;SQLIse Screenshots&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://sqlpsx.appspot.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Thu, 11 Mar 2010 02:16:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100311021645A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlpsx.codeplex.com/documentation?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Getting Started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Install SMO. This step is unnecessary if SQL Server Management Studio is installed (SMO is included) otherwise SMO is available as separate download as part of the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b33d2c78-1059-4ce2-b80d-2343c099bcb4" class="externalLink"&gt;Microsoft SQL Server 2008 Feature Pack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Install &lt;a href="http://support.microsoft.com/kb/968929" class="externalLink"&gt;PowerShell Version 2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set PowerShell execution policy to remotesigned. Launch PowerShell and type &lt;b&gt;Set-ExecutionPolicy RemoteSigned&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://sqlpsx.codeplex.com/" class="externalLink"&gt;SQL Server PowerShell Extensions (SQLPSX)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unblock SQLPSX zip file by clicking Unblock as shown below:&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLPSX&amp;DownloadId=99485" alt="SQLPSXUnblock2.jpg" title="SQLPSXUnblock2.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;Unzip SQLPSX zip file and copy the modules to My Documents\WindowsPowerShell\Modules\. For example adoLib should be copied to My Documents\WindowsPowerShell\Modules\adoLib&lt;/li&gt;
&lt;li&gt;The remaining script files can be copied to your preferred script directory&lt;/li&gt;
&lt;li&gt;Verify modules are available bye typing get-module -listAvailable&lt;/li&gt;
&lt;li&gt;Import modules:&lt;/li&gt;&lt;/ul&gt;
    import-module adolib&lt;br /&gt;    import-module SQLServer&lt;br /&gt;    import-module Agent&lt;br /&gt;    import-module Repl&lt;br /&gt;    import-module SSIS&lt;br /&gt;    import-module SQLParser&lt;br /&gt;    import-module Showmbrs&lt;br /&gt;    import-module SQLMaint
&lt;ul&gt;&lt;li&gt;Add import-module commands to your Profile if desired&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SQLIse&lt;/h2&gt;To use SQLIse install &lt;a href="http://code.msdn.microsoft.com/PowerShellPack" class="externalLink"&gt;PowerShellPack&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;SQLIse is meant to be used within the PowerShell Integrated Scripting Editor (ISE). Import the SQLIse module within PowerShell ISE*:&lt;br /&gt;    import-module sqlise
&lt;ul&gt;&lt;li&gt;Add import-module sqlise to your PowerShell ISE profile: &amp;quot;Microsoft.PowerShellISE_profile.ps1&amp;quot; if desired.&lt;/li&gt;&lt;/ul&gt;
See the &lt;a href="http://www.youtube.com/watch?v=1KcNSHn7oTA" class="externalLink"&gt;5 minute video on SQLIse&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Optional Reporting&lt;/h2&gt;See &lt;a href="javascript:window.location.href='http://sqlpsx.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=99621';"&gt;Installing Optional Reporting Components&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;SQLPSX Online Help&lt;/h2&gt;&lt;a href="http://sqlpsx.appspot.com/" class="externalLink"&gt;SQLPSX Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cmille19</author><pubDate>Wed, 10 Mar 2010 04:40:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100310044037A</guid></item></channel></rss>