
Update via Powershell
We are needing to install the FireFox update to a large group of computers. Is there a script that we can use to update FireFox?
ltraina modificouno o
All Replies (1)
There's no script specifically. You could simply rerun the Firefox full installer silently and it overwrite the existing Firefox versions.
Alternatively you can invoke Firefox like this:
firefox --backgroundtask backgroundupdate
and it will force a background update. That may or may not work depending on permissions.