2017-03-27 77 views
0

我想安裝SharePoint PowerShell的模塊到本地PC,並收到錯誤消息安裝SharePoint的PowerShell模塊

'Microsoft.SharePoint.PowerShell' is not installed on this computer. 

谷歌後,發現的SharePoint DLL文件丟失我的機器上。我的問題是如何獲得SharePoint的DLL?我是否需要將SharePoint安裝到本地計算機上?

回答

1

是的,您似乎需要在安裝SharePoint的本地計算機上安裝/使用此模塊和/或使用PowerShell遠程處理。

2

如果您使用的SharePoint Online(Office 365中)有一個Management Shell available

如果您使用任何其他版本,你確實需要安裝SharePoint Server本身讓你的本地計算機上的PSSnapin,有沒有' (僅適用於Exchange的管理工具)選項。

您也可以RDP到現有SharePoint服務器上並運行腳本。

或者使用的PSSession通過PowerShell來連接到服務器是這樣的:

New-PSSession -ComputerName SharePointServer01 
Add-PSSnapin Microsoft.SharePoint.Powershell 

要做到這一點PSRemoting需要在服務器上啓用