Microsoft Entra IDTenant & Directory Administration

Streamlining SSO with Azure AD Connect Synchronization

Understanding password hash synchronization: Password hash synchronization involves storing passwords as a fixed-size string of characters, known as a hash value. It is a one-way process, which means the original data can’t be derived from the hash. When you enter your plaintext password, it is hashed and compared with the stored hash for authentication.This mechanism ensures that your…
Read more
Microsoft Entra IDTenant & Directory Administration

Enable Azure AD Password Writeback: Step-by-step guide

Self-service password reset and password writeback : Simplified The self-service password reset (SSPR) in Azure Active Directory (Azure AD), now known as Microsoft Entra ID,  lets users to reset or change their passwords on cloud. With the password writeback feature, the updated password in cloud, also gets written back in the on-premises active directory (AD) of the organization. Why to enable…
Read more
Microsoft Entra IDTenant & Directory Administration

Elevate access for Azure subscriptions and group management

As organizations expand their Azure active directory (AD) usage, managing multiple subscriptions and organizing resources across various departments or projects becomes increasingly complex. To streamline this process and ensure effective governance, Azure offers a feature called “Elevate access,” which allows users to manage all subscriptions centrally and management groups. This…
Read more
AD Domain ServicesArchitecture & Design

How to schedule a process remotely via WMI

Remote task scheduling is a critical competency for system administrators managing a network of Windows machines. This article provides a comprehensive guide on how to schedule a process remotely using Windows Management Instrumentation (WMI), without relying on PowerShell. The focus is on using the WMIC tool and the Windows Task Scheduler to execute and manage tasks on remote machines. If you…
Read more
AD Domain ServicesArchitecture & Design

How to create a process via WMI remotely

Creating a Remote Process via Windows Management Instrumentation (WMI) In the realm of system administration, the ability to remotely manage and automate tasks on Windows machines is crucial. This article provides a detailed guide on how to create a process remotely via Windows Management Instrumentation (WMI), specifically using the Command Line Interface (CLI). This guide is intended for…
Read more
AD Domain ServicesArchitecture & Design

How to create a task via WMI

Creating a task via Windows Management Instrumentation (WMI) involves a series of steps that leverage WMI’s powerful framework for managing Windows-based systems. This article is intended for system administrators and technical professionals who are familiar with Windows operating systems and seek to automate and manage tasks using WMI, excluding the use of PowerShell. Introduction to Windows…
Read more
AD Domain ServicesDirectory Objects & Identity Data

Find a user's last logon time

Ensuring the security and maintenance of Active Directory user accounts is a critical aspect of system administration. One key piece of information is the last logon time for a user, which helps administrators identify inactive accounts and ensure the security of the network. In this guide, we will explore the process of finding a user’s last logon time in Active Directory using…
Read more
AD Domain ServicesArchitecture & Design

Configure domain password policy - Here’s how

In this article, we delve into configuring the Active Directory Domain password policy, essential for maintaining robust security and compliance within your organization. The following steps, inspired by user interactions and common queries, aim to provide a comprehensive understanding and hands-on approach for advanced system administrators. Prerequisites for Configuring Domain Password…
Read more
Microsoft Entra IDTenant & Directory Administration

How to deploy Azure AD Connect with Custom Group Filtering Options

Azure Active Directory (Azure AD) Connect is the bridge between your on-premises directories and the Azure AD, enabling you to maintain a common user identity for your workforce and setting the stage for complex hybrid identity solutions. One of the most powerful features of Azure AD Connect is its ability to filter which objects are synchronized to the cloud directory, based on attributes…
Read more
Microsoft Entra IDTenant & Directory Administration

How to Install RSAT in Windows 10, Windows 11, and Windows Server

As a beginner system administrator, it’s important to understand how to install Remote Server Administration Tools (RSAT) on Windows 10, Windows 11, and Windows Server. RSAT tools allow you to remotely manage key Windows features like Active Directory, DNS, DHCP, and more. In this step-by-step guide, we will walk you through the installation process using both the graphical interface and…
Read more