028-86922220

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

利用Powershell脚本和定时任务自动批量开邮箱

  1. 首先确保powershell 执行策略
PS C:\Users\administrator.51TALK> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
PS C:\Users\administrator.51TALK> Get-ExecutionPolicy
RemoteSigned
  1. 写PS脚本
    
    Add-PSSnapin microsoft.exchange*
    Import-Module activedirectory  
    $dbs= @("bjstaff01","bjoffice","bjstaff02","bjstaff03")
    $users= Get-User -OrganizationalUnit "北京"  -RecipientTypeDetails user  
    foreach($i in $users){
    $db= get-random -InputObject $dbs
    Enable-Mailbox -Identity $i -Database $db
    }

3. 创建任务计划
![](/upload/otherpic58/175091.jpg)

当前题目:利用Powershell脚本和定时任务自动批量开邮箱
链接分享:http://www.tsicrk.com/article/jodjeg.html

其他资讯

让你的专属顾问为你服务

1.4819s