

$strMozillaProfilePathAppend = "AppData\Roaming\Mozilla\FireFox\Profiles" $strChromeProfilePathAppend = "AppData\Local\Google\Chrome\User Data\Default\Extensions"

Comment this line to show standard error messgaes. $ErrorActionPreference = "Silentl圜ontinue" # Override the default to hide errors. Start-Transcript -Path "$env:SystemRoot\Temp\BrowserInventory.log"

# The script queries the selected profile paths to find installed browser extensions and write them into a custom WMI class to be picked up by ConfigMgr Hardware Inventory A bit and found this one, it lists it so much better :) It does however also show installed software and you have to trim it a bit to adjust it to your needs.
