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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了利用Powershell 脚本和定时任务自动批量开邮箱相关的知识,希望对你有一定的参考价值。

  1. 首先确保powershell 执行策略
PS C:Usersadministrator.51TALK> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
PS C:Usersadministrator.51TALK> Get-ExecutionPolicy
RemoteSigned
  1. 写PS脚本
    
    Add-PSSnapin microsoft.exchange*
    Import-Module activedirectory  
    Get-User -OrganizationalUnit "北京" -RecipientTypeDetails user | enable-mailbox -database bjstaff

3. 创建任务计划

![](http://i2.51cto.com/images/blog/201807/11/dc840fc2ea7cbc1ecbe4fccc998210c1.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

以上是关于利用Powershell 脚本和定时任务自动批量开邮箱的主要内容,如果未能解决你的问题,请参考以下文章

如何设置PowerShell脚本定时执行

Windows任务计划定时执行脚本简介

powershell 如何定时执行 ps1

redis缓存队列+MySQL +php任务脚本定时批量入库

Linux设置定时任务

使用powershell完成定时get任务