码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2018-07-11 16:35:11      阅读:533      评论:0      收藏:0      [点我收藏+]

标签:c99   shell 脚本   自动   shadow   nal   exchange   log   tail   blog   

  • 首先确保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  
      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 脚本和定时任务自动批量开邮箱

    标签:c99   shell 脚本   自动   shadow   nal   exchange   log   tail   blog   

    原文地址:http://blog.51cto.com/magic3/2140488

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!