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-ASCube

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 Cubes in the specified database.

Parameters (by name)

PS > get-ASCube localhost "Adventure Works DW" "Adventure Works"

Parameters (by Object)

PS > get-ASDatabase localhost "Adventure Works DW" | get-ASCube "Adventure Works"