PowerShell/Docs/close-edge.ps1.md
2021-08-29 12:53:35 +02:00

726 B

PowerShell Script /home/mf/PowerShell/Scripts/close-edge.ps1

Synopsis

close-edge.ps1

Description

Closes the Web browser Microsoft Edge gracefully

Syntax

/home/mf/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>]

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

Example

PS>.\close-edge.ps1

Notes

Author: Markus Fleschutz License: CC0

https://github.com/fleschutz/PowerShell

Created by convert-ps2md.ps1