by Wesley Ellis | Nov 25, 2023 | Device Management, Intune, IT Automation, PowerShell, Scripts
Description: Automating the enrollment of devices into Microsoft Intune can save time, especially when managing large environments. This post provides a PowerShell script example to enroll a device into Intune. PowerShell Script: if (-not (Get-Module -ListAvailable...
by Wesley Ellis | Sep 18, 2023 | Google Chrome, IT Automation, Scripts, Software Updates, Windows
Overview Keeping Google Chrome up to date is essential for maintaining security and ensuring access to the latest features. This post provides a batch script that automates the update process, making it easier to manage Chrome installations across multiple Windows...
by Wesley Ellis | Aug 14, 2023 | Active Directory, Device Management, IT Automation, PowerShell, Scripts
Overview This PowerShell script automates the deletion of computer objects from Active Directory based on a list of device names. It reads the device names from a specified text file and attempts to delete each corresponding computer object from AD, while logging the...