I'm looking for a way to gather internal GPS data from a powershell script using Windows Location API, as the Windows Location Platform is no longer able to satisfy the need. Previously, there was a com object to use.
Is there a way for this to be accomplished in Windows 10?
An example of using the
System.Device.Location
method, this should be what you're looking for.