```powershell $myAccount = "oliver@anadea.com " Connect-MicrosoftTeams
Write-Host "+++++ Get-exTasks with Filter for PlaygroundV2/PS_Testing_Tracy" $myDomain = "teams.appvity.com" $myTeam = "19:711c68b56d894b2697368214024dc89f@thread.skype" $myChannel = "19:663f1a565fb248a1a9c2d4b31540d52d@thread.skype" $taskID = "5efc4a30a9712e71e87e83d8"
Get-exBugDetails -Domain $myDomain -TeamId $myTeam -ChannelId $myChannel – BugId $bugID | Format-List
|
Comment