I am working on a program that will delete a user profile from server 2003, I can use delprof in a cmd but this is a very basic way to clear my server with old unwanted user profile.
I am looking to improve on my cmd script that deletes all user profile older than x no# of days, by write a c# program with a GUI interface that will list all the servers on which this one user has his/her profile. Then by clicking on one button the admin would be able to remove this profile from all the servers(8 remote servers on the LAN).
I am looking at the web and there is not much on getting user profile from a remote computer then deleting it from the remote computer.
I am looking to improve on my cmd script that deletes all user profile older than x no# of days, by write a c# program with a GUI interface that will list all the servers on which this one user has his/her profile. Then by clicking on one button the admin would be able to remove this profile from all the servers(8 remote servers on the LAN).
I am looking at the web and there is not much on getting user profile from a remote computer then deleting it from the remote computer.