-3

Our VM SCCM 2012 as been deleted by other administrator the last years and we haven't backup. I want remove all trace of SCCM from our Active directory and workstation but i don't know how to do this.

Sven
  • 98,649
  • 14
  • 180
  • 226
user3178250
  • 1
  • 2
  • 5

1 Answers1

2

The only reference to SCCM in Active Directory is the "System Management" container, which only exists if you had created it in the first place; if SCCM is no longer in use, you can safely delete it.

Unfortunately, there is no centralized way to uninstall the SCCM agent from all computers in your environment; you'll need to either perform a manual uninstallation or use some scripting (a startup script assigned via Group Policy could be a good solution). You'll find the relevant documentation here.

Massimo
  • 70,200
  • 57
  • 200
  • 323