Script to inventory Chrome, Edge Chromium, Firefox extensions quickly.
This script can inventory browser extensions for each user from a list of machines. It returns all the information back in a csv file and prints to console a breakdown of that information.
Inventory-BrowserExts -Computername $(Get-Content .\MachineList.txt) -DataDir "\soc.corp.com\audit" -Throttle 45 -Browser Chrome