Delete automatically User profile locallly and remotelly
Delprof.exe is a tool, downloadable from Microsoft site (see the link below)that permit to delete user profile locally and remotelly on your workstations.
PS: This tool needs to be use with administrative credential
When you execute Delprof.MSI it create a directory “c:programmiWindows Resource KitTools” where you can find the executable file “delprof.exe” (see picture below)

There is a Microsoft link that explain how to use this tool, locally and remotely
http://support.microsoft.com/kb/315411
I’ve try to use /i /q parameters for execute the tool in silent mode, avoid a block i case of error (see picture below)

You can use this tool for delete unused profile for a determined time /d:xx where you can specify how many days before delete profiles, in the example below Delprof delete profile unused from 30 days

If you want to use this tool remotelly you need to use the following parameters:
delprof /q /i /p /c:\computer name
