First I want to apologize I don’t remember where I found the original script but I have added some additional version numbers
Category: Windows Server
PowerShell – Compare Windows Server Host Files
If you maintain more than one Windows server sometimes you need a quick way to determine the host file differences on each server, the code below will help.
PowerShell – Open URL In Windows Default Browser
As I have found and lost this script from jkdba.com a few times I’m posting it here so I can remember it :) Reference: http://www.jkdba.com/powershell-open-url-in-default-browser/
PowerShell – Clear Temporary ASP.NET Files
If your Temporary ASP.NET Files directory is getting out of hand there are a few things you can do about it. First option I found was at https://sysadminspot.com/server-administration/powershell-cleanup-temp-asp-net-files/. This option works well and in some cases could be the safer option as it can’t delete files that are currently in…
PowerShell – Find a file
If you run into a need to find a file on your computer/server this script should help make things a bit easier