Month: September 2016

Get Internet Explorer Version Remotely

There are many ways to get Internet Explorer’s version remotely, in this post I’ll show you how to do this with Powershell and grab it from a list of machines. Let’s start with the command that does that. [System.Diagnostics.FileVersionInfo]::GetVersionInfo(“C:\Program Files\Internet Explorer\iexplore.exe”).Fileversion If you run this on your machine, you’ll get something like this: As you […]

Read more

IT Droplets

IT Droplets