SCCM

Abuse
References
Last updated
# SCCM 서버 정보 확인
([ADSISearcher]("objectClass=mSSMSManagementPoint")).FindAll() | % {$_.Properties}
# 컬렉션 열거
.\SharpSCCM.exe get collections --no-banner
# 사용자 그룹 권한 열거
.\SharpSCCM.exe get class-instances SMS_Admin --no-banner
# 컬렉션 구성원 열거
.\SharpSCCM.exe get collection-members -n <Collection> --no-banner