Forum Discussion
balaji94
Jan 28, 2024Copper Contributor
Unable to Execute PowerShell Script Commands in Microsoft Teams Session Established via Script
I encountered an issue while attempting to execute PowerShell script commands within a Microsoft Teams session established via a script. The script includes commands to connect to Microsoft Teams usi...
VasilMichev
Jan 28, 2024MVP
It's a known issue with the module, nothing you can do apart from reconnecting. And implement some retry logic in the script.
- balaji94Jan 29, 2024Copper Contributor
VasilMichev Thanks!