I am new to using PowerShell Universal and I am setting up notifications. I installed PowerShellUniversal.Triggers.MSTeams and set up a trigger for job failed. When it tries to run the function, I get the following error.
The term 'Format-PSUJobDescription' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at Send-PSUTeamsNotification, C:\ProgramData\UniversalAutomation\Repository\Modules\PowerShellUniversal.Triggers.MSTeams\1.0.0\PowerShellUniversal.Triggers.MSTeams.psm1: line 31
at <ScriptBlock>, <No file>: line 1
Unknown trigger type.
I could not really find anything about this on here. Is there another module I should have installed?