#!/bin/powershell
<#
.SYNTAX         ./close-edge.ps1 
.DESCRIPTION	closes Microsoft Edge gracefully
.LINK		https://github.com/fleschutz/PowerShell
.NOTES		Author:	Markus Fleschutz / License: CC0
#>

./close-process "msedge" "Microsoft Edge"