Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find How Many Days until PowerShell Summit Europe 2014

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>