View on GitHub

powerSSAS

A Powershell provider for SQL Server Analysis Services

Download this project as a .zip file Download this project as a tar.gz file

Cmdlet: get-ASDatabase

Note: this cmdlet is not in the current build and at the moment you will need to download the source and compile it yourself.

This cmdlet will get a reference to one or more Databases on the specified server

Parameters (by name)

PS > get-ASDatabase localhost "Adventure Works DW"

Parameters (by Object)

PS > get-ASServer localhost | get-ASDatabase "Adventure*"