Out Beep
Last Modified: February 25, 2024 18:18 CEST

Out-Beep #

SYNOPSIS #

Sends a beep to the speaker

SYNTAX #

Out-Beep [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION #

Sends a short sound to the speaker of the Windows PC.

EXAMPLES #

Example 1:Sends a sound to the speaker #

PS C:\> Out-Beep

Sends a sound to the speaker.

PARAMETERS #

CommonParameters #

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS #

None #

OUTPUTS #

System.Object #

NOTES #