Fix AD Replication issue because of USN Rollback
WARNING: Since this article can cause an issue on your System, take any necessary action before running any command.
Today, I got a replication error...
Move WSUS Content to another location
In case you facing the situation that you need to move the WSUS content to another location to free up the disk space. Below are the steps to do...
Why you should become microsoft Azure Certified
For anyone who looking the answer, Thomas Maurer has posted a great article on his blog. You can follow this link https://www.thomasmaurer.ch/2019/08/why-you-should-become-microsoft-azure-certified/ to get the detail answer.
Thank you.
Exchange SSL Certificate Services Greyed Out
When you want to change/manage services for Exchange Server 2013 or above through the Exchange Admin Center, you found the checkboxes options are greyed out and can't be changed.
Hyper-V Live Migration error: “The operation is not supported”
Issue
When you run the Hyper-V Live migration or move the storage location of the VM on the Stand-Alone Hyper-V server (Not Cluster), you got the...
Change Guest VM IP from Hyper-V Host
Since Windows Server 2012, Microsoft introduces the ability to change or inject IP configuration of Guest VM from its HyperV host. This feature is using Msvm_GuestNetworkAdapterConfiguration class.
Enable DHCP Server Logging on Windows Server 2019
Problem
Sometimes, You want to enable DHCP Server logging to monitor the DHCP server to track down the issue you have.
Solution
Install SSL Certificate for RDS Deployment using PowerShell
I have an issue while installing the SSL Certificate for RDS Deployment using GUI. Therefore, I use the PowerShell command to do that. Basically, the command is using Set-RDCertificate...
Outlook Web App (OWA) Authentication Issue – Exchange 2010
We recently got an authentication issue on Our Outlook Web App (OWA) for Exchange 2010. The OWA itself can be loaded. However, when you try to log on (Authenticate)...
Run a SQL Server Query in PowerShell
Yesterday, I got a request from our customer that need to run a SQL Server Query using PowerShell command. After looking on the Google :D I found the Script...