PowerTip: Find How Many Days until PowerShell Summit Europe 2014

Doctor Scripto

Summary: Use Windows PowerShell to find how many days until Windows PowerShell Summit Europe in Amsterdam.

Hey, Scripting Guy! Question How can I use Windows PowerShell to help me find how many days until the Windows PowerShell Summit
           Europe 2014 in Amsterdam?

Hey, Scripting Guy! Answer 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

0 comments

Discussion is closed.

Feedback usabilla icon