How to Check Which Domain Controller your Machine is Getting Authenticated

If you have multiple domain controllers in your environment and you want to check with domain controller is authenticating your client, you can execute the following command on command prompt. (Execute it with elevated privileges) nltest /dsgetdc:<domain> This will return you the domain controller you are getting authenticated from. Above picture shows the client machine ... Read more

How to Configure Credential Caching on Read-Only Domain Controller Windows Server 2016

By default when users attempt to login to a computer at a branch site, a read-only domain controller contacts the writeable DC for their authentication as it doesn't store user passwords. This happens every time when users log in. However,  a read-only domain controller can be configured to cache user passwords using Password Replication Policy (PRP). With PRP, ... Read more

How to Prepopulate Passwords Cache on Read-Only Domain Controller Windows Server 2016

When a Password Replication Policy is enabled and a user or computer account is in the allowed RODC password replication group, a password is replicated and cached on Read-Only Domain Controller when a branch user login for the first time. The RODC authenticates the branch users and computers for subsequent logins without forwarding requests to the main ... Read more

How to Create an Unlicensed User in Office 365 for Testing

You can create an unlicensed user in Office 365 for testing purposes. Lets get started. Prerequisites Download and install the following modules. Microsoft Online Service Sign-in Assistant for IT Professionals RTW Windows Azure Active Directory Module for Windows PowerShell (64-bit version) Create an Unlicensed User in Office 365 for Testing Open portal.office.com in your favorite ... Read more

How to Remove Active Directory Domain Services Using Server Manager

In one of earlier articles, we removed active directory domain services using PowerShell. In this guide, I'll focus on removing active directory domain services using server manager. Remove Active Directory Domain Services Using Server Manager Step 1. Open server manager dashboard. Click: Manage -> Remove roles and features. Step 2. Verify the tasks and then click Next. ... Read more