Skip to content

open-bing-maps

Launches the Bing Maps app

#requires -version 5.1

try {
	Start-Process bingmaps:
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.