Sharepoint
SharePoint Foundation 2010 中缺少 PowerShell 命令
我在 Windows Server 2008 R2 上安裝了 SharePoint Foundation 2010。我注意到 PowerShell 中沒有可用的 SP cmdlet。
我錯過了什麼?
可能是您的 powershell 會話中未載入管理單元。
試試這個命令:
添加-PSSnapin Microsoft.SharePoint.Powershell
它預設安裝,但預設情況下不會載入到您的配置文件中。您可以添加它,以便始終通過編輯預設 Powershell 配置文件之一來載入它。在 Powershell 中,執行
help profile
以了解有關要使用的配置文件的更多資訊。