Question : SCCM Application to delete old Computers from SCCM Database & Active Directory?

Hello All,

Ive been delegated the task to look into creating or finding a SCCM removal tool.. this tool should be able to serve two functions:

1/remove old machines (i.e over 60days) from the SCCM Database
2/remove machines from Active Directory simultaneously.

separately i know the methods to do this. ( i have a sccm sql query to show and delete machines over 60 days and delete in the SCCM Database) and i also have a LDAP Query for AD to find & delete for machines over 60 days.)

i would appreciate any advice that could point me towards creating this Front-End tool for these backend functions? especially as far as what technology to use? Visual Studio?, MMC?

so the trick is, which will be the best method & technology two tie these two functions into a GUI for our Helpdesk staff?

Answer : SCCM Application to delete old Computers from SCCM Database & Active Directory?

I guess this really depends on where your development skills lie.  Probably the quickest and easiest way is to write a Hyper Text Application (HTA) .. we've developed many HTA's for customers for various SCCM tasks.  Though probably the most robust solution would be to write a Windows Form application in either VB.NET or C#.
Random Solutions  
 
programming4us programming4us