New-PowerPivotSystemServiceInstance 指令程式
將 PowerPivot 系統服務的新執行個體加入應用程式伺服器中。
語法
New-PowerPivotSystemServiceInstance [[-ParentService] <PowerPivotMidTierServicePipeBind>] [-SystemServiceInstanceName <string>] [-Provision] [<CommonParameters>]
說明
在本機應用程式伺服器上使用 SQL Server 安裝程式安裝 PowerPivot for SharePoint 之後,使用 New-PowerPivotSystemServiceInstance 指令程式在伺服器陣列層級佈建新的 PowerPivotSystemService 物件。 每個應用程式伺服器上只能佈建一個服務執行個體。 如果服務已佈建,則無法執行此指令程式。
參數
-ParentService <PowerPivotMidTierServicePipeBind>
指定伺服器陣列中 PowerPivot 系統服務父物件的 GUID。 在此版本中,只允許一個父物件。 您可以使用 Get-PowerPivotSystemService 傳回服務物件或其 GUID。
必要項? |
false |
位置? |
0 |
預設值 |
|
接受管線輸入? |
true |
接受萬用字元? |
false |
-SystemServiceInstanceName <string>
指定識別此物件的名稱。
必要項? |
false |
位置? |
1 |
預設值 |
|
接受管線輸入? |
false |
接受萬用字元? |
false |
Provision [<SwitchParameter>]
讓 SharePoint 可使用服務。 有效值為 $true 或 $false。
必要項? |
false |
位置? |
具名 |
預設值 |
|
接受管線輸入? |
false |
接受萬用字元? |
false |
<CommonParameters>
這個指令程式支援一般參數:Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer 和 OutVariable。 如需詳細資訊,請參閱<About_CommonParameters>。
輸入和輸出
輸入類型是可透過管道傳送至指令程式的物件類型。 傳回類型是指令程式所傳回的物件類型。
輸入 |
無。 |
輸出 |
無。 |
範例 1
C:\PS>New-PowerPivotSystemServiceInstance -Provision:$true
這個範例示範此指令程式最常見的形式。 它會在伺服器陣列中註冊本機應用程式伺服器的 PowerPivot 系統服務。
範例 2
C:\PS>New-PowerPivotSystemServiceInstance -SystemServiceInstanceName "MyPSSInstance" -provision:$false
這個範例會為 PowerPivot 系統服務執行個體命名,但不會佈建它。 如果未提供名稱,則會改用預設名稱「SQL Server Analysis Services 系統服務執行個體」。 建立自訂服務名稱是選擇性的。 若要支援測試案例,或者如果有自訂工具或指令碼可在稍後步驟中佈建執行個體,您可以為服務命名。