How to Pin a Shortcut to the Start Menu Using a Script
Learn how to pin a shortcut to the Start Menu using a script. Follow this guide to automate the process of pinning applications to the Start Menu in Windows.
Learn how to pin a shortcut to the Start Menu using a script. Follow this guide to automate the process of pinning applications to the Start Menu in Windows.
Learn how to create an XML file using PowerShell with XMLWriter. Follow this guide to generate and format XML documents through scripting, enhancing automation and data handling.
Learn how to ignore SSL certificate validation errors in PowerShell using the Invoke-WebRequest cmdlet. This guide provides a function to bypass SSL certificate checks, useful for development and testing environments.
Learn how to retrieve the Windows 10 Release ID using PowerShell. This guide provides a script to fetch the Release ID from the registry, useful for inventory and compliance purposes.
Learn how to detect if a computer is a laptop using PowerShell. This guide provides a function to check the chassis type and determine if the device is a laptop, useful for administrative tasks and automation.
Learn how to use a PowerShell script to display computers with the highest error history from WSUS. This guide provides step-by-step instructions and the full script for generating and analyzing error logs.
Learn how to create a Windows 10 toast notification using PowerShell. This guide provides a step-by-step script to display custom notifications, enhancing user communication during important tasks like system upgrades.
This PowerShell script simplifies the process of adding workstations to tasks, enhancing efficiency. Whether through GUI or console, learn how to integrate seamlessly and optimize device management workflows for improved productivity.
find the uninstall commands, I first look in the registry keys on the following paths: HKLM\SOFTWARE\Classes\Installer\Products HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall …
Use this PowerShell script to directly query the IVANTI database, enabling efficient and precise data management
Inventory workstation removal script from a text file for EPM. Change file csv name and ldms core server name. This script retrieves workstation data from the EPM core server and compares it with a list of devices in a CSV file. If a match is found, the script deletes the workstation from the inventory.
This article details the process of modifying WinPE using scripts. It covers backing up the WIM file, editing necessary files, adding drivers, creating ISOs, and configuring PXE and vboot options. Instructions for installing the Windows ADK, handling additional drivers, and setting up preferred servers are also included.
This guide provides PowerShell scripts for automating the addition of computers to a task in IVANTI EPM, with both GUI and console modes. It includes instructions for specifying Task IDs and computer names, and details on configuring server URLs and credentials.
Discover how to manage the unattend.xml file in system images using K2000. This method offers flexibility, enabling post-capture modifications without reimaging. Follow step-by-step instructions to integrate and customize unattend.xml for your organizational needs