powershell [Office 365登录] #PowerShell

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell [Office 365登录] #PowerShell相关的知识,希望对你有一定的参考价值。

$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session

以上是关于powershell [Office 365登录] #PowerShell的主要内容,如果未能解决你的问题,请参考以下文章

Powershell 修改Office365和AD账户

Exchange/Office365 自动处理脚本:常用函数

powershell [Manipulandousuários通过PowerShell执行Office 365] Comandos para manipular o Office 365.

使用Powershell链接到Office 365

Powershell RESTAPI 访问Office365

Office365 PowerShell打开邮箱审计功能