Forum Discussion
tsmyth
Aug 22, 2024Copper Contributor
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
Sort By
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!")