Summary: Find the day of the week by using Windows PowerShell.
How can I use Windows PowerShell to find what day of the week a particular date falls on?
Access the DayOfWeek property from the DateTime object:
(get-date).dayofweek
Summary: Find the day of the week by using Windows PowerShell.
How can I use Windows PowerShell to find what day of the week a particular date falls on?
Access the DayOfWeek property from the DateTime object:
(get-date).dayofweek