
$Global:FFLatest = $FFLatestESR.Replace("esr","") $FFLatestESR = ( Invoke-WebRequest "" -UseBasicParsing | ConvertFrom-Json ).FIREFOX_ESR Invoke-WebRequest '' -OutFile C:\Powershell\FireFox_latest.Exe ::SecurityProtocol = "Tls, Tls11, Tls12, Ssl3" $Credential = Import-Clixml "C:\Users\Credential\Securecredential.xml"Ĭolor: = ::Tls, ::Tls11, ::Tls12, ::Ssl3 Get-Credential | Export-Clixml "C:\Users\Credential\Securecredential.xml"


Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope LocalMachine -Force

I thought to share the script here to help others if someone looking same. When I start to write script I found some challenges and fixed it. One of my colleague asked me a script to install Firefox ESR latest version in all remote servers if latest version not there.
