Skip to content

open-microsoft-teams

Launches the Microsoft Teams app

#requires -version 5.1

try {
	Start-Process msteams:
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.