📌  相关文章
📜  术语“Get-TransportConfig”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称. - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:08.432000             🧑  作者: Mango

代码示例1
$O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection
Import-PSSession $O365Session -AllowClobber