cat output
October 27, 2021
Get-TimeZone in PowerShell

The Get-TimeZone command in PowerShell returns the current Time Zone of a computer, or it can be used to list all available Time Zones which will be useful if you’re planning on making changes to timezones.

Read More
PowerShell Get-Service
October 26, 2021
Get-Service in PowerShell

Get-Service is a command in PowerShell that returns a list of Services on a Computer. This post is a quick guide on running this command in a PowerShell terminal, using a wildcard ( * ) to show me my services with “SQL”

Read More