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

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 Dimensions in the specified database/cube.

Parameters (by name)

PS > get-ASDimension localhost "Adventure Works DW" "Adventure Works" Product

Parameters (by Object)

PS > get-ASDatabase localhost "Adventure Works DW" | get-ASDimension "Adventure Works" Product