here are major changes within Exchange 2013 compared to Exchange 2010. The way Outlook Client connect to Mailbox Server to get its mail data is “simplified” there is no need for middle tier with Exchange 2013. The way I see, as long as Exchange Server and its architecture requires less IOPS to operate, there will […]
What happened to CAS array in Exchange Server 2013? How CAS load balancing in Exchange Server 2013? How CAS high availability works in Exchange Server 2013? How outlook clients connects to Exchange Server 2013? I personally had all these questions in my mind and got it cleared after gone through some good articles. So thought […]
In the previous post we configured the Database Availability Group of Exchange 2010. In this post I will show you how to configure Exchange 2010 RPC Client Access Array. Previous Exchange versions (Exchange 2000/2003) did not support to the use the front-end server by internal MAPI clients. They were connected directly to internal Back-End servers […]
We can use Get-counter cmdlet to get real-time performance counter data from local and remote computers: Owa Get-Counter “\MSExchange OWA\Current Unique Users” -ComputerName cas3 RPC Get-Counter “\MSExchange RpcClientAccess\User Count” -ComputerName cas3 ActiveSync Get-Counter “\MSExchange ActiveSync\Current Requests” -ComputerName cas3 Here is the similar thread for your reference: https://social.technet.microsoft.com/Forums/office/en-US/aa693a3e-ddc2-48ed-998f-ba646bb11efa/exchange-2013-how-to-count-number-of-connection-to-server?forum=exchangesvradmin
If you are finding that some contacts are not appearing in the GAL then confirm that they are mail contacts and not created using AD. Contacts created using AD Users and Computers are not recognized by Exchange. To work out if your contacts have been created using AD tools or Exchange, run the below command […]
With the attack on RDP getting more and more each day, many Admins are forced to use remote tools to get onto servers. Managing your exchange 2019 server or legacy servers does not require you to login to the desktop, you can use remote PowerShell and because the Exchange Admin Center is web based, it […]
Recently on 2 of my machines, I started noticing the C:\ space drop quickly over a week. Running my script (ClearLogs) removes about 30-40GB but on this 600GB drive, pretty much 500GB has been eaten up. Checking through each folder, I came across this folder in the following location: C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\Mailbox\Routing It has over […]
Quick tip: In your organization, you get a call from a departmental managers secretary to advise he/she forget to set there Out of Office and have requested you to do so. To set it, quickly launch the Exchange Management Shell (EMS) and run the following command: Set-MailboxAutoReplyConfiguration -Identity User1 -AutoReplyState Enabled -InternalMessage “Playing golf with […]