In a normal PowerShell console, running [System.Console]::Beep(500, 1000) makes a sound.
In a PowerShell console running in ConEmu, that command does not make a sound.
The ConEmu task that opens PowerShell is powershell.exe -new_console:a.
How can we configure ConEmu to make a sound when we run the Beep command?
Oddly, I have found SuperUser questions on how to disable but not on how to enable those sounds: ConEmu: disable bell
