Fix Error : Unable to see multiple Organizational Units in Exchange 2016 (when total OUs over 500)

Published: 15 February 2019
on channel: microsoft lab
335
3

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


Watch video Fix Error : Unable to see multiple Organizational Units in Exchange 2016 (when total OUs over 500) online without registration, duration hours minute second in high quality. This video was added by user microsoft lab 15 February 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 335 once and liked it 3 people.