Forum Discussion

DarusDP's avatar
DarusDP
Copper Contributor
Jul 20, 2021
Solved

Powershell Microsoft Team module v2.3.1 in GUI mode leaves 'Fetching teams' popup window open

I'm using the Powershell Microsoft Team module v2.3.1 in GUI mode. Doing a Get-Teams or Get-TeamUser cmdlet leaves a 'Fetching teams' popup window open. I've found no way in Powershell to close those...
  • AndresGorzelany's avatar
    Jul 21, 2021
    Hello
    You can try setting
    $ProgressPreference = 'SilentlyContinue'
    before calling your script

Resources