I want to check if the users on our domain have a certain Firefox plugin installed. Maybe we can have a script that checks if the folders created by the plugin exist. And if not raise some sort of alert to the user.
An example of the plugin folder is below. There are randomly generated parts that will probably make it more complicated.
C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles{random}.{profile name (“default”)}\ {random-id}@jetpack\resources{same random-id}-at-jetpack-pluginname-data\
- I have NO clue about Windows scripting, this is the first time I’m even thinking about it
- This question is a bit of a “please do it for me” because of 1.
Here is some PowerShell that will search the
appdatadirectory for all folders containing that special plugin name. On error, you should alert the user and force them to interact with the alert (theRead-Host). When they continue, you can launch Firefox directly to the installer page.The output on the console should look something like