September 5th, 2014

PowerTip: Find How Many Days until PowerShell Summit Europe 2014

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.