Get-PowerPivotEngineServiceInstance cmdlet
Returns one or more instances of SQL Server Analysis Services running on application servers in the farm.
The Get-PowerPivotEngineServiceInstance cmdlet returns the properties of one or more SQL Server Analysis Services (PowerPivot) instances running in the farm. The cmdlet reports the application type, status (online or offline), and the identity. To view additional properties of a specific instance, add the Identity parameter and the format-list option to the cmdlet.
-Identity <PowerPivotEngineServiceInstancePipeBind>
Specifies the service instance 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