Get-PowerPivotEngineServiceInstance cmdlet

返回在场中的应用程序服务器上运行的一个或多个 SQL Server Analysis Services 实例。

语法

Get-PowerPivotEngineServiceInstance [-Identity <PowerPivotEngineServiceInstancePipeBind>] [<CommonParameters>]

说明

Get-PowerPivotEngineServiceInstance cmdlet 返回在场中运行的一个或多个 SQL Server Analysis Services (PowerPivot) 实例的属性。 该 cmdlet 报告应用程序类型、状态(联机或脱机)和标识。 若要查看特定实例的其他属性,请向该 cmdlet 添加 Identity 参数和 format-list 选项。

参数

-Identity <PowerPivotEngineServiceInstancePipeBind>

指定要获取的服务实例。 该值必须是一个有效的 GUID,用于唯一标识场中的对象。

必需?

false

位置?

0

默认值

接受管道输入?

true

接受通配符?

false

<CommonParameters>

此 cmdlet 支持以下常用参数:Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer 和 OutVariable。 有关详细信息,请参阅 About_CommonParameters

输入和输出

输入类型是可以传送到 cmdlet 的对象的类型。 返回类型是 cmdlet 所返回的对象的类型。

输入

无。

输出

无。

示例 1

C:\PS>Get-PowerPivotEngineServiceInstance -Identity 1234567-890a-bcde-fghijklm | format-list

此示例返回指定的实例的其他属性,包括服务器名称、版本、配置属性和升级状态。