Get-PowerPivotServiceApplication cmdlet
Returns one or more PowerPivot service applications.
The Get-PowerPivotServiceApplication cmdlet returns the service application specified by the Identity parameter. If no parameter is specified, the cmdlet returns all PowerPivot service applications in the farm. Each application is identified by its display name, application type, and GUID. To view additional properties of a PowerPivot service application, add the format-list option to the cmdlet.
-Identity <SPGeminiServiceApplicationPipeBind>
Specifies the service application 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.
C:\PS>get-PowerPivotServiceApplication -Identity 1234567-890a-bcde-fghijklm
This example returns a single service application, showing the display name, application type, and GUID of the application. If the display name is long, it will be truncated. Use the format-list option to view the full name.