<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>powerSSAS Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/powerSSAS/Wiki/View.aspx?title=Home</link><description>powerSSAS Wiki Rss Description</description><item><title>Updated Wiki: Duplicate Role</title><link>http://powerssas.codeplex.com/wikipage?title=Duplicate Role&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;em&gt;Note: this feature is not part of the current stable release, it will be included in the next release.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This feature allows you to copy a role with all of the associated settings and permissions. This is implemented as a new menu item on the right click menu for a role.&lt;/p&gt;
&lt;a href="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=powerssas&amp;DownloadId=225378"&gt;&lt;img title="image" border="0" alt="image" src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=powerssas&amp;DownloadId=225379" width="195" height="244" style="border-bottom:0px; border-left:0px; margin:0px; padding-left:0px; padding-right:0px; display:inline; border-top:0px; border-right:0px; padding-top:0px"&gt;&lt;/a&gt;
&lt;p&gt;If you simply copy and paste a role using the standard functionality all you will end up with is a copy of the role object which basically only contains the role membership. The BIDS Helper Duplicate Role feature however will copy
&lt;u&gt;all&lt;/u&gt; of the permissions and setting for a role including the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Database Permissions &lt;/li&gt;&lt;li&gt;Cube Permissions &lt;/li&gt;&lt;li&gt;Cube Dimension Permissions &lt;/li&gt;&lt;li&gt;Dimension Permissions &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Because of this you will noticed that you may need to save (or checkin if you are using source control) some of your cube(s) and dimension(s) after using this feature. However it can save you a lot of time if you want to create a number of similar roles.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 06 Apr 2011 03:55:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Duplicate Role 20110406035532A</guid></item><item><title>New Comment on "Installing PowerSSAS as a v2 module"</title><link>http://powerssas.codeplex.com/wikipage?title=Installing PowerSSAS as a v2 module&amp;ANCHOR#C16406</link><description>At the import-module stage getting&amp;#58;&amp;#10;The following error occurred while loading the extended type data file&amp;#58; &amp;#10;Microsoft.PowerShell, C&amp;#58;&amp;#92;...&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;PowerSSAS&amp;#92;PowerSSAS.Types.Ps&amp;#10;1Xml &amp;#58; File skipped because it was already present from &amp;#34;Microsoft.PowerShell&amp;#34;.&amp;#10;&amp;#10;The environment is sql 2008 R2 64 bit, has AMO and PS2 installed. Any lead to get powerSSAS installed will be of great help. &amp;#40;Also tried using installer option, but getting the errors&amp;#58; An exception occurred during the Install phase.&amp;#10;System.InvalidOperationException&amp;#58; Unable to get installer types in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS&amp;#92;powerSSAS.dll assembly.&amp;#10;Thanks,&amp;#10;Turbobi</description><author>turbobi</author><pubDate>Tue, 20 Jul 2010 19:38:57 GMT</pubDate><guid isPermaLink="false">New Comment on "Installing PowerSSAS as a v2 module" 20100720073857P</guid></item><item><title>Updated Wiki: Home</title><link>http://powerssas.codeplex.com/wikipage?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell snapin for SQL Server Analysis Services. It implements a provider with all the interfaces required to enable you to navigate an SSAS server like a drive and includes a number of cmdlets for working with SSAS.&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;The installer is very simple, but if you have issues installing powerSSAS check out the &lt;a href="http://powerssas.codeplex.com/wikipage?title=Installation%20Troubleshooting%20Guide&amp;referringTitle=Home"&gt;Installation Troubleshooting Guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Cmdlet&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=add-ASAssembly&amp;referringTitle=Home"&gt;add-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Adds an Assembly to an SSAS server or database&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;backup-ASDatabase&lt;/td&gt;&lt;td&gt;Backs-up an SSAS database&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=clear-ASSession&amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Clears the specified Session&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;get-asConnection&lt;/td&gt;&lt;td&gt;Returns a list of current connections&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASCube&amp;referringTitle=Home"&gt;get-ASCube&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Cubes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASCubePermission&amp;referringTitle=Home"&gt;get-ASCubePermission&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a set of CubePermissions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASDatabase&amp;referringTitle=Home"&gt;get-ASDatabase&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Databases&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASDimension&amp;referringTitle=Home"&gt;get-ASDimension&lt;/a&gt;* &lt;/td&gt;&lt;td&gt;Returns a list of Dimensions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASLock&amp;referringTitle=Home"&gt;get-ASLock&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Locks&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;get-ASRole&lt;/td&gt;&lt;td&gt;Returns a list of Roles&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASServer&amp;referringTitle=Home"&gt;get-ASServer&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns the specified Server object&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASSession&amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Sessions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASTrace&amp;referringTitle=Home"&gt;get-ASTrace&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the current server side traces&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASTraceSubclass&amp;referringTitle=Home"&gt;get-ASTraceSubclass&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the Trace Subclasses that are specific to Analysis Services&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASConnection&amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Connections&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASDiscover&amp;referringTitle=Home"&gt;invoke-ASDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified Discover command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASExecute&amp;referringTitle=Home"&gt;invoke-ASExecute&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified XMLA command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASMDX&amp;referringTitle=Home"&gt;invoke-ASMDX&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified MDX command and returns the results &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=new-ASScript&amp;referringTitle=Home"&gt;new-ASScript&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Scripts out a give object to an XMLA Create or Alter script&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=remove-ASAssembly&amp;referringTitle=Home"&gt;remove-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Removes a specified CLR Assembly&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;restore-ASDatabase&lt;/td&gt;&lt;td&gt;Restores an SSAS Database&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=send-XmlaDiscover&amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sends an Xmla Discover command&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&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;br /&gt;&lt;br /&gt;more &lt;a href="http://powerssas.codeplex.com/wikipage?title=Example%20Scripts&amp;referringTitle=Home"&gt;Example Scripts&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;SQL Server 2008 R2 Support&lt;/h3&gt;Initial testing shows that the 2008 version also works against SQL 2008 R2&lt;br /&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
To install PowerSSAS, download the installer from the &lt;a href="http:///powerssas/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; tab.&lt;br /&gt;&lt;br /&gt;Or, new as of v 0.3.1.0 you can install PowerSSAS as a PowerShell v2 module. see: &lt;a href="http://powerssas.codeplex.com/wikipage?title=Installing%20PowerSSAS%20as%20a%20v2%20module&amp;referringTitle=Home"&gt;Installing PowerSSAS as a v2 module&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Suggestions&lt;/h3&gt;
We are currently in the process of brainstorming other potential features, and have been adding them as &lt;a href="http:///powerssas/WorkItem/List.aspx" class="externalLink"&gt;work items&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you have a feature you would like to see added, drop us a line on the &lt;a href="http:///powerSSAS/Thread/List.aspx" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Future Releases&lt;/h3&gt;
The next release date has not yet been scheduled. If you have any requests or issues please use the discussion or issues features on this site.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Sun, 18 Jul 2010 12:09:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100718120920P</guid></item><item><title>Updated Wiki: Home</title><link>http://powerssas.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell snapin for SQL Server Analysis Services. It implements a provider with all the interfaces required to enable you to navigate an SSAS server like a drive and includes a number of cmdlets for working with SSAS.&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;The installer is very simple, but if you have issues installing powerSSAS check out the &lt;a href="http://powerssas.codeplex.com/wikipage?title=Installation%20Troubleshooting%20Guide&amp;referringTitle=Home"&gt;Installation Troubleshooting Guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Cmdlet&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=add-ASAssembly&amp;referringTitle=Home"&gt;add-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Adds an Assembly to an SSAS server or database&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=clear-ASSession&amp;referringTitle=Home"&gt;clear-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Clears the specified Session&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASCube&amp;referringTitle=Home"&gt;get-ASCube&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Cubes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASCubePermission&amp;referringTitle=Home"&gt;get-ASCubePermission&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a set of CubePermissions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASDatabase&amp;referringTitle=Home"&gt;get-ASDatabase&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Databases&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASDimension&amp;referringTitle=Home"&gt;get-ASDimension&lt;/a&gt;* &lt;/td&gt;&lt;td&gt;Returns a list of Dimensions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASLock&amp;referringTitle=Home"&gt;get-ASLock&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Locks&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASServer&amp;referringTitle=Home"&gt;get-ASServer&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns the specified Server object&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASSession&amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Sessions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASTrace&amp;referringTitle=Home"&gt;get-ASTrace&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the current server side traces&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASTraceSubclass&amp;referringTitle=Home"&gt;get-ASTraceSubclass&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the Trace Subclasses that are specific to Analysis Services&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASConnection&amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Connections&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASDiscover&amp;referringTitle=Home"&gt;invoke-ASDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified Discover command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASExecute&amp;referringTitle=Home"&gt;invoke-ASExecute&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified XMLA command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=invoke-ASMDX&amp;referringTitle=Home"&gt;invoke-ASMDX&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified MDX command and returns the results &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=new-ASScript&amp;referringTitle=Home"&gt;new-ASScript&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Scripts out a give object to an XMLA Create or Alter script&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=remove-ASAssembly&amp;referringTitle=Home"&gt;remove-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Removes a specified CLR Assembly&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=send-XmlaDiscover&amp;referringTitle=Home"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sends an Xmla Discover command&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&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;br /&gt;&lt;br /&gt;more &lt;a href="http://powerssas.codeplex.com/wikipage?title=Example%20Scripts&amp;referringTitle=Home"&gt;Example Scripts&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
To install PowerSSAS, download the installer from the &lt;a href="http:///powerssas/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; tab.&lt;br /&gt;&lt;br /&gt;Or, new as of v 0.3.1.0 you can install PowerSSAS as a PowerShell v2 module. see: &lt;a href="http://powerssas.codeplex.com/wikipage?title=Installing%20PowerSSAS%20as%20a%20v2%20module&amp;referringTitle=Home"&gt;Installing PowerSSAS as a v2 module&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Suggestions&lt;/h3&gt;
We are currently in the process of brainstorming other potential features, and have been adding them as &lt;a href="http:///powerssas/WorkItem/List.aspx" class="externalLink"&gt;work items&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you have a feature you would like to see added, drop us a line on the &lt;a href="http:///powerSSAS/Thread/List.aspx" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Future Releases&lt;/h3&gt;
The next release date has not yet been scheduled. The next release will contain support for SSAS 2008 as well as the following new features&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASServer&amp;referringTitle=Home"&gt;get-ASServer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASDatabase&amp;referringTitle=Home"&gt;get-ASDatabase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-ASCube&amp;referringTitle=Home"&gt;get-ASCube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/wikipage?title=get-XmlaScript&amp;referringTitle=Home"&gt;get-XmlaScript&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Sun, 18 Jul 2010 11:19:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100718111906A</guid></item><item><title>Updated Wiki: Installing PowerSSAS as a v2 module</title><link>http://powerssas.codeplex.com/wikipage?title=Installing PowerSSAS as a v2 module&amp;version=1</link><description>&lt;div class="wikidoc"&gt;Version 2 of Powershell includes the capability of loading up a .dll with compiled cmdlets as a module.&lt;br /&gt;&lt;br /&gt;In order to install PowerSSAS as a module you need to have the following pre-requisites:
&lt;ul&gt;&lt;li&gt;AMO (Analysis Management Objects) - this can be downloaded from Microsoft&lt;/li&gt;
&lt;li&gt;PowerShell v2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;In order to install PowerSSAS as a module you need to do the following
&lt;ul&gt;&lt;li&gt;create a &amp;quot;PowerSSAS&amp;quot; folder in one of your modules folders (which default to the following locations
&lt;ul&gt;&lt;li&gt;current user: &lt;i&gt;&amp;lt;documents&amp;gt;&lt;/i&gt;\WindowsPowerShell\modules&lt;/li&gt;
&lt;li&gt;everyone: c:\windows\system32\WindowsPowerShell\v1.0\Modules&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;download one of the module .zip files&lt;/li&gt;
&lt;li&gt;unzip the module into this new folder you just created&lt;/li&gt;
&lt;li&gt;type the following from a PowerShell session to include PowerSSAS in your current runspace&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;
 import-module powerSSAS
&lt;/pre&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Sun, 18 Jul 2010 11:16:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Installing PowerSSAS as a v2 module 20100718111611A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15571</link><description>I have just received the same error and think this is because on my machine only SSAS 2008 is installed, but powerSSAS still refers to SSAS 2005 assemblies. At least this is what I guess from the Fusion log tool&amp;#39;s output&amp;#58;&amp;#10;&amp;#10;&amp;#42;&amp;#42;&amp;#42; Assembly Binder Log Entry  &amp;#40;23.4.2010 &amp;#64; 13&amp;#58;36&amp;#58;37&amp;#41; &amp;#42;&amp;#42;&amp;#42;&amp;#10;&amp;#10;The operation failed.&amp;#10;Bind result&amp;#58; hr &amp;#61; 0x80070002. The system cannot find the file specified.&amp;#10;&amp;#10;Assembly manager loaded from&amp;#58;  C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;mscorwks.dll&amp;#10;Running under executable  C&amp;#58;&amp;#92;windows&amp;#92;microsoft.net&amp;#92;framework&amp;#92;v2.0.50727&amp;#92;InstallUtil.exe&amp;#10;--- A detailed error log follows. &amp;#10;&amp;#10;&amp;#61;&amp;#61;&amp;#61; Pre-bind state information &amp;#61;&amp;#61;&amp;#61;&amp;#10;LOG&amp;#58; User &amp;#61; ...&amp;#10;LOG&amp;#58; DisplayName &amp;#61; Microsoft.AnalysisServices, Version&amp;#61;9.0.242.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;89845dcd8080cc91&amp;#10; &amp;#40;Fully-specified&amp;#41;&amp;#10;LOG&amp;#58; Appbase &amp;#61; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;&amp;#10;LOG&amp;#58; Initial PrivatePath &amp;#61; NULL&amp;#10;LOG&amp;#58; Dynamic Base &amp;#61; NULL&amp;#10;LOG&amp;#58; Cache Base &amp;#61; NULL&amp;#10;LOG&amp;#58; AppName &amp;#61; NULL&amp;#10;Calling assembly &amp;#58; powerSSAS, Version&amp;#61;0.3.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null.&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#10;LOG&amp;#58; This bind starts in LoadFrom load context.&amp;#10;WRN&amp;#58; Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load&amp;#40;&amp;#41;.&amp;#10;LOG&amp;#58; No application configuration file found.&amp;#10;LOG&amp;#58; Using machine configuration file from C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;config&amp;#92;machine.config.&amp;#10;LOG&amp;#58; Post-policy reference&amp;#58; Microsoft.AnalysisServices, Version&amp;#61;9.0.242.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;89845dcd8080cc91&amp;#10;LOG&amp;#58; GAC Lookup was unsuccessful.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; All probing URLs attempted and failed.</description><author>gaichholzer</author><pubDate>Fri, 23 Apr 2010 11:44:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100423114447A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15570</link><description>I have just received the same error - I think it is because on my machine only SSAS 2008 is installed, but powerSSAS still uses SSAS 2005 assemblies. Here is the Fusion log tool&amp;#39;s output&amp;#58;&amp;#10;&amp;#10;&amp;#42;&amp;#42;&amp;#42; Assembly Binder Log Entry  &amp;#40;23.4.2010 &amp;#64; 13&amp;#58;36&amp;#58;37&amp;#41; &amp;#42;&amp;#42;&amp;#42;&amp;#10;&amp;#10;The operation failed.&amp;#10;Bind result&amp;#58; hr &amp;#61; 0x80070002. The system cannot find the file specified.&amp;#10;&amp;#10;Assembly manager loaded from&amp;#58;  C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;mscorwks.dll&amp;#10;Running under executable  C&amp;#58;&amp;#92;windows&amp;#92;microsoft.net&amp;#92;framework&amp;#92;v2.0.50727&amp;#92;InstallUtil.exe&amp;#10;--- A detailed error log follows. &amp;#10;&amp;#10;&amp;#61;&amp;#61;&amp;#61; Pre-bind state information &amp;#61;&amp;#61;&amp;#61;&amp;#10;LOG&amp;#58; User &amp;#61; CZAEE&amp;#92;E.TOTTER&amp;#10;LOG&amp;#58; DisplayName &amp;#61; Microsoft.AnalysisServices, Version&amp;#61;9.0.242.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;89845dcd8080cc91&amp;#10; &amp;#40;Fully-specified&amp;#41;&amp;#10;LOG&amp;#58; Appbase &amp;#61; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;&amp;#10;LOG&amp;#58; Initial PrivatePath &amp;#61; NULL&amp;#10;LOG&amp;#58; Dynamic Base &amp;#61; NULL&amp;#10;LOG&amp;#58; Cache Base &amp;#61; NULL&amp;#10;LOG&amp;#58; AppName &amp;#61; NULL&amp;#10;Calling assembly &amp;#58; powerSSAS, Version&amp;#61;0.3.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null.&amp;#10;&amp;#61;&amp;#61;&amp;#61;&amp;#10;LOG&amp;#58; This bind starts in LoadFrom load context.&amp;#10;WRN&amp;#58; Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load&amp;#40;&amp;#41;.&amp;#10;LOG&amp;#58; No application configuration file found.&amp;#10;LOG&amp;#58; Using machine configuration file from C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#92;config&amp;#92;machine.config.&amp;#10;LOG&amp;#58; Post-policy reference&amp;#58; Microsoft.AnalysisServices, Version&amp;#61;9.0.242.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;89845dcd8080cc91&amp;#10;LOG&amp;#58; GAC Lookup was unsuccessful.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;windows&amp;#47;microsoft.net&amp;#47;framework&amp;#47;v2.0.50727&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.DLL.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; Attempting download of new URL file&amp;#58;&amp;#47;&amp;#47;&amp;#47;c&amp;#58;&amp;#47;program files &amp;#40;x86&amp;#41;&amp;#47;powerssas 2008&amp;#47;Microsoft.AnalysisServices&amp;#47;Microsoft.AnalysisServices.EXE.&amp;#10;LOG&amp;#58; All probing URLs attempted and failed.</description><author>gaichholzer</author><pubDate>Fri, 23 Apr 2010 11:42:52 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100423114252A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15538</link><description>Could you possibly trying running the Fusion log tool as described in this thread on the Powershell community extensions site http&amp;#58;&amp;#47;&amp;#47;pscx.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;7117 The error seems to indicate that there is something wrong with one of the dependancies, but if BIDS and SSMS are working fine on that machine I can&amp;#39;t think what the issue could be.</description><author>dgosbell</author><pubDate>Tue, 20 Apr 2010 00:09:52 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100420120952A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15529</link><description>I have all workstation components insalled with SSMS and BI studio. This is my BI server with all SQL components and tools installed. I have no problems connecting to SSAS from any tools so I assume that AMO is all well. &amp;#10;this is the error from install log. &amp;#10;&amp;#10;Installing assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#39;.&amp;#10;Affected parameters are&amp;#58;&amp;#10;   logtoconsole &amp;#61; &amp;#10;   assemblypath &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#10;   logfile &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog&amp;#10;An exception occurred while trying to find the installers in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll assembly.&amp;#10;System.Reflection.ReflectionTypeLoadException&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&amp;#10;Aborting installation for C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll.&amp;#10;Rolling back assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#39;.&amp;#10;Affected parameters are&amp;#58;&amp;#10;   logtoconsole &amp;#61; &amp;#10;   assemblypath &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#10;   logfile &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog&amp;#10;An exception occurred while trying to find the installers in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll assembly.&amp;#10;System.Reflection.ReflectionTypeLoadException&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&amp;#10;Aborting installation for C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll.</description><author>karolko</author><pubDate>Mon, 19 Apr 2010 11:08:25 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100419110825A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15497</link><description>Does the server you are installing on to have either the client tools for Analysis Services or the AMO library from the feature pack page installed&amp;#63; &amp;#40;see here from the latest feature pack downloads as of the time of this posting&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;downloads&amp;#47;details.aspx&amp;#63;displaylang&amp;#61;en&amp;#38;FamilyID&amp;#61;b33d2c78-1059-4ce2-b80d-2343c099bcb4&amp;#41;&amp;#10;&amp;#10;I am guessing that the error about loading types is possibly because AMO or ADOMD.NET cannot be found. Can you check that you have both of these installed on the machine that you are trying to run powerSSAS from&amp;#63; I ususally load powerSSAS on a machine with the client tools so it has both of these libraries already installed.</description><author>dgosbell</author><pubDate>Fri, 16 Apr 2010 00:51:41 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100416125141A</guid></item><item><title>New Comment on "Installation Troubleshooting Guide"</title><link>http://powerssas.codeplex.com/wikipage?title=Installation Troubleshooting Guide&amp;ANCHOR#C15476</link><description>This is what I get on Server 2008. I have UAC disabled. Any suggiestions are appreciated. &amp;#10;&amp;#10;C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#62;installutil &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS&amp;#10;.dll&amp;#34;&amp;#10;Microsoft &amp;#40;R&amp;#41; .NET Framework Installation utility Version 2.0.50727.4016&amp;#10;Copyright &amp;#40;c&amp;#41; Microsoft Corporation.  All rights reserved.&amp;#10;&amp;#10;&amp;#10;Running a transacted installation.&amp;#10;&amp;#10;Beginning the Install phase of the installation.&amp;#10;See the contents of the log file for the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll assembly&amp;#39;s pr&amp;#10;ogress.&amp;#10;The file is located at C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog.&amp;#10;Installing assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#39;.&amp;#10;Affected parameters are&amp;#58;&amp;#10;   logtoconsole &amp;#61;&amp;#10;   assemblypath &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#10;   logfile &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog&amp;#10;An exception occurred while trying to find the installers in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;pow&amp;#10;erSSAS.dll assembly.&amp;#10;System.Reflection.ReflectionTypeLoadException&amp;#58; Unable to load one or more of the requested types. Re&amp;#10;trieve the LoaderExceptions property for more information.&amp;#10;Aborting installation for C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll.&amp;#10;&amp;#10;An exception occurred during the Install phase.&amp;#10;System.InvalidOperationException&amp;#58; Unable to get installer types in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 20&amp;#10;08&amp;#92;powerSSAS.dll assembly.&amp;#10;The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following erro&amp;#10;r message&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property&amp;#10; for more information..&amp;#10;&amp;#10;The Rollback phase of the installation is beginning.&amp;#10;See the contents of the log file for the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll assembly&amp;#39;s pr&amp;#10;ogress.&amp;#10;The file is located at C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog.&amp;#10;Rolling back assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#39;.&amp;#10;Affected parameters are&amp;#58;&amp;#10;   logtoconsole &amp;#61;&amp;#10;   assemblypath &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll&amp;#10;   logfile &amp;#61; C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.InstallLog&amp;#10;An exception occurred while trying to find the installers in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;pow&amp;#10;erSSAS.dll assembly.&amp;#10;System.Reflection.ReflectionTypeLoadException&amp;#58; Unable to load one or more of the requested types. Re&amp;#10;trieve the LoaderExceptions property for more information.&amp;#10;Aborting installation for C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 2008&amp;#92;powerSSAS.dll.&amp;#10;An exception occurred during the Rollback phase of the System.Configuration.Install.AssemblyInstalle&amp;#10;r installer.&amp;#10;System.InvalidOperationException&amp;#58; Unable to get installer types in the C&amp;#58;&amp;#92;Program Files&amp;#92;powerSSAS 20&amp;#10;08&amp;#92;powerSSAS.dll assembly.&amp;#10;The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following erro&amp;#10;r message&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property&amp;#10; for more information..&amp;#10;An exception occurred during the Rollback phase of the installation. This exception will be ignored&amp;#10;and the rollback will continue. However, the machine might not fully revert to its initial state aft&amp;#10;er the rollback is complete.&amp;#10;&amp;#10;The Rollback phase completed successfully.&amp;#10;&amp;#10;The transacted install has completed.&amp;#10;The installation failed, and the rollback has been performed.&amp;#10;&amp;#10;C&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework&amp;#92;v2.0.50727&amp;#62;</description><author>karolko</author><pubDate>Thu, 15 Apr 2010 04:25:25 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Troubleshooting Guide" 20100415042525A</guid></item><item><title>Updated Wiki: Home</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A PowerShell snapin for SQL Server Analysis Services. It implements a provider with all the interfaces required to enable you to navigate an SSAS server like a drive and includes a number of cmdlets for working with SSAS.&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;The installer is very simple, but if you have issues installing powerSSAS check out the &lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=Installation%20Troubleshooting%20Guide"&gt;Installation Troubleshooting Guide&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt;Cmdlet&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=add-ASAssembly"&gt;add-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Adds an Assembly to an SSAS server or database&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=clear-ASSession"&gt;clear-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Clears the specified Session&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASCube"&gt;get-ASCube&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Cubes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASCubePermission"&gt;get-ASCubePermission&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a set of CubePermissions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASDatabase"&gt;get-ASDatabase&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Databases&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASDimension"&gt;get-ASDimension&lt;/a&gt;* &lt;/td&gt;&lt;td&gt;Returns a list of Dimensions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASLock"&gt;get-ASLock&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns a list of Locks&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASServer"&gt;get-ASServer&lt;/a&gt; &lt;/td&gt;&lt;td&gt;Returns the specified Server object&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASSession"&gt;get-ASSession&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Sessions&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASTrace"&gt;get-ASTrace&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the current server side traces&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASTraceSubclass"&gt;get-ASTraceSubclass&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Returns a list of the Trace Subclasses that are specific to Analysis Services&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASConnection"&gt;get-ASConnection&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Lists the current Connections&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASDiscover"&gt;invoke-ASDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified Discover command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASExecute"&gt;invoke-ASExecute&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified XMLA command against Analysis Services &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASMDX"&gt;invoke-ASMDX&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Executes the specified MDX command and returns the results &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=new-ASScript"&gt;new-ASScript&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Scripts out a give object to an XMLA Create or Alter script&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=remove-ASAssembly"&gt;remove-ASAssembly&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Removes a specified CLR Assembly&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=send-XmlaDiscover"&gt;send-XmlaDiscover&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sends an Xmla Discover command&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example Scripts&lt;/b&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;br /&gt;&lt;br /&gt;more &lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=Example%20Scripts"&gt;Example Scripts&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Installation&lt;/h3&gt;
To install PowerSSAS, download the installer from the &lt;a href="http:///powerssas/Release/ProjectReleases.aspx" class="externalLink"&gt;Releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; tab.&lt;br /&gt;
&lt;h3&gt;Suggestions&lt;/h3&gt;
We are currently in the process of brainstorming other potential features, and have been adding them as &lt;a href="http:///powerssas/WorkItem/List.aspx" class="externalLink"&gt;work items&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If you have a feature you would like to see added, drop us a line on the &lt;a href="http:///powerSSAS/Thread/List.aspx" class="externalLink"&gt;forums&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Future Releases&lt;/h3&gt;
The next release date has not yet been scheduled. The next release will contain support for SSAS 2008 as well as the following new features&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CmdLets&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASServer"&gt;get-ASServer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASDatabase"&gt;get-ASDatabase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASCube"&gt;get-ASCube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-XmlaScript"&gt;get-XmlaScript&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:42:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090702054254A</guid></item><item><title>Updated Wiki: invoke-ASDiscover</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASDiscover&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Invoke-AsDiscover&lt;/h3&gt;Returns the results from the specified DISCOVER command&lt;br /&gt;
&lt;h3&gt;Examples&lt;/h3&gt;    --------------  Calling DISCOVER_CONNECTIONS --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;invoke-asdiscover localhost\sql08 DISCOVER_CONNECTIONS | ft
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{    Invoke-AsDiscover [-ServerName] &amp;lt;String&amp;gt; [-RowsetName] &amp;lt;String&amp;gt; [-Restrictions &amp;lt;AdomdRestrictionCollection&amp;gt;] [-Properties &amp;lt;String&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;
&lt;h3&gt;See Also&lt;/h3&gt;The following cmdlets provide an easy way to execute some of the more common discover requests.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASConnection&amp;referringTitle=Home"&gt;get-ASConnection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASLock&amp;referringTitle=Home"&gt;get-ASLock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASSession&amp;referringTitle=Home"&gt;get-ASSession&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASTrace&amp;referringTitle=Home"&gt;get-ASTrace&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Parameters&lt;/h3&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The server against which to execute the DISCOVER&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       true (ByValue)&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -RowsetName &amp;lt;String&amp;gt;&lt;br /&gt;        The Schema rowset which is to be executed by the Discover command&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    2&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Restrictions &amp;lt;AdomdRestrictionCollection&amp;gt;&lt;br /&gt;        An XMLA snippet containing the restrictions that apply to the specified rowset.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Properties &amp;lt;String&amp;gt;&lt;br /&gt;        An XMLA snippet containing the properties that apply to the specified rowset.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -WhatIf&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Confirm&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:41:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: invoke-ASDiscover 20090702054141A</guid></item><item><title>Updated Wiki: invoke-ASMDX</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASMDX&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Invoke-ASMDX&lt;/h3&gt;    Executes an MDX statement and returns the result as a collection of PSObjects&lt;br /&gt;
&lt;h3&gt;Examples&lt;/h3&gt;    --------------  Simple Query --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;Invoke-AsMdx localhost &amp;quot;Adventure Works DW&amp;quot; &amp;quot;SELECT [Measures].[Internet Sales Amount] on 0 FROM [Adventure Works]&amp;quot;
&lt;/pre&gt;&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{    Invoke-ASMDX [-Query] &amp;lt;String&amp;gt; [-ServerName] &amp;lt;String&amp;gt; [-DatabaseName] &amp;lt;String&amp;gt; [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -Query &amp;lt;String&amp;gt;&lt;br /&gt;        A string containing an MDX query&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    3&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The name of the server against which the query is to be executed.&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -DatabaseName &amp;lt;String&amp;gt;&lt;br /&gt;        The name of the database against which the query should be executed.&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    2&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:27:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: invoke-ASMDX 20090702052752A</guid></item><item><title>Updated Wiki: invoke-ASExecute</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASExecute&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Invoke-AsExecute&lt;/h3&gt;Runs an Execute command against the specified server&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{    Invoke-AsExecute [[-ServerName] &amp;lt;String&amp;gt;] [-Xmla] &amp;lt;String&amp;gt; [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The name of the server against which the command should be executed.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Xmla &amp;lt;String&amp;gt;&lt;br /&gt;        The XMLA command to be sent to the server.&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    2&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -WhatIf&lt;br /&gt;        Displays the command that would have been executed without actually executing it.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Confirm&lt;br /&gt;        Asks for confirmation before executing the specified command&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:26:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: invoke-ASExecute 20090702052641A</guid></item><item><title>Updated Wiki: invoke-ASDiscover</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=invoke-ASDiscover&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Invoke-AsDiscover&lt;/h3&gt;Returns the results from the specified DISCOVER command&lt;br /&gt;
&lt;h3&gt;Examples&lt;/h3&gt;    --------------  Calling DISCOVER_CONNECTIONS --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;invoke-asdiscover localhost\sql08 DISCOVER_CONNECTIONS | ft
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{    Invoke-AsDiscover [-ServerName] &amp;lt;String&amp;gt; [-RowsetName] &amp;lt;String&amp;gt; [-Restrictions &amp;lt;AdomdRestrictionCollection&amp;gt;] [-Properties &amp;lt;String&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The server against which to execute the DISCOVER&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       true (ByValue)&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -RowsetName &amp;lt;String&amp;gt;&lt;br /&gt;        The Schema rowset which is to be executed by the Discover command&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    2&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Restrictions &amp;lt;AdomdRestrictionCollection&amp;gt;&lt;br /&gt;        An XMLA snippet containing the restrictions that apply to the specified rowset.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Properties &amp;lt;String&amp;gt;&lt;br /&gt;        An XMLA snippet containing the properties that apply to the specified rowset.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -WhatIf&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -Confirm&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:19:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: invoke-ASDiscover 20090702051902A</guid></item><item><title>Updated Wiki: get-ASTraceSubclass</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASTraceSubclass&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Get-ASTraceSubclass&lt;/h3&gt;
Returns a list of the available event subclasses with their descriptions&lt;br /&gt;
&lt;h3&gt;Examples&lt;/h3&gt;
&lt;hr /&gt;----------  List event Subclasses --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;get-AsTraceSubclass localhost
&lt;/pre&gt;&lt;br /&gt;returns a list of the trace subclasses from the localhost server.&lt;br /&gt;
&lt;hr /&gt;----------  Table of Subclass IDs and Names --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;get-AsTraceSubclass localhost | Format-Table EventID, EventName, SubclassID, SubclassName - auto
&lt;/pre&gt;&lt;br /&gt;Outputs a table of the Event Sub    classes&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{    Get-ASTraceSubclass [[-ServerName] &amp;lt;String&amp;gt;] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The name of the server to query for the trace event subclasses.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 05:15:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: get-ASTraceSubclass 20090702051503A</guid></item><item><title>Updated Wiki: get-ASTrace</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASTrace&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Get-ASTrace&lt;/h3&gt;Returns a collection of trace objects from the server&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{ Get-ASTrace [[-XmlaRestrictions] &amp;lt;AdomdRestrictionCollection&amp;gt;] [[-DatabaseName] &amp;lt;String&amp;gt;] [[-ServerName] &amp;lt;String&amp;gt;] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;&lt;br /&gt;{ Get-ASTrace [[-ASServer] &amp;lt;Server&amp;gt;] [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -XmlaRestrictions &amp;lt;AdomdRestrictionCollection&amp;gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    2&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -DatabaseName &amp;lt;String&amp;gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    3&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ServerName &amp;lt;String&amp;gt;&lt;br /&gt;        The name of the server from which to get the list of server side Traces&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ASServer &amp;lt;Server&amp;gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       true (ByValue)&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 02:41:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: get-ASTrace 20090702024151A</guid></item><item><title>Updated Wiki: new-ASScript</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=new-ASScript&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;New-ASScript&lt;/h3&gt;
    Generates an XMLA script for the specified object.&lt;br /&gt;
&lt;h3&gt;Syntax&lt;/h3&gt;{ New-ASScript [-Create] [-InputObject] &amp;lt;MajorObject&amp;gt; [-ExcludeDependents] [-ExcludePermissions] [-ExcludePartitions]  [&amp;lt;CommonParameters&amp;gt;] }&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Examples&lt;/h3&gt;    --------------  Get a Dimension XMLA alter script --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;$dim = get-AsDimension localhost\sql08 &amp;quot;Adventure Works DW 2008&amp;quot; &amp;quot;Geography&amp;quot;
    $script = new-AsScript $dim
&lt;/pre&gt;&lt;br /&gt;Returns the XMLA Alter script as a string to the $script variable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    --------------  Create an Xmla File --------------&lt;br /&gt;&lt;pre&gt;
    C:\PS&amp;gt;get-AsDimension localhost\sql08 &amp;quot;Adventure Works DW 2008&amp;quot; &amp;quot;Geography&amp;quot; | new-AsScript $dim &amp;gt; c:\data\DimGeography.xmla
&lt;/pre&gt;&lt;br /&gt;This script pipes the output of the new-AsScript cmdlet to the DimGeography.xmla file.&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;    -Create&lt;br /&gt;        Setting this flag Will cause the cmdlet to return a CREATE script instead of an ALTER script.&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -InputObject &amp;lt;MajorObject&amp;gt;&lt;br /&gt;        This is the object for which the XMLA script will be generated&lt;br /&gt;&lt;br /&gt;        Required?                    true&lt;br /&gt;        Position?                    1&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       true (ByValue)&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ExcludeDependents&lt;br /&gt;        Excludes dependant objects only scripting the specified object&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ExcludePermissions&lt;br /&gt;        Excludes permissions from the XMLA script&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    -ExcludePartitions&lt;br /&gt;        Excludes partitions from a Cube script&lt;br /&gt;&lt;br /&gt;        Required?                    false&lt;br /&gt;        Position?                    named&lt;br /&gt;        Default value&lt;br /&gt;        Accept pipeline input?       false&lt;br /&gt;        Accept wildcard characters?  false&lt;br /&gt;&lt;br /&gt;    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;        This cmdlet supports the common parameters: -Verbose, -Debug,&lt;br /&gt;        -ErrorAction, -ErrorVariable, and -OutVariable. For more information,&lt;br /&gt;        type, &amp;quot;get-help about_commonparameters&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description><author>dgosbell</author><pubDate>Thu, 02 Jul 2009 02:30:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: new-ASScript 20090702023036A</guid></item><item><title>Updated Wiki: get-ASRole</title><link>http://powerssas.codeplex.com/Wiki/View.aspx?title=get-ASRole&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Cmdlet: Get-ASRole&lt;/h3&gt;
Returns an Analysis Services Role.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;  &lt;/pre&gt;&lt;br /&gt;
&lt;h3&gt;Parameters&lt;/h3&gt;
-RoleID &amp;lt;String&amp;gt;&lt;br /&gt;    If specified only the role with this ID will be returned. If omitted, all roles in the specified database will be r&lt;br /&gt;    eturned.&lt;br /&gt;    &lt;br /&gt;    Required?                    false&lt;br /&gt;    Position?                    named&lt;br /&gt;    Default value                &lt;br /&gt;    Accept pipeline input?       false&lt;br /&gt;    Accept wildcard characters?  false&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;-RoleName &amp;lt;String&amp;gt;&lt;br /&gt;    If specified only the role with this name will be returned. If omitted, all roles in the specified database will be&lt;br /&gt;     returned.&lt;br /&gt;    &lt;br /&gt;    Required?                    false&lt;br /&gt;    Position?                    named&lt;br /&gt;    Default value                &lt;br /&gt;    Accept pipeline input?       false&lt;br /&gt;    Accept wildcard characters?  false&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;-ServerName &amp;lt;String&amp;gt;&lt;br /&gt;    The name of the Server from which to return the role(s)&lt;br /&gt;    &lt;br /&gt;    Required?                    false&lt;br /&gt;    Position?                    1&lt;br /&gt;    Default value                &lt;br /&gt;    Accept pipeline input?       false&lt;br /&gt;    Accept wildcard characters?  false&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;-DatabaseName &amp;lt;String&amp;gt;&lt;br /&gt;    The name of the Database from which to return the role(s)&lt;br /&gt;    &lt;br /&gt;    Required?                    false&lt;br /&gt;    Position?                    2&lt;br /&gt;    Default value                &lt;br /&gt;    Accept pipeline input?       false&lt;br /&gt;    Accept wildcard characters?  false&lt;/div&gt;</description><author>dgosbell</author><pubDate>Wed, 01 Jul 2009 12:25:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: get-ASRole 20090701122530P</guid></item></channel></rss>