Skip to content

Instantly share code, notes, and snippets.

View MSAdministrator's full-sized avatar
💭
Building Thangs

Josh Rickard MSAdministrator

💭
Building Thangs
View GitHub Profile
@MSAdministrator
MSAdministrator / Get-MyGeoLocation
Created August 25, 2015 04:00
2015-August Scripting Games Puzzle - Get-MyGeoLocation
function Get-MyGeoLocation {
param (
[parameter(HelpMessage="Please provide a save location")]
[string]$outfilepath = $("C:\users\{0}\Desktop\map.html" -f $($env:username))
)
<#
.SYNOPSIS
Map your current location on google maps
.DESCRIPTION