Taking on PowerShell one cmdlet at a time

Share this post:This blog post is part of an ongoing series by Adam Gordon. Adam will show you how to use each PowerShell command each week. Adam will be covering Get-TimeZone this week.

When should you use Get-TimeZone
The Get-TimeZone cmdlet displays the current time zone and a list of available times.
What version of PowerShell do I use?
Get the PowerShell Version for your machine
$PSVersionTable
This command displays the PowerShell version information for your machine.

How to use Get TimeZone
Find the current time zone:
Get-TimeZone

Find time zones that correspond to a given string
Get-TimeZone -Name “*pac*”

All available time zones are available:
Get-TimeZone -ListAvailable

Get-Clipboard – Last week’s command
Do you need PowerShell training? ITProTV offers PowerShell online IT training courses.