Just some random content
-
PowerShell script to check the system event log for windows servers that failed to start after boot
This script was written to quickly identify services which have failed to start on Windows Server 2016 after boot. This problem can be caused by a lack of disk IO on virtual machines, due to a number of servers all rebooting at the same time. For example when Windows updates are installed.
-
Setting the security protocol type in PowerShell for web requests
To display the current protocol types enter the following in to PowerShell The security protocol can be change to SystemDefault, Ssl3, Tls, Tls11, Tls12 or Tls13. to set to security protocols to: Tls 1.2 and Tls 1.3
-
PowerShell traceroute with IP Geo information
Here is an example of using the free API service at ip-api.com with PowerShell