Automating joiners, movers, and leavers life cycle management using a no-code solution
Are your organization's onboarding and offboarding processes draining valuable resources? Is your IT team overwhelmed by access requests for new applications? Are you tired of manually implementing account management to sync HR systems with…
How to schedule a process remotely via WMI
November 24, 2023
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…
How to create a process via WMI remotely
November 24, 2023
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…
How to create a task via WMI
November 24, 2023
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…
WMI classes and categories
November 24, 2023
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…
Find a user's last logon time
November 20, 2023
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…
Configuring Port Forwarding in Windows Using NETSH
November 17, 2023
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…
Configure domain password policy - Here’s how
November 14, 2023
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…
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…
How to troubleshoot Azure AD Federation Issues
July 28, 2023
When configuring Azure AD Federation with third-party Identity Providers, it is not uncommon to encounter issues related to authentication, authorization, and federation metadata. This chapter provides an overview of common issues that can arise and offers troubleshooting tips and best practices for resolving them.
Authentication Issues
Issue: Users are unable to authenticate using…