saotn.nl - Sysadmins of the North

Description: Technical SysOps blog, where topics include Sysadmin, DevOps, computers, servers, web, MySQL, database, virtualization, optimization and security

.net (14084) security (10067) wordpress (9817) linux (7737) windows (7667) asp.net (1344) windows server (220) bash (212) sysadmin (206) powershell (172)

Example domain paragraphs

Menu Menu Home Donate Privacy Policy Sysadmins be welcome Code base PowerShell GNU Linux Bash MySQL Web applications Umbraco WordPress Web application security Windows Server AppCmd DevOps IIS OpenSSH PowerShell SQL Server URL Rewrite Module PowerShell Use PowerShell with SSL client certificates for HTTPS GET requests 02/11/2023 How to use a specific TLS/SSL certificate or thumbprint for your outgoing HTTPS requests using PowerShell.

Use PowerShell Test-NetConnection to test if a TCP port is opened. Along with ping to verify a host is online makes it ideal for scripting and automation.

If you need to verify files are untampered with, you have to create a file checksum -or file hash- that you can use to verify. PowerShell offers this functionality with Get-FileHash cmdlet. Or use certutil.exe.