https://github.com/link2twenty/userprofiletidy
Powershell script to delete idle roaming profiles from a windows computer
https://github.com/link2twenty/userprofiletidy
Last synced: about 1 month ago
JSON representation
Powershell script to delete idle roaming profiles from a windows computer
- Host: GitHub
- URL: https://github.com/link2twenty/userprofiletidy
- Owner: Link2Twenty
- License: mit
- Created: 2018-10-04T13:35:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T08:47:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T10:20:25.283Z (over 1 year ago)
- Language: PowerShell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userProfileTidy
Powershell script to delete idle roaming profiles from a windows computer
```
Usage: userProfileTidy.ps1 [OPTION...]
-a, -age Set minimum age of profiles, in days (required)
-d, -debug Output process to console for debugging
-dryrun Run through process but do not commit any changes, debug implied
-f, -force Force culling, will remove local accounts with mismatched domain
-?, -h, -help Display help screen
```