casclicks.blogg.se

Uninstall mozilla firefox from powershell
Uninstall mozilla firefox from powershell








$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"

uninstall mozilla firefox from powershell uninstall mozilla firefox from powershell

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope LocalMachine -Force

uninstall mozilla firefox from powershell

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.










Uninstall mozilla firefox from powershell