0
Answer

How to Compare dates and do something in POWERSHELL

sankeerth R

sankeerth R

6y
215
1

Hi scripting guys, I'd like to limit the use of a particular script, I would like to set a start date and the end date.


If today's date is less than starting date: the script is executed, otherwise the script ends

Someone has already dealt with this issue?