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 Policies

How to disable flash on Adobe Reader using GPO

In a networked environment, managing software configurations centrally is crucial for maintaining system security and performance. For system administrators, one task in this realm is disabling Flash in Adobe Reader DC via Group Policy. This measure is particularly important due to the various security vulnerabilities associated with Flash. This article provides a step-by-step guide on how to…
Read more
Active Directory Policies

How to disable JavaScript in Adobe Reader DC using GPO

For system administrators managing a network of computers with Adobe Reader DC, it’s essential to maintain security and control over the software configurations. One such critical setting is the management of JavaScript execution within PDF documents. Malicious JavaScript within PDFs can be a security threat. Disabling it in a managed environment can help mitigate such risks. This article…
Read more
Active Directory Policies

How to block automatic connection to Wi-Fi Hotspots using GPO

For organizations managing a fleet of Windows devices, ensuring secure and controlled network access is paramount. One aspect of this is preventing devices from automatically connecting to potentially unsecured Wi-Fi hotspots. This article provides a detailed guide for system administrators on how to use Group Policy to block devices from automatically connecting to Wi-Fi hotspots, enhancing…
Read more
Active Directory Policies

How to block connection to non-domain networks via GPO

In the landscape of enterprise IT management, securing network connections is a top priority. One aspect of this is preventing domain-joined computers from connecting to non-domain networks, which can be a significant security risk. This guide provides a comprehensive walkthrough for system administrators on how to block connections to non-domain networks using Group Policy in a Windows domain…
Read more
Active Directory Policies

How to disable notifications for blocked programs in Windows Firewall via GPO

In a managed IT environment, controlling how users interact with security alerts is crucial for maintaining operational efficiency and security. One such aspect is managing notifications from the Windows Firewall, particularly when it blocks programs. This guide provides a detailed walkthrough for system administrators on how to disable notifications for blocked programs in Windows Firewall using…
Read more
Active Directory Policies

How to disable basic authentication for WinRM Service using GPO

In the realm of Windows systems administration, securing communication channels is a critical task. One key aspect of this is configuring the Windows Remote Management (WinRM) service, which allows for remote management of Windows machines. A common security enhancement is to disable basic authentication for WinRM to prevent exposure of credentials in plain text. This guide will walk through the…
Read more