使用http连接到microsoft exchange_如何使用 PowerShell 连接 Office 365 服务
適用于以下產(chǎn)品或服務(wù):???
Office 365 管理員的日常管理中。使用 PowerShell 是除了Office365 管理中心外,最為高效的工具。這里將會(huì)介紹 PowerShell 連接到 Office365 服務(wù)的方法。
本篇摘要:
前提條件
連接到?Exchange Online
連接到 SharePoint Online
連接到 Office 365 管理服務(wù)
連接到 Skype for Business?Online
前提條件
為了能確保電腦可以正常使用 PowerShell,請(qǐng)進(jìn)行下面的前期準(zhǔn)備:
支持 PowerShell 連接Windows系統(tǒng)有(以下均為64 位系統(tǒng)):
Windows 10、Windows 8.1、Windows 8 或 Windows 7 Service Pack 1 (SP1)
Windows Server 2019、Windows Server 2016、WindowsServer 2012 R2、Windows Server 2012 或?Windows Server 2008 R2 SP1
初次使用PowerShell連接Office 365的各項(xiàng)服務(wù)時(shí),需要先運(yùn)行以下命令:
Set-ExecutionPolicy RemoteSigned?連接到 Exchange online
1.??????Exchange Online 的 Powershell Module 并不需要單獨(dú)下載,具體的連接步驟如下:
$UserCredential?=?Get-Credential?$Session?=?New-PSSession?-ConfigurationName?Microsoft.Exchange?-ConnectionUri?https://partner.outlook.cn/PowerShell-LiveID/?-Credential?$UserCredential?-Authentication?Basic -AllowRedirection?Import-PSSession $Session2.??????此時(shí)會(huì)彈出對(duì)話框提示您輸入用戶名和密碼,這時(shí)您需要有效的、具備 Exchange Online 管理員權(quán)限的帳號(hào),之后 PowerShell 會(huì)話會(huì)自動(dòng)下載所需的 Exchange 模塊。
連接到 SharePoint?Online
要通過 PowShell 連接 SharePoint Online 服務(wù),您首先需要安裝 SharePoint Online Management Shell,安裝方式有兩種:
方法一:直接下載安裝:
http://www.microsoft.com/en-us/download/details.aspx?id=35588方法二:我們可以通過 Nuget 在 PowerShell 中直接使用 Install-Module 命令來安裝,命令如下:
Install-Module?Microsoft.Online.SharePoint.PowerShell此時(shí)您可能會(huì)在 PowerShell 上收到如下提示:
或者:
無論哪種提示,都輸入“Y”并按下回車即可
然后用以下命令連接到 SharePoint 管理中心:
Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameCheckingConnect-SPOService -Url https://youro365domain-admin.sharepoint.cn -Credential 管理員賬號(hào)注意:youro365domain?為您 Office 365 租戶的默認(rèn)域名 如office365lab.partner.onmschina.cn,則輸入 -Url https://office365lab-admin.sharepoint.cn;
管理員賬號(hào)部分為擁有 SharePoint 管理員權(quán)限的帳號(hào),在下一步彈窗中輸入該帳號(hào)的密碼。
在一些情況下,您可能還需要連接到 SharePoint PnP PowerShell,SharePoint PnP PowerShell 主要用戶連接具體的SharePoint網(wǎng)站,而非整個(gè) SharePoint 服務(wù)。安裝 SharePointPnP PowerShell 模塊的命令如下:
Install-Module?SharePointPnPPowerShellOnline同樣的情況,如果PowerShell中出現(xiàn)任何提示,均輸入“Y”,之后回車以繼續(xù)。
之后您便可以通過以下命令連接到PowerShell PnP:
Import-Module SharePointPnPPowerShellOnlineConnect-PnPOnline –Url https://siteUrl –Credentials (Get-Credential)其中?https://siteUrl?是您要連接的 SharePoint 站點(diǎn)的完整 URL,如以下示例:
https://office365lab.sharepoint.cn
https://office365lab-admin.sharepoint.cn
https://office365lab.sharepoint.cn/sites/demo
在彈出的窗口中輸入該網(wǎng)站管理員的用戶名和密碼,即可連接。
有關(guān) SharePoint Online PnP 的相關(guān)連接,您可參考:
https://docs.microsoft.com/zh-cn/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps連接到 Office 365 管理服務(wù)
在使用 Office 365 管理服務(wù)的PowerShell之前,也需要安裝其模塊,安裝方法也是兩種:
方法一:安裝 Microsoft Online Services 登陸小助手
http://www.microsoft.com/en-us/download/details.aspx?id=41950方法二:在PowerShell中運(yùn)行此指令:Install-Module MSOnline
在運(yùn)行時(shí),如果Powershell 出現(xiàn)任何提示,均輸入“Y”并按下回車以繼續(xù)。
??導(dǎo)入并連接Office 365服務(wù)
Import-Module msonlineConnect-MsolService -AzureEnvironment AzureChinaCloud此時(shí)您會(huì)看到熟悉的 Office 365 現(xiàn)代模式憑據(jù)驗(yàn)證界面,直接輸入您的管理員帳號(hào)密碼即可。
?連接到 Skype for Business?Online
1.?????下載安裝以下 Skype for Business Online 最新模塊
Skype for Business Online, Windows PowerShell Module:
https://www.microsoft.com/en-sg/download/details.aspx?id=39366&751be11f-ede8-5a0c-058c-2ee190a24fa6=True2. ????執(zhí)行以下命令,連接到 Skype for Business Online,需要輸入管理員賬號(hào)和密碼
$cred = Get-CredentialImport-Module LyncOnlineConnector$cssess = New-CsOnlineSession -Credential $cred -Verbose Import-PSSession $cssess參考文檔:
https://docs.microsoft.com/en-us/office365/enterprise/powershell/connect-to-office-365-powershell歡迎大家關(guān)注我們的公眾號(hào),我們將持續(xù)進(jìn)行技術(shù)文章的更新以及對(duì) Office 365 技術(shù)的推廣和普及。
與50位技術(shù)專家面對(duì)面20年技術(shù)見證,附贈(zèng)技術(shù)全景圖總結(jié)
以上是生活随笔為你收集整理的使用http连接到microsoft exchange_如何使用 PowerShell 连接 Office 365 服务的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 设计一款博弈类游戏的人机对战算法、策略_
- 下一篇: mysql map 键值对获取_mysq