<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>powerSSAS - A PowerShell provider for SQL Server Analysis Services</title><link>http://www.codeplex.com/powerSSAS/Project/ProjectRss.aspx</link><description>A PowerShell provider for SQL Server Analysis Services. It implements all the interfaces required to enable you to navigate an SSAS server like a drive.</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell provider for SQL Server Analysis Services. It implements all the interfaces required to enable you to navigate an SSAS server like a drive.
&lt;br /&gt; &lt;br /&gt;Currently the provider is a fairly thin wrapper over the AMO object model. The aim is to extend the object model to make easy to work with SSAS from the command line and to also add a number of useful cmdlets to make certain tasks easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction to PowerSSAS&lt;/b&gt;&lt;br /&gt;&lt;a href="http://geekswithblogs.net/darrengosbell/archive/2007/11/19/Announcing-the-release-of-PowerSSAS-a-PowerShell-provider-for-Analysis.aspx" class="externalLink"&gt;PowerSSAS release announcement&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this is currently the best overview of what powerSSAS has to offer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;The current version comes with a full installer, once it is installed you just need to add the snapin to your session and you are off. The following example will load the provider and create a drive in powershell  called &amp;quot;ssas:&amp;quot; that is connect to the default Analysis Services instance on the localhost.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost 
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;You can then type &amp;quot;ssas:&amp;quot; to navigate to the drive and start using &amp;quot;dir&amp;quot; and &amp;quot;cd&amp;quot; to naviagate around like you would on a file system.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=clear-ASSession&amp;amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASSession&amp;amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASConnection&amp;amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=send-XmlaDiscover&amp;amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active sessions&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASsession localhost 
&lt;/pre&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active connections&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASconnection localhost 
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;more &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Example%20Scripts&amp;amp;referringTitle=Home"&gt;Example Scripts&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Fri, 20 Jun 2008 01:14:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080620011409A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell provider for SQL Server Analysis Services. It implements all the interfaces required to enable you to navigate an SSAS server like a drive.
&lt;br /&gt; &lt;br /&gt;Currently the provider is a fairly thin wrapper over the AMO object model. The aim is to extend the object model to make easy to work with SSAS from the command line and to also add a number of useful cmdlets to make certain tasks easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction to PowerSSAS&lt;/b&gt;&lt;br /&gt;&lt;a href="http://geekswithblogs.net/darrengosbell/archive/2007/11/19/Announcing-the-release-of-PowerSSAS-a-PowerShell-provider-for-Analysis.aspx" class="externalLink"&gt;PowerSSAS release announcement&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this is currently the best overview of what powerSSAS has to offer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;The current version comes with a full installer, once it is installed you just need to add the snapin to your session and you are off. The following example will load the provider and create a drive in powershell  called &amp;quot;ssas:&amp;quot; that is connect to the default Analysis Services instance on the localhost.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost 
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;You can then type &amp;quot;ssas:&amp;quot; to navigate to the drive and start using &amp;quot;dir&amp;quot; and &amp;quot;cd&amp;quot; to naviagate around like you would on a file system.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=clear-ASSession&amp;amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASSession&amp;amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASConnection&amp;amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=send-XmlaDiscover&amp;amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active sessions&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASsession localhost 
&lt;/pre&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active connections&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASconnection localhost 
&lt;/pre&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Fri, 20 Jun 2008 01:08:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080620010859A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/powerSSAS/SourceControl/ListDownloadableCommits.aspx</link><description>initial check in on some new cmdlet functionality and refactoring of the discover cmdlets</description><author>dgosbell</author><pubDate>Wed, 16 Apr 2008 21:30:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080416093019P</guid></item><item><title>NEW POST: Future of PowerSASS</title><link>http://www.codeplex.com/powerSSAS/Thread/View.aspx?ThreadId=22781</link><description>&lt;div class="wikidoc"&gt;
It has been a little quiet, but it is still being developed. In fact just last night I compiled a version against SSAS 2008 CTP6 and was exploring the AMO Warnings that you see in BIDS as &amp;quot;blue squiggles&amp;quot;. I have a few ideas for future enhancements. I was kind of curious to see what the SQL team came up with for SQL 2008, but there will only be a provider for the relational engine and at the moment it looks a bit rougher than powerSSAS in some areas.&lt;br /&gt; &lt;br /&gt;If there is anything in particular that you would like to see addressed just let me know.&lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 26 Feb 2008 01:58:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Future of PowerSASS 20080226015801A</guid></item><item><title>NEW POST: Future of PowerSASS</title><link>http://www.codeplex.com/powerSSAS/Thread/View.aspx?ThreadId=22781</link><description>&lt;div class="wikidoc"&gt;
Does anyone know the future of PowerSASS. The project seems to be quiet and I wonder if it is still being developed.&lt;br /&gt;
&lt;/div&gt;</description><author>slimjim</author><pubDate>Mon, 25 Feb 2008 09:27:56 GMT</pubDate><guid isPermaLink="false">NEW POST: Future of PowerSASS 20080225092756A</guid></item><item><title>UPDATED WIKI: Exporting SSAS information to Excel</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Exporting SSAS information to Excel&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
If you want to get information out of powerSSAS into Excel you can use the Export-Csv cmdlet that is built-in to PowerShell. Something like the following would export a list of dimensions to a .csv file. &lt;br /&gt;&lt;pre&gt;
add-PSSnapin powerssas
new-PSDrive ssas powerssas localhost
cd ssas:
cd &amp;quot;Databases\Adventure Works DW\Dimensions&amp;quot;
# this lists out all the properties
dir | export-Csv c:\dims.csv 
&lt;/pre&gt; And if you only wanted certain properties, you could change the last line to something like the following, using the select-object cmdlet (aliased as &amp;quot;select&amp;quot; in this example) to only return the specified properties: &lt;br /&gt;&lt;pre&gt;
dir | Select Name,State,LastSchemaUpdate,LastProcessed | export-Csv c:\dims2.csv
&lt;/pre&gt;If you really have special requirements, or if you simply need to use a delimiter other than a comma (eg. if your region uses commas for the decimal separator) then you could roll your own string and redirect that to a file. &lt;br /&gt;&lt;pre&gt;
add-PSSnapin powerssas
new-PSDrive ssas powerssas localhost
cd ssas:
cd &amp;quot;Databases\Adventure Works DW\Dimensions&amp;quot;
# loop through the dimensions and 
# redirect the constructed string to a file
$( 
  foreach ($d in get-ChildItem)
  {
    &amp;quot;$($d.Name)`t$($d.State)&amp;quot;
  } 
) &amp;gt; c:\dims.txt
&lt;/pre&gt; &lt;br /&gt;Note that Powershell uses the backtick (`) as an escape character, so the `t is interpreted as a tab character and I am collecting the whole loop up inside an expression $(...) and redirecting that through to a file. &lt;br /&gt; &lt;br /&gt;Finally if you wanted absolute control over the output, you could instantiate a copy of Excel and control it using the COM object model. &lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
$objXL = New-Object -comobject Excel.Application
&lt;/pre&gt;But there are issues with that approach, not the least of which is the fact that it does not work on my laptop! Trying to call the Add method of the Workbooks collection throws the following unhelpful error: &lt;br /&gt; &lt;br /&gt;  &lt;span class="codeInline"&gt;   &amp;quot;Exception calling &amp;quot;add&amp;quot; with &amp;quot;0&amp;quot; arguement(s): &amp;quot;Old format or invalid type library. &amp;lt;Exception from HRESULT: 0x80028018 &amp;lt;Type_E_INVDATAREAD&amp;gt;&amp;gt;&amp;quot;_&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;This is possibly because I am using a regional setting of en-AU, not en-US. As googling for this issue turned up the following KB article which was useful - &lt;a href="http://support.microsoft.com/kb/320369" class="externalLink"&gt;http://support.microsoft.com/kb/320369&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Using the suggested InvokeMember work around looked promising and I did manage to get Excel working to a degree, but I am not going to bother posting that code here as it was pretty messy. And I could not get the second suggested work around of changing the culture of the current thread to work at all from PowerShell.&lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 08 Jan 2008 00:28:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Exporting SSAS information to Excel 20080108122800A</guid></item><item><title>UPDATED WIKI: Example Scripts</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Example Scripts&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
This page links off to various samples which demonstrates the functionality of powerSSAS&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting%20a%20list%20of%20Sessions&amp;amp;referringTitle=Example%20Scripts"&gt;ListingSessions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Exporting%20SSAS%20information%20to%20Excel&amp;amp;referringTitle=Example%20Scripts"&gt;ExportingToExcel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 08 Jan 2008 00:01:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Example Scripts 20080108120106A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell provider for SQL Server Analysis Services. It implements all the interfaces required to enable you to navigate an SSAS server like a drive.
&lt;br /&gt; &lt;br /&gt;Currently the provider is a fairly thin wrapper over the AMO object model. The aim is to extend the object model to make easy to work with SSAS from the command line and to also add a number of useful cmdlets to make certain tasks easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction to PowerSSAS&lt;/b&gt;&lt;br /&gt;&lt;a href="http://geekswithblogs.net/darrengosbell/archive/2007/11/19/Announcing-the-release-of-PowerSSAS-a-PowerShell-provider-for-Analysis.aspx" class="externalLink"&gt;PowerSSAS release announcement&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this is currently the best overview of what powerSSAS has to offer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;The current version comes with a full installer, once it is installed you just need to add the snapin to your session and you are off. The following example will load the provider and create a drive in powershell  called &amp;quot;ssas:&amp;quot; that is connect to the default Analysis Services instance on the localhost.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; add-psdrive ssas powerSSAS localhost 
&lt;/pre&gt; &lt;br /&gt;You can then type &amp;quot;ssas:&amp;quot; to navigate to the drive and start using &amp;quot;dir&amp;quot; and &amp;quot;cd&amp;quot; to naviagate around like you would on a file system.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=clear-ASSession&amp;amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASSession&amp;amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASConnection&amp;amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=send-XmlaDiscover&amp;amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active sessions&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASsession localhost 
&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active connections&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASconnection localhost 
&lt;/pre&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Fri, 23 Nov 2007 01:43:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071123014305A</guid></item><item><title>UPDATED WIKI: send-XmlaDiscover</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=send-XmlaDiscover&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Cmdlet: Send-XmlaDiscover
&lt;/h3&gt; &lt;br /&gt;This cmdlet sends and XMLA discover command to the server and returns the results.&lt;br /&gt; &lt;br /&gt;The following command will display a list of all the possible rowsets that you can query&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; send-XmlaDiscover localhost DISCOVER_SCHEMA_ROWSETS
&lt;/pre&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 05:51:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: send-XmlaDiscover 20071121055129A</guid></item><item><title>CREATED FEATURE: clear-ASCache cmdlet</title><link>http://www.codeplex.com/powerSSAS/WorkItem/View.aspx?WorkItemId=4504</link><description>Add a cmdlet that will execute a clear cache command&lt;br /&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 05:16:10 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: clear-ASCache cmdlet 20071121051610A</guid></item><item><title>CREATED FEATURE: clear-ASSession - allow it to accept objects piped from get-ASSession</title><link>http://www.codeplex.com/powerSSAS/WorkItem/View.aspx?WorkItemId=4503</link><description>Add a parameter that accepts Session objects from the pipeline&lt;br /&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 05:14:38 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: clear-ASSession - allow it to accept objects piped from get-ASSession 20071121051438A</guid></item><item><title>CREATED FEATURE: clear-ASSession - add SPID support</title><link>http://www.codeplex.com/powerSSAS/WorkItem/View.aspx?WorkItemId=4502</link><description>Add the ability to cancel a session by SPID&lt;br /&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 04:45:06 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: clear-ASSession - add SPID support 20071121044506A</guid></item><item><title>UPDATED WIKI: clear-ASSession</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=clear-ASSession&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Cmdlet: clear-ASSession
&lt;/h3&gt; &lt;br /&gt;This cmdlet will cancel the specified session on the specified server&lt;br /&gt;&lt;pre&gt;
clear-ASSession -serverName localhost -ID AFD040D3-34CD-4DEA-AADC-1421E593F70A
&lt;/pre&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 04:43:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: clear-ASSession 20071121044349A</guid></item><item><title>UPDATED WIKI: get-ASSession</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASSession&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Cmdlet: get-ASSession
&lt;/h3&gt; &lt;br /&gt;This cmdlet will get a list of the sessions for the specified server&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; get-ASSession -ServerName localhost 
&lt;/pre&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 04:41:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: get-ASSession 20071121044135A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell provider for SQL Server Analysis Services. It implements all the interfaces required to enable you to navigate an SSAS server like a drive.
&lt;br /&gt; &lt;br /&gt;Currently the provider is a fairly thin wrapper over the AMO object model. The aim is to extend the object model to make easy to work with SSAS from the command line and to also add a number of useful cmdlets to make certain tasks easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Introduction to PowerSSAS&lt;/b&gt;&lt;br /&gt;&lt;a href="http://geekswithblogs.net/darrengosbell/archive/2007/11/19/Announcing-the-release-of-PowerSSAS-a-PowerShell-provider-for-Analysis.aspx" class="externalLink"&gt;PowerSSAS release announcement&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - this is currently the best overview of what powerSSAS has to offer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt;The current version comes with a full installer, once it is installed you just need to add the snapin to your session and you are off. The following example will load the provider and create a drive in powershell that is connect to SSAS on your localhost.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; add-psdrive ssas powerSSAS localhost 
&lt;/pre&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=clear-ASSession&amp;amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASSession&amp;amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=get-ASConnection&amp;amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=send-XmlaDiscover&amp;amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active sessions&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASsession localhost 
&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;Getting a list of active connections&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
PS &amp;gt; get-ASconnection localhost 
&lt;/pre&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 21 Nov 2007 04:40:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071121044004A</guid></item><item><title>UPDATED WIKI: Getting a list of Sessions</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting a list of Sessions&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
At the simplest level you can either call the get-ASSession cmdlet&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS # this only needs to be run once per session
PS &amp;gt; get-ASSession localhost 
&lt;/pre&gt; &lt;br /&gt;This can be run from any location (provided you have powerSSAS &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Adding%20the%20powerSSAS%20snapin&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Loaded&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Or if you have &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Creating%20a%20drive&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;created a drive&lt;/a&gt; then you can navigate to the sessions collection&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost
PS &amp;gt; ssas:
PS &amp;gt; cd sessions
PS &amp;gt; dir
&lt;/pre&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 20 Nov 2007 03:07:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting a list of Sessions 20071120030713A</guid></item><item><title>UPDATED WIKI: Getting a list of Sessions</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting a list of Sessions&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
At the simplest level you can either call the get-ASSession cmdlet&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS # this only needs to be run once per session
PS &amp;gt; get-ASSession localhost 
&lt;/pre&gt; &lt;br /&gt;This can be run from any location (provided you have powerSSAS &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Adding%20the%20powerSSAS%20snapin&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Loaded&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Or if you have &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=created%20a%20drive&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Creating a drive&lt;/a&gt; then you can navigate to the sessions collection&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost
PS &amp;gt; ssas:
PS &amp;gt; cd sessions
PS &amp;gt; dir
&lt;/pre&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 20 Nov 2007 03:06:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting a list of Sessions 20071120030632A</guid></item><item><title>UPDATED WIKI: Getting a list of Sessions</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting a list of Sessions&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
At the simplest level you can either call the get-ASSession cmdlet&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
 PS &amp;gt; add-pssnapin powerSSAS # this only needs to be run once per session
PS &amp;gt; get-ASSession localhost 
&lt;/pre&gt; &lt;br /&gt;This can be run from any location (provided you have powerSSAS &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Adding%20the%20powerSSAS%20snapin&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Loaded&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Or if you have &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=created%20a%20drive&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Creating a drive&lt;/a&gt; then you can navigate to the sessions collection&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost
PS &amp;gt; ssas:
PS &amp;gt; cd sessions
PS &amp;gt; dir
&lt;/pre&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 20 Nov 2007 03:06:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting a list of Sessions 20071120030613A</guid></item><item><title>UPDATED WIKI: Getting a list of Sessions</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting a list of Sessions&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
At the simplest level you can either call the get-ASSession cmdlet&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
 
PS &amp;gt; add-pssnapin powerSSAS # this only needs to be run once per session
PS &amp;gt; get-ASSession localhost 
&lt;/pre&gt; &lt;br /&gt;This can be run from any location (provided you have powerSSAS &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Adding%20the%20powerSSAS%20snapin&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Loaded&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Or if you have &lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=created%20a%20drive&amp;amp;referringTitle=Getting%20a%20list%20of%20Sessions"&gt;Creating a drive&lt;/a&gt; then you can navigate to the sessions collection&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
PS &amp;gt; add-pssnapin powerSSAS
PS &amp;gt; new-psdrive ssas powerSSAS localhost
PS &amp;gt; ssas:
PS &amp;gt; cd sessions
PS &amp;gt; dir
&lt;/pre&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 20 Nov 2007 03:04:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Getting a list of Sessions 20071120030443A</guid></item><item><title>UPDATED WIKI: Example Scripts</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Example Scripts&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
This page links off to various samples which demonstrates the functionality of powerSSAS&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Getting%20a%20list%20of%20Sessions&amp;amp;referringTitle=Example%20Scripts"&gt;ListingSessions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dgosbell</author><pubDate>Tue, 20 Nov 2007 02:17:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Example Scripts 20071120021725A</guid></item></channel></rss>