Donate Us : paypal.me/MicrosoftLab
Fix Error : Unable to see multiple Organizational Units in Exchange 2016 (when total OUs over 500)
1. Prepare
DC11 : Domain Controller(Yi.vn) | DC12 : Exchange Server
2. Step by step : Fix error unable to see multiple Organizational Units
DC11 : Count all OUs in Domain -----------------------******************** / microsoftlab ********************--------------------
Server Manager - Tools - Active Directory Module for Windows PowerShell, type :
Get-ADOrganizationalUnit -Filter * | Select Name,DistinguishedName # Show all OUs
(Get-ADOrganizationalUnit -Filter * | Select Name,DistinguishedName).count # Count all OUs = 496 (less than 500)
DC12 : Create a new mailbox via EAC
Start - Exchange Administrative Center - recipients tab - mailboxes tab - + - User mailbox - Choose 'New user' :
Fist name : VanHR + Organizational unit : - Browse... : HR + User logon name : VanHR + Entries new password and confirm --- Save === OK
DC11 : Create more 5 OUs named OU497,OU498,OU499,OU500,OU501
Active Directory Module for Windows PowerShell, type :
New-ADOrganizationalUnit -Name OU497 -Path "DC=Yi,DC=vn" # Create a new OU named OU497, do the same for OU498,OU499,OU500,OU501
(Get-ADOrganizationalUnit -Filter * | Select Name,DistinguishedName).count # Count again all OUs = 501 (over 500)
DC12 : Fix error over 500 OUs and create a new mailbox via EAC
Exchange Administrative Center - recipients tab - mailboxes tab - + - User mailbox - Choose 'New user' :
Fist name : HoaHR + Organizational unit : - Browse... === Eror : "There are more results available than are currently displayed."
Goto C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp - open web.config with notepad
locate the appsettings section and add the following key : add key="GetListDefaultResultSize" value="2000" / # upto 2000 OUs
Exchange Administrative Center - recipients tab - mailboxes tab - + - User mailbox - Choose 'New user' :
Fist name : HoaHR + Organizational unit : - Browse... : HR + User logon name : HoaHR + Entries new password and confirm --- Save === OK
Смотрите видео Fix Error : Unable to see multiple Organizational Units in Exchange 2016 (when total OUs over 500) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь microsoft lab 15 Февраль 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 335 раз и оно понравилось 3 людям.