MECM Discovery
Object Class
Details
# Use LDAP to search for MECM-related objects
python3 sccmhunter.py find -u [username] -p [password] -d [domain] -dc-ip [DC IP]
# Query MECM-related hosts identified from above to determine their site role
python3 sccmhunter.py smb -u [username] -p [password] -d [domain] -dc-ip [DC IP]
# Display all results from the find/smb modules
python3 sccmhunter.py show -all
# Export list of Management Points in JSON format
python3 sccmhunter.py show -mps -jsonLast updated
