
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2014 11:06 AM - last edited on ‎04-01-2024 03:54 PM by Mercedes_O
This action can be used to delete old user profiles from a remote computer.
This example deletes all user profiles not used in the last 180 days.
The tool can be downloaded from the Microsoft website:
http://www.microsoft.com/en-us/download/details.aspx?id=5405
Copy "delprof.exe" to your action folder.
{actionpath}delprof.exe /q /i /c:\\{smartname} /d:180
- Labels:
-
API & Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2014 12:32 PM
https://helgeklein.com/free-tools/delprof2-user-profile-deletion-tool/
I like to have feedback so my action is :
{actionpath}\delprof2.exe /u /i /c:\\{smartname} /d:90
for those that don't just use the /q :
{actionpath}\delprof2.exe /u /i /q /c:\\{smartname} /d:90
Enjoy.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2014 02:19 PM
Tested on:
Windows XP
Windows Vista
Windows 7
Windows 8
Windows 8.1
Windows Server 2003
Windows Server 2008
Windows Server 2008R2
Windows Server 2012
Windows Server 2012R2
Thank you,
Jeffrey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2014 10:10 AM
Delprof.exe is a command-line utility that you can use to delete user profiles on a local or remote computers running Windows 2000, Windows XP, and Windows Server 2003.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2014 10:40 PM
