PowerShell : Get-TimeZone

Hello Reader, This is a quick blog post and a continuation to my previous blog post on Powershell Module for Google map WHAT’S NEW:  I’ve tweaked the Get-TimeZone function to now accepts both coordinates and places. In adddition I’ve included DSTOffsetHours of the place in the output. MODULE INSTALLATION : You can directly Install-Module from the… Read More PowerShell : Get-TimeZone

PowerShell : Get Directions using Google Map API

HOW IT WORKS : Today we’ll use the very popular Google Map’s Directions API to generate instructions to navigate between two cities  using PowerShell. Just to show you how it work, please go to the below mentioned URL by passing the required parameters. You’ll reach to an XML page with all the necessary data. Now just we need… Read More PowerShell : Get Directions using Google Map API

PowerShell : Get Distance Between Cities using Google Map Distance Matrix API

HOW IT WORKS : Idea is to use the Google Map’s Distance Matrix API to calculate distance between two cities. Just to show you how it work, please navigate the below mentioned URL and pass necessary parameters. You’ll reach to an XML page which has all the necessary information. Capture the content of this page using Powershell and the… Read More PowerShell : Get Distance Between Cities using Google Map Distance Matrix API