Find Windows Server Uptime Using Net Statistics Server
If you are an administrator on a Windows Server, one question that needs to be answered quite often is "How long has that server been...
Quick Tip: Limit The Number Of Rows Returned From A SQL Query
This is pretty basic, but I had to look up the syntax to use for SQL on IBM DB2 so I thought I'd write a...
Microsoft CVE-2018-0886 Changed CredSSP & Disabled RDP
On March 13, Microsoft released this very frustrating, secretive monster that is Windows Update CVE-2018-0886. It doesn't necessarily disable RDP, but if it hits you...
5 Steps to Create a Shortcut to a Windows 10 Settings Page
Have you ever wanted to get to a Windows 10 Settings page quickly & easily? Follow the 5 steps below to create a shortcut to...
Quick Tip: Use netstat To Find What Is Blocking Your Port
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...