From 2e9faa89de458e196fc640131c3ae95818e63e1a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 10 Sep 2025 20:29:45 -0600 Subject: [PATCH] Update Scripts/Powershell/General Purpose/Inactive User Profile Data Cleanup.md --- .../General Purpose/Inactive User Profile Data Cleanup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/Powershell/General Purpose/Inactive User Profile Data Cleanup.md b/Scripts/Powershell/General Purpose/Inactive User Profile Data Cleanup.md index 4b44f00..11d5fb1 100644 --- a/Scripts/Powershell/General Purpose/Inactive User Profile Data Cleanup.md +++ b/Scripts/Powershell/General Purpose/Inactive User Profile Data Cleanup.md @@ -7,9 +7,9 @@ This script is designed to iterate over every computer device within an Active D !!! example "Commandline Arguments" You can execute the script with the following arguments to change the behavior of the script: `.\UserProfileDataPruner.ps1` - - `-DryRun` : Do not Delete Data, just report on what (*would*) be deleted. - - `-InactiveDays 90` : Adjust the threshold of the pruning cutoff. (*Default 90 Days*) - - `-PilotTestingDevices` : Optional comma-separated list of devices to target (*instead of all workstations in Active Directory*) + - `-DryRun` : Do not delete local profile data, just report on what (*would*) be deleted. + - `-InactiveDays 90` : Adjust the threshold of the pruning cutoff. (*Default = 90 Days*) + - `-PilotTestingDevices` : Optional comma-separated list of devices to target (*instead of all eligible workstations in Active Directory*) ### Script You can find the full script below, save it as `UserProfileDataPruner.ps1`: