Summary: Use Windows PowerShell to display the number of minutes in a day.
How can I use Windows PowerShell to easily display how many minutes are in a day?
Create a timespan equal to one day, and then select the total minutes from it:
(New-TimeSpan -Days 1).totalminutes