Copy Azure Vault Secrets with PowerShell 21. June 2022 sellout Azure (0) I am by no means good at PowerShell and I know I will need this info again. I wanted to copy the sec [More]
Get a PowerShell result into a CMD variable 6. October 2020 sellout Windows (0) put this in your batch file:@echo off For /F %%t In ('PowerShell -command " (Get-Date).AddHours(-1 [More]
Self-Signed Cerificates for IIS 2. January 2013 sellout IIS (0) Makecert that comes with Visual Sudio is the best way I know of to create self signed certificates for IIS. [More]