2017年4月8日Office 365 使用CSV文件导入邮件组
Posted 汤姆的云计算
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2017年4月8日Office 365 使用CSV文件导入邮件组相关的知识,希望对你有一定的参考价值。
国内版
第一步:
Import-Module msonline
Connect-MsolService
输入用户名密码
第二步:
Get-MsolUser”
第三步:
Set-ExecutionPolicy unrestricted
$cred = Get-Credential
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://partner.outlook.cn/PowerShell -Credential $cred -Authentication Basic -AllowRedirection
Import-PSSession $session
使用CSV文件导入邮件组
import-csv C:\Groupname1.csv | foreach {New-DistributionGroup -Name $_.GroupName -PrimarySmtpAddress $_.Distribution}
以上是关于2017年4月8日Office 365 使用CSV文件导入邮件组的主要内容,如果未能解决你的问题,请参考以下文章
Microsoft 365 更新:于2020/6/1,Office 365退役TLS1.0/1.1
Microsoft 365 更新:于2020/6/1,Office 365退役TLS1.0/1.1