安裝使用SharePoint Online Management Shell的時候出現的問題

來源:互聯網
上載者:User

今天打算在一個新機器上安裝SharePoint Online Management Shell,結果出現了一些問題,記錄下來備忘。

首先SharePoint Online Management Shell的下載地址:https://www.microsoft.com/en-us/download/details.aspx?id=35588

下載和安裝都很順利,安裝完成之後“以管理員的身份”開啟卻直接提示錯誤:

“Import-Module : The specified module 'Microsoft.Online.SharePoint.PowerShell'
was not loaded because no valid module file was found in any module directory.”

錯誤截圖:



從錯誤資訊可以看出找不到Microsoft.Online.SharePoint.PowerShell這個module,使用Get-Module尋找一下:


果然沒有找到,很有可能是尋找路徑不對,使用$env:PSModulePath這個環境變數查看所有的模組路徑:


果然沒有SharePoint Online Maangement Shell所在的路徑,安裝之後SharePoint Online Maangement Shell所在的檔案夾為:


所以需要把這個路徑添加到$env變數中:


然後重新尋找一下就可以看到了:


使用Import-Module命令匯入這個module就可以用了:



但是使用命令列直接修改$env的方式,只是暫時的修改,下次重新開啟SharePoint Online Management Shell的時候,還會出現同樣的找不到module的問題。

一個直接的解決辦法就是將這個path添加到環境變數中,如下所示:





相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.