2020

Multiple Monitor Image

Showing Disk Performance information on Task Manager

Since Windows Server 2012R2, the disk performance information on task manager was disabled because of performance impact on collecting disk metrics on the server. You can use Resource Monitor to check Disk IO Usage. However, you can enable the Disk Performance monitor on the Task Manager. Enable Disk Performance Monitor Below is the step to […]

Showing Disk Performance information on Task Manager Read More »

Sign in Error

Can’t sign in to Remote Desktop Services (RDS) – Temporary profile

When the user is trying to login to the RDS server, they got a warning that they can’t sign in to remote desktop services due to a temporary profile. This issue usually happening when you configure the RDS Collection with User Profile Disk (UPD) and the user is not fully logged off from the RDS.

Can’t sign in to Remote Desktop Services (RDS) – Temporary profile Read More »

Command prompt

One liner command to get VM list detail on Hyper-V Cluster

In this post, I will share a command to get the VM list detail that includes VM Name, CPU Count, IP Addresses, VLAN ID, and Memory assigned. The command includes the command below: Get-VM: This command gets the virtual machines from one or more Hyper-V hosts Get-ClusterNode: This command to gets information about one or

One liner command to get VM list detail on Hyper-V Cluster Read More »

PowerShell

Expand three dots (Elipsis) on PowerShell Result Console

Sometimes when you receive the result from PowerShell command, there are three dots (Elipsis) “…” that truncate the result. In this article, I will show you how to expand three dots (Elipsis) on PowerShell result console. For more detail, please see the example below: As you can see, there are three dots (Elipsis) behind “\Exchange

Expand three dots (Elipsis) on PowerShell Result Console Read More »

Exchange Upgrade Issue

Upgrade Exchange 2013 – Couldn’t resolve the user or group

Today, I run the maintenance to upgrade the Exchange Server 2013 from CU 20 to CU 23. However, I got the error on step 14 that says “Microsoft.Exchange.Data.Common.LocalizedException: Couldn’t resolve the user or group”. I checked and confirmed the user/group is already in Active Directory. Below is the full detail of the error. As you

Upgrade Exchange 2013 – Couldn’t resolve the user or group Read More »

Active Directory

How to check AD Schema Version using PowerShell Command

In this article, I will show you how to check the AD Schema Version using Powershell Command. First, you need to log into your Active Directory Domain Controller.  If you have more than one domain controller, you should log in to the forest root domain controller. Open PowerShell with Administrator Permission If there is a pop-up

How to check AD Schema Version using PowerShell Command Read More »

Exchange Server 2019 Image

Recipient not found by Exchange Legacy encapsulated email address lookup

When you send an email to a recipient, you get IMCEAEX NDR that said “Remote Server returned ‘550 5.1.11 RESOLVER.ADR.ExRecipNotFound; Recipient not found by Exchange Legacy encapsulated email address lookup’”. This issue is happening when you migrate a mailbox with no direct path. Resolution You need to create an X500 email address alias and set

Recipient not found by Exchange Legacy encapsulated email address lookup Read More »

Scroll to Top