Hi, I personnaly use the following in some PS scripts :
$FirefoxExe = (Get-ItemProperty -Path "hklm:software\microsoft\windows\currentversion\App Paths\firefox.exe").'(default)' (full path to binary firefox.exe) $FirefoxPath = (Get-ItemProperty -Path "hklm:software\microsoft\windows\currentversion\App Paths\firefox.exe").Path (full path to the folder containing firefox.exe) Don’t know if that’s the best or more esthetic way of doing it, but it’s proven to work well. Réponse ou transfert de la part de Denis CARRE De : Enterprise [mailto:[email protected]] De la part de Greg Haines Envoyé : mercredi 6 septembre 2017 11:36 À : [email protected] Objet : [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell Hi Guys How do i check via the command line or Powershell in Windows what version of Firefox is being used? Cant seem to find anything online that actually works. Thanks -- Greg Haines Systems Administrator End User Operations Technology Department [email protected]<mailto:[email protected]> Telegraphmediagroup | 111 Buckingham Palace Road, London SW1W 0DT The contents of this message and any attachments to it are private, confidential and may be the subject of legal privilege. Telegraph Media Group Limited is registered in England and Wales (company number 451593) at 111 Buckingham Palace Road, London, SW1W 0DT. If you are not the intended recipient of this email please inform us and the sender immediately. You must not take any action based upon the contents of this email, nor copy it or show it to anyone. Any unauthorised disclosure, use or dissemination of the whole or part of the message contained in such email is prohibited. Any views or opinions expressed do not necessarily represent those of Telegraph Media Group Limited. It is the recipient’s responsibility to carry out any virus checking. [http://s.telegraph.co.uk/Brand_Sig.jpg]
_______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

