Windows Software Inventory PowerShell Script
Introduction System administrators and IT professionals often need to inventory installed software across their systems. This PowerShell script provides a quick and efficient way to...
Effortless Cleanliness: Automating Recycle Bin Management
Keeping your digital environment clean and organized is crucial for maintaining efficiency in your workspace. In today’s post, we delve into a PowerShell script designed...
Generating Location-Based Device Reports in KACE
Overview This content provides a step-by-step guide to generating location-based device reports in KACE. The goal is to count devices for each location that have...
Creating an SCCM Package to Enable Windows Update Logging
Overview This post provides a PowerShell script designed to create an SCCM package that enables verbose logging for Windows Update. Enhanced logging is crucial for...
SCCM Package to Check WinRM Update Status
Overview This post provides a PowerShell script that creates an SCCM package to check the Windows Remote Management (WinRM) status related to Windows Update. This...
How to Add a Device to Intune Using PowerShell
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...
Managing Devices with Microsoft Intune
Overview Microsoft Intune is a cloud-based service that enables organizations to manage devices and applications across various platforms including Windows, macOS, iOS, and Android. This...
How to Quickly Enroll a Local Device into Microsoft Intune
Description:This post provides a quick guide to manually enrolling a local Windows device into Microsoft Intune, enabling you to manage and configure the device according...
How to Move a Device from Microsoft Defender Security Center to Intune
If you want to remove a device from being managed by Microsoft Defender Security Center and bring it under Intune management, follow these steps: Step...
Creating an SCCM Package to Disable SMBv1 Protocol
Description This PowerShell script is designed to create an SCCM package that disables the SMBv1 protocol across your systems. Disabling SMBv1 is a critical security...
Creating and Applying Configuration Profiles in Intune for Provisioned Devices
Introduction: This post provides a step-by-step guide on how to create and apply configuration profiles in Intune to manage settings on devices that have already...
Creating an SCCM Package to Configure High-Performance Power Plan
Overview This post provides a PowerShell script that creates an SCCM package to configure systems to use the High-Performance power plan. This configuration is particularly...