Skip to content

Finds all Duplicate Devices in SCCM, sorts by creation date, and removes the oldest

Notifications You must be signed in to change notification settings

marranaga/Remove-DuplicateDevices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Remove-DuplicateDevices

Finds all Duplicate Devices in SCCM, sorts by creation date, and removes the oldest

Synopsis

Had an issue in our SCCM instnace where we were becoming incumbered with too many duplicate systems. To try and clean up the database, I ran a Query that found all duplicate items, where the names were the same, but the ResourceId was different. Foreach unique duplicate name, I sorted by the object Creation Date, found the latest, and removed the rest.

About

Finds all Duplicate Devices in SCCM, sorts by creation date, and removes the oldest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published