How do I use the Microsoft Resource Kit utility Delprof.exe to delete old profiles (older than 30 days) without deleting the local Administrator account?
delprof.exe /Q /C:\\remotecomputer /D:30
This gets almost there but I want to skip the local Administrator account. Also, do it silently without prompting for each account.