PowerShell – Get .NET Framework / Core Version
First I want to apologize I don’t remember where I found the original script but I have added some additional version numbers
First I want to apologize I don’t remember where I found the original script but I have added some additional version numbers
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.
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/
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 use. I then found this…
If you run into a need to find a file on your computer/server this script should help make things a bit easier