Active Directory Fundamentals

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
Active Directory Fundamentals

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
Active Directory Fundamentals

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
Active Directory Fundamentals

WMI classes and categories

Listing every class in Windows Management Instrumentation (WMI) would be extensive, as WMI includes hundreds of classes that cover a wide range of functionalities. However, I can guide you on how to find a comprehensive list of all WMI classes and offer a general overview of some of the key categories these classes fall into. Finding All WMI Classes and categories To get a complete list of…
Read more
Active Directory Fundamentals

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
Active Directory Fundamentals

Configuring Port Forwarding in Windows Using NETSH

Port forwarding is a technique used to direct network traffic from one network port to another. In Windows, the NETSH (Network Shell) command-line tool can be used to set up port forwarding. This article provides a detailed guide for system administrators on how to configure port forwarding using NETSH, a task essential for various network management and troubleshooting scenarios. Understanding…
Read more
Active Directory Fundamentals

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
Active Directory FundamentalsAzure AD FundamentalsRecent Posts

Before migrating to Active Directory Domain Services (AD DS) 2022

In today’s dynamic IT landscape, the need for organizations to be agile and adaptable is more pronounced than ever. Active Directory Domain Services (AD DS) stands as the cornerstone of organizational identity. While the allure of designing a brand-new AD infrastructure can be strong, especially with the ever-evolving features and security enhancements, the reality for most organizations is…
Read more
Active Directory Fundamentals

Removing an Exchange Server Mailbox from your environment

An Exchange server is Microsoft’s on-premises mail and calendar offering that allows organizations to streamline effective communication amongst employees. You will be required to remove Exchange Server Mailbox for the below reasons: When an organization is updating their existing Exchange server with a new oneWhen the Exchange server is migrated from on-premises/hybrid to cloud…
Read more
Active Directory Fundamentals

How to quickly check windows server uptime

Windows Server Uptime is a crucial metric to measure the stability and reliability of a server. It shows how long the server has been running without any interruption. In this article, you will learn how to quickly check Windows Server Uptime in three different ways. Before that, let’s understand why it is important to check windows server uptime.Checking the Windows Server Uptime is…
Read more