mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 21:30:46 +00:00
11 lines
171 B
PowerShell
11 lines
171 B
PowerShell
|
Import-Module Voicemeeter
|
||
|
|
||
|
try {
|
||
|
$vmr = Get-RemoteBanana
|
||
|
|
||
|
$vmr.command.show
|
||
|
$vmr.command.restart
|
||
|
$vmr.command.showvbanchat
|
||
|
}
|
||
|
finally { $vmr.Logout() }
|