opfaspen.blogg.se

Powershell command to enable internet explorer
Powershell command to enable internet explorer







powershell command to enable internet explorer

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

powershell command to enable internet explorer

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"

powershell command to enable internet explorer

# 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.









Powershell command to enable internet explorer