Summary: Learn how to determine the version of Windows PowerShell that is running on your computer.
How can I determine the version of Windows PowerShell that is running on my computer?
Use the $psversiontable automatic variable...
Summary: Microsoft Scripting Guy, Ed Wilson, describes the long weekend he took to upgrade his servers to Windows Server 2012 including lessons learned.
Microsoft Scripting Guy, Ed Wilson, is here. Well, I was told this past weekend was really nice down here in Charlotte, North Carolina, in the United States. With no aftermath of ...
Summary: Learn how to use the New-TimeSpan cmdlet to see the number of days until the end of the year.
How can I use Windows PowerShell to see the number of days until the end of the year?
Use the New-TimeSpan cmdlet. Use&...
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to easily compare the time between two computers.
Microsoft Scripting Guy, Ed Wilson, is here. In two days, I will be speaking to the AZPOSH Windows PowerShell user group in Phoenix, Arizona. No, I am not flying out there—I have enough travel coming up. ...
Summary: Use the Get-WindowsDriver cmdlet to obtain a quick list of Windows drivers.
How can I use Windows PowerShell 3.0 on a computer running Windows 8 or Windows Server 2012 to obtain a list of drivers?
Use the Get-...