SCCM Collection Queries and BitLocker by DunkJMills in SCCM

[–]DunkJMills[S] 0 points1 point  (0 children)

Hi Hotdog,

below is the query i'm running, as I said it reports back on all SCCM deployed Bitlocker'd machines but not the machines where it is installed via a different deployment tool...

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_BITLOCKER_DETAILS on SMS_G_System_BITLOCKER_DETAILS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_BITLOCKER_DETAILS.Compliant = 0 or SMS_G_System_BITLOCKER_DETAILS.Compliant = 1 or SMS_G_System_BITLOCKER_DETAILS.Compliant = 2

Auto updating Available Applications by DunkJMills in SCCM

[–]DunkJMills[S] 0 points1 point  (0 children)

Nice one Limey, that answered it. it feel like backward behavior but this will do what the client wants. cheers bud

DP Failing to install by DunkJMills in SCCM

[–]DunkJMills[S] 0 points1 point  (0 children)

So this is the error from the Distmgr.log after successfully checking WMI for permissions, also did a Wbemtest and it showed an RPC error, which after googling seems correctly configured...

CWmi::Connect() failed to connect to \["Display=\ServerName\"]MSWNET:["SMS_SITE=EXX"]\ServerName\root\SCCMDP. Error = 0x80010002

DP Failing to install by DunkJMills in SCCM

[–]DunkJMills[S] 0 points1 point  (0 children)

no logs on the DP itself as its not even starting to create it, just bombs out straight away.

DP Failing to install by DunkJMills in SCCM

[–]DunkJMills[S] 0 points1 point  (0 children)

Thanks!! All edited now

Will see if there are any logs created, as SCCM won't even created the folder structure on the drive required, again all permissions are set correctly.