Appearance
Launches the Microsoft Teams app
#requires -version 5.1 try { Start-Process msteams: exit 0 } catch { throw }
This script has no configurable parameters.