故障:Exchange2016通过EAC创建通讯组无法选择OU问题处理

故障:Exchange2016通过EAC创建通讯组无法选择OU问题处理

故障:Exchange2016通过EAC创建通讯组无法选择OU问题处理

   1:查看AD环境中OU的数量         (Get-OrganizationalUnit -ResultSize unlimited).count

   2:在上面的 web.config 檔案中新增下列幾行 </appsettings> 行的上面添加

         <!-- allows the OU picker when placing a new mailbox in its designated organizational unit to retrieve all OUs - default value is 500 -->

         <add key="GetListDefaultResultSize" value="1000" />

   3:重启ECP应用程序池

相关文章:

  • 2021-05-08
  • 2021-11-24
  • 2022-12-23
  • 2021-12-21
  • 2022-01-21
  • 2022-02-28
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2021-06-08
  • 2021-09-13
  • 2021-04-13
  • 2021-10-12
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案