项目作者: burnacid

项目描述 :
MECM (SCCM) Detect unused source folders
高级语言: PowerShell
项目地址: git://github.com/burnacid/Get-CMSourcesToClean.git
创建时间: 2020-05-01T06:13:27Z
项目社区:https://github.com/burnacid/Get-CMSourcesToClean

开源协议:

下载


Get-CMSourcesToClean

MECM (SCCM) Detect unused source folders

This script allows you to collect all folders that can be cleaned up since they are not used as a package source.
This scripts searches for sources from

  • Applications
  • Driver Packages
  • Drivers
  • Boot Images
  • OS Images
  • Software Update Packages
  • Packages

It outputs the unused folders with their size in MB

How to use

  1. .\Get-CMSourcesToClean.ps1 -SiteCode SMS -SiteServer "MECM001.domain.local" -SourceShare "\\MECM001.domain.local\sources"