Summary: Use Windows PowerShell to find how many days until Windows PowerShell Summit Europe in Amsterdam.
How can I use Windows PowerShell to help me find how many days until the Windows PowerShell Summit
Europe 2014 in Amsterdam?
Use the New-TimeSpan cmdlet, and use Get-Date to specify the start time and Sept. 29, 2014 as the end time:
New-TimeSpan -Start (get-date) -End 9/29/14