Anonymous ID: 2255dd Sept. 6, 2021, 9:40 a.m. No.14530519   🗄️.is 🔗kun   >>0561 >>0800 >>0843 >>0917 >>0963

>>14530378

>>14530387

>>14530254

>>14530268

>>14530285

>>14530391

>>14530457

Anon theory

 

CM speaking code

 

$SCCMObj = get-wmiobject -query "select * from SMS_R_SYSTEM WHERE Name='$env:computername'" -computername [SMSServer] -namespace "ROOT\SMS\site_[SiteCode]"

$PSB = $SCCMObj.psbase

$=PSBSR= = $SCCMObj.psbase.syncroot

$PSBLgth = $SCCMObj.psbase.length

$SCCMArray = @($PSB, $PSBSR, $PSBLgth)

$SCCMArray | ForEach {If ($_ -ne $Null) {$SCCMObj.psbase.delete()}}

 

The intent is to find any/all SCCM computer objects residing in the DB and delete each one via PowerShell.

Anonymous ID: 2255dd Sept. 6, 2021, 9:57 a.m. No.14530561   🗄️.is 🔗kun   >>0578 >>0800 >>0843 >>0917 >>0963

>>14530537

>>14530551

>>14530519

 

Anon theory is CM speaking code

= $PSBSR =

Power Shell Base Sync Root

 

$SCCMObj = get-wmiobject -query "select * from SMS_R_SYSTEM WHERE Name='$env:computername'" -computername [SMSServer] -namespace "ROOT\SMS\site_[SiteCode]"

$PSB = $SCCMObj.psbase

$PSBSR = $SCCMObj.psbase.syncroot

$PSBLgth = $SCCMObj.psbase.length

$SCCMArray = @($PSB, $PSBSR, $PSBLgth)

$SCCMArray | ForEach {If ($_ -ne $Null) {$SCCMObj.psbase.delete()}}

The intent is to find any/all SCCM computer objects residing in the DB and delete each one via PowerShell.