I am sure it is very easy, but I am at a dead end.
I need to create a variable in PowerShell that grows every day. I will use this variable in the email to determine the day number as part of the testing schedule. for example "Test - Day 38", when the next day the script should be ready "Test - Day 39".
Obviously, I cannot use the date and AddDays, because the number is not limited to the number of days in a month.
Please, help.
source
share