Skip to content

play-beep-sound

Plays a short beep sound

#Requires -Version 5.1

[System.Console]::Beep(500, 300)
Start-Sleep -milliseconds 300
exit 0

This script has no configurable parameters.

An interactive directory of PowerShell scripts.