Forum Discussion

Alexandros8888's avatar
Alexandros8888
Copper Contributor
Jan 08, 2021
Solved

Task scheduler messes up date format in my PowerShell script

Hello I have the following PowerShell script that calculates expired certificates and sends email about it.       $Urls = @() $Urls = "https://....", "https://......", "https://...." $Result = ...

Resources