Forum Discussion

tsmyth's avatar
tsmyth
Copper Contributor
Aug 22, 2024

Azure virtual desktop session timeout alert?

Is it possible to setup some type of audible alert that your virtual session is about to timeout so you can jump to it before it times out and you have to reconnect?

1 Reply

  • Try this to monitor idle time and trigger a notification:

     

    # Trigger a sound alert after 25 minutes of inactivity
    Add-Type -AssemblyName PresentationFramework
    [System.Windows.MessageBox]::Show("Your session will timeout soon!")

     

Resources