Remove-PowerPivotSystemServiceInstance 指令程式
從伺服器陣列中移除 PowerPivot 系統服務執行個體。
語法
Remove-PowerPivotSystemServiceInstance [-Confirm <switch>] [-DeleteLocal <switch>] [-Identity <PowerPivotMidTierServiceInstancePipeBind>] [<CommonParameters>]
說明
Remove-PowerPivotSystemServiceInstance 指令程式會從伺服器陣列中移除有關 PowerPivot 系統服務的執行個體資訊。 它不會移除程式檔案。 若要永久移除程式檔案,您必須解除安裝它們。
如果您移除 PowerPivot 系統服務,請務必也執行 Remove-PowerPivotEngineServiceInstance,以移除相關 Analysis Services 執行個體,接著執行 Remove-PowerPivotServiceApplication 以刪除任何 PowerPivot 服務應用程式。 一旦移除服務之後,服務應用程式將不再執行。
若要還原此變更,您可以執行 New-PowerPivotSystemServiceInstance -Provision:$true 以重新啟用執行個體資訊。
參數
-Identity <PowerPivotMidTierServiceInstancePipeBind>
指定要移除之 PowerPivot 系統服務執行個體的 GUID。 有 PowerPivot for SharePoint 安裝的每個應用程式伺服器上都有一個服務執行個體。
必要項? |
false |
位置? |
0 |
預設值 |
|
接受管線輸入? |
true |
接受萬用字元? |
false |
-DeleteLocal <switch>
刪除本機電腦上安裝的 PowerPivot 系統服務執行個體,讓您不需要指定物件識別即可移除執行個體。
必要項? |
false |
位置? |
具名 |
預設值 |
|
接受管線輸入? |
false |
接受萬用字元? |
false |
-Confirm <switch>
在執行命令之前提示您確認。 此值預設是啟用的。 若要在命令中略過確認回應,請在命令上指定 Confirm:$false。
必要項? |
false |
位置? |
具名 |
預設值 |
|
接受管線輸入? |
false |
接受萬用字元? |
false |
<CommonParameters>
這個指令程式支援一般參數:Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer 和 OutVariable。 如需詳細資訊,請參閱<About_CommonParameters>。
輸入和輸出
輸入類型是可透過管道傳送至指令程式的物件類型。 傳回類型是指令程式所傳回的物件類型。
輸入 |
無。 |
輸出 |
無。 |
範例 1
C:\PS>Remove-PowerPivotSystemServiceInstance -deletelocal
這個範例示範如何移除本機應用程式伺服器上執行的 PowerPivot 系統服務執行個體。
範例 2
C:\PS>Remove-PowerPivotSystemServiceInstance -identity 1234567-890a-bcde-fghijklmn
這個範例示範如何根據其識別刪除特定 PowerPivot 系統服務。