The site below is via the FCC, and shows DTV available coverage per zip code.
Saturday, December 1, 2018
How to enable the sandbox mode with Windows Defender
Per the blog posting below, Windows Defender has a sandbox mode to attempt to offer additional protections.
To enable this feature currently, launch an elevated command prompt and use the following command:
setx /M MP_FORCE_USE_SANDBOX 1
Wi-Fi History Report within Windows 10
One method to generate a Wi-Fi history report within Windows 10 is to use the following command within an elevated command prompt.
netsh wlan show wlanreport
https://www.howtogeek.com/367100/how-to-generate-a-wifi-history-or-wlan-report-in-windows-10/
https://www.checkyourlogs.net/troubleshooting-remote-connectivity-using-netsh-wlan-show-wlanreport/
How to disable ad feeds within Edge
Microsoft Edge includes ad feeds within new tabs. To disable this feature, click on the orb on a new tab page.
Use the “Blank page” option and then use the Save button.
The dialog box may be different if a domain account is involved or with newer versions of Edge.
Get-NetView
Get-NetView is a PowerShell script used to obtain network troubleshooting details within a Windows client.
https://raw.githubusercontent.com/Microsoft/SDN/master/Diagnostics/Get-NetView.PS1
PsExec clones
Below are some clones of the Sysinternals PsExec utility.
https://github.com/kavika13/RemCom
URLhaus
URLhaus is a project operated by abuse.ch. The purpose of the project is to collect, track and share malware URLs, helping network administrators and security analysts to protect their network and customers from cyber threats.
testssl.sh
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.
https://github.com/drwetter/testssl.sh/
https://www.kitploit.com/2018/10/testsslsh-testing-tlsssl-encryption.html