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]