If you have issues like I have had with the Windows Store this will help you to get Ubuntu WSL on Windows. NOTE: You may need to reboot your computer after the first line.
Category: PowerShell
PowerShell – Get Text Encoding Type
Reference: https://community.idera.com/database-tools/powershell/powertips/b/tips/posts/get-text-file-encoding
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
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/