Published: 2018.09.18
Category: PowerShell
Get day in a given week
The module calculates the date of the day of the week (Monday, Tuesday,.) for the given week. Let’s say that I would like to receive the first Monday after 2018.01.01 I could use the command
and it will return

If I would like to find a previous one then I will use
Day parameter can be omitted. Then the current date will be taken.
