Creating a WSUS Dashboard
Create a detailed WSUS HTML dashboard with PowerShell, including configuration, task scheduling, and IIS virtual directory setup.
Create a detailed WSUS HTML dashboard with PowerShell, including configuration, task scheduling, and IIS virtual directory setup.
Learn how to automate WSUS patch assignment to different target groups using PowerShell scripts and scheduled tasks.
Function to calculate the start (host min) and end (host max) addresses from the Gateway and Subnet
This example shows how to create a web service with PowerShell that queries an IVANTI EPM database to get a computer name based on a MAC address. It includes setting up a Pode server, configuring an API endpoint, and running a SQL query to retrieve the information
Discover a PowerShell tool with a graphical interface to install the prerequisites for SCCM. This tool simplifies the setup process, ensuring all necessary Windows features and roles are configured correctly.
Learn how to efficiently cleanup your WSUS server using a Powershell script. Automate WSUS maintenance tasks, ensuring optimal performance and freeing up server resources.
Discover how to connect to the integrated database (BDD) of WSUS using specific server paths. The article provides detailed instructions, including the necessary Powershell script.
This article explains how to test provisioning over a VPN using a virtual machine. It details the required tools, settings, and a PowerShell script to run the process smoothly while avoiding conflicts caused by NAT.
This article provides a PowerShell script for adding or removing IP ranges on a preferred server in EPM. The script generates SQL commands to execute the changes, streamlining network management and server configuration tasks. Includes download link and usage examples.
This article provides a PowerShell script to remove duplicate computer entries between two LANDesk core servers, ensuring clean data migration and streamlined device management by comparing device names and GUIDs.
This PowerShell script is designed to remove old tasks from a LANDesk environment. Modify the specified lines with your database instance, credentials, and other details. The script connects to the database, retrieves tasks, and deletes those older than a specified retention period.
This content discusses the necessity of purging IIS logs to prevent disk space saturation due to daily accumulations, and includes a PowerShell script to automate the log purge process
This article presents a PowerShell script designed to detect if vboot was used during provisioning. The script generates a flag for further automated actions by checking the ProvisionGUI.exe log file, enabling efficient IT management and system automation.