Get-PowerPivotSystemService cmdlet

Returns the global properties of the PowerPivot System Service object in a farm.

Syntax

Get-PowerPivotSystemService [-Identity <PowerPivotMidTierServicePipeBind>] [<CommonParameters>]

Description

The Get-PowerPivotSystemService cmdlet returns the global properties of the PowerPivot System Service object. There is one parent object per farm, but each farm can have multiple instances of the PowerPivot System Service that run on individual application servers in the farm. The parent object shows farm-level settings that do not vary by instance. If the farm includes multiple PowerPivot for SharePoint installations, a comma-delimited list of the instances will indicate how many PowerPivot System Service instances are in the farm.

Parameters

-Identity <PowerPivotMidTierServicePipeBind>

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.

Example 1

C:\PS>Get-PowerPivotSystemService

This example returns the global properties of the parent object, showing properties that are shared by all instances of PowerPivot System Service in the farm.