Forum Discussion

Petri-X's avatar
Petri-X
Bronze Contributor
Dec 10, 2021

What is the best way to find private channel

Hi, I got a request to find home (team) for random private channel. I have only a name of the private channel.   get-team | % { $TeamID = $_.groupid ; Get-TeamChannel -GroupId $_.GroupID } | Whe...