Comments on: Find Default Browser using SCCM CMPivot Query https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/ SCCM | ConfigMgr | Intune | Windows 11 | Azure Mon, 27 Jun 2022 12:47:38 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Damian Martin https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/#comment-38613 https://www.prajwaldesai.com/?p=223651#comment-38613 This worked for me to filter out the devices with IE still as default

SMSDefaultBrowser | where BrowserProgID == ‘IE.HTTP’

]]>
By: Jimmy Cleveland https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/#comment-38238 https://www.prajwaldesai.com/?p=223651#comment-38238 Since default browser is a user setting, is there a way to return the relevant user data also?

e.g., Device | BrowserProgID | Current-Logged-On-User -or Primary-User

]]>
By: Prajwal Desai https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/#comment-38235 https://www.prajwaldesai.com/?p=223651#comment-38235 In reply to Sid.

What lists?.

]]>
By: Sid https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/#comment-38232 https://www.prajwaldesai.com/?p=223651#comment-38232 Hi Prajwal,

Is there a query or script that I can run to get all the lists (online/offline) from SCCM?

Thanks
Sid

]]>
By: Dominique Duchemin https://www.prajwaldesai.com/find-default-browser-using-sccm-cmpivot/#comment-29489 https://www.prajwaldesai.com/?p=223651#comment-29489 Hello Prajwal,

Last week we did this CMPivot Query on SMSDefaultBrowser on a collection of 38,000 machines… The number of event 4104 has climbed from millions to billions which has created alerts in FireEye flooded the logs with this event… Any restriction in the usage of CMPivot?
What happened when machine are not online?
Retries? Failures?
Thanks,
Dom

]]>