Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/link2twenty/userprofiletidy
Powershell script to delete idle roaming profiles from a windows computer
https://github.com/link2twenty/userprofiletidy
Last synced: 8 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T08:47:34.000Z (over 2 years ago)
- Last Synced: 2023-11-22T23:33:23.313Z (12 months 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
```