Created
December 14, 2019 16:41
-
-
Save sidneys/bdef026310e32dc7e3fea8f8875f0957 to your computer and use it in GitHub Desktop.
PowerShell Geolocation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type -AssemblyName System.Device; $GeoWatcher = New-Object System.Device.Location.GeoCoordinateWatcher; $GeoWatcher.Start(); Start-Sleep -Milliseconds 5000; $GeoWatcher.Position | Out-File $env:userprofile\Downloads\error.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment