Sending to Microsoft Teams from PowerShell

$TeamsID = ''
Send-TeamsMessage -URI $TeamsID -MessageTitle 'PSTeams - Pester Test' -MessageText "This text will show up" -Color DodgerBlue

https://evotec.xyz/sending-to-microsoft-teams-from-powershell-just-got-easier-and-better/

Leave a Reply