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

Returns an Analysis Services Role.

Parameters

-RoleID If specified only the role with this ID will be returned. If omitted, all roles in the specified database will be r eturned.

Required?                    false
Position?                    named
Default value                
Accept pipeline input?       false
Accept wildcard characters?  false

-RoleName If specified only the role with this name will be returned. If omitted, all roles in the specified database will be returned.

Required?                    false
Position?                    named
Default value                
Accept pipeline input?       false
Accept wildcard characters?  false

-ServerName The name of the Server from which to return the role(s)

Required?                    false
Position?                    1
Default value                
Accept pipeline input?       false
Accept wildcard characters?  false

-DatabaseName The name of the Database from which to return the role(s)

Required?                    false
Position?                    2
Default value                
Accept pipeline input?       false
Accept wildcard characters?  false