PowerShell - ComputerCleanup Module

IMPORTANT: This module is still a work in progress! Please use at your own risk. This PowerShell module is for freeing up disk space on Windows computers. I frequently use this on some RDS servers, and my local machine. You can install the ComputerCleanup module directly from the PowerShell Gallery, or my GitHub Installation # One time setup Install-Module ComputerCleanup -AllowClobber -Force # -Force and -AllowClobber aren't necessary, but they do skip errors in case some appear....

October 21, 2022 · TOM DE LEEUW