Windows Server
Enable the Active Directory Recycle Bin
The Active Directory Recycle Bin allows Domain Administrators to recover Active Directory objects that may have been accidentally deleted. However, the recycle bin is not enabled by default, so it is important to enable the recycle bin before a restore is needed.
Link a Synced Active Directory User to an Existing Microsoft 365 Mailbox in a Hybrid Environment
In this scenario, an on-premise active directory user was created and synced with Microsoft 365. The Microsoft 365 user has an Exchange Online mailbox, but this mailbox is not visible in the on-premise Exchange Admin Center.
Create an Active Directory User with an Exchange Online Mailbox in a Hybrid Environment
Adding users and mailboxes changes slightly when working in hybrid Exchange environments.While adding a user in ADUC and licensing the user in Microsoft 365 is possible, the user's Exchange attributes will never be synced with the on-premise environment.
Convert a User Mailbox to a Shared Mailbox in a Hybrid Environment
Converting a user mailbox to a shared mailbox in a hybrid Exchange environment can be frustrating. Fortunately, there is a PowerShell command available that makes the entire process much simpler.
Removing Offline Domain Controller from Active Directory
We see this one a lot: a domain controller that either crashed or was uncleanly demoted, but never removed from the Active Directory forest. Since the original domain controller is gone, we'll need to manually remove it from Active Directory.
Using "Repadmin" to Troubleshoot Active Directory Replication
The "repadmin" tool provides an easy way to monitor replication status, identify replication issues, and force replication inside of your AD forest.
UPN Suffix Filtering in Azure AD Connect
Filtering what objects are synced to Azure AD is a common request and there are many instances where filtering by OU just doesn't cut it. One option is to filter users by their UPN suffix so that only users with the public FQDN as their UPN suffix are synced to Azure AD.
Manually Run an Azure AD Connect Synchronization Using PowerShell
Sometimes you need to replicate changes between your on-premise Active Directory and Azure, but don't want to wait for the next scheduled sync. In these cases, the ADSync PowerShell module provides a very easy way to force synchronization.
Query Troubleshooting using SQL Server Profiler
Ever find yourself troubleshooting performance issues with a 3rd party application or wondering why your database server seems to be working way too hard during certain times of the day? SQL Management Studio has a tool that lets you quickly see exactly what queries are running on your DB server in real-time.