Get-PowerPivotEngineService cmdlet
Returns the global properties of the SQL Server Analysis Services object in the farm.
Syntax
Get-PowerPivotEngineService [-Identity <PowerPivotEngineServicePipeBind>] [<CommonParameters>]
Description
The Get-PowerPivotEngineService cmdlet returns the global properties of the SQL Server Analysis Services object. This object provides properties that are shared by all instances of SQL Server Analysis Services (PowerPivot) that run on individual application servers in the farm. The parent object shows farm-level settings that do not vary by instance.
All instances of SQL Server Analysis Services are installed as 'POWERPIVOT' named instances. If the farm includes multiple PowerPivot for SharePoint installations, a comma-delimited list of the instances will indicate how many SQL Server Analysis Services servers are in the farm.
Parameters
-Identity <PowerPivotEngineServicePipeBind>
Specifies the parent object to get. The value must be a valid GUID that uniquely identifies the object in the farm.
Required? |
false |
Position? |
0 |
Default value |
|
Accept pipeline input? |
true |
Accept wildcard characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable,OutBuffer and OutVariable. For more information, see About_CommonParameters.
Inputs and Outputs
The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet returns.
Inputs |
None. |
Outputs |
None. |