Forum Discussion
jangliss
Aug 18, 2021Iron Contributor
Teams Powershell and Active Connections
With the shift in recent PowerShell modules after v2, and merging all the SfB commands into it, it has changed the way you connect. However, because PowerShell Remoting is a fickle beast, especially...
Aug 18, 2021
Hello how are you? you are right this changed recently.
I noticed that, Get-PSSession will return something only when you call -Cs* cmdlets, so if you run Get-Team you will not have anything but if you call, for example, Get-CsCallingLineIdentity you will:
Aug 18, 2021
Said that, reconnection should automatically work with latest versions (if you connected interactively), did you experience reconnection issues?