Files
Intune/intune/Externally Sourced Remediations/Miscellaneous/Get-SoftwareDistributionFolder/Detect-Reset-SoftwareDistributionFolder.ps1
2025-05-19 15:19:36 -04:00

4 lines
82 B
PowerShell

if (Test-Path C:\Windows\SoftwareDistribution.old)
{exit 0}
else
{exit 1}