Closed Atreidae closed 3 years ago
This might be related Modern auth.. further investigating needed.
This is caused by the previous module deleting the Password value. setting the variable to 'read only' fixes this
($global:StoredPsCred).Password.MakeReadOnly() #Stop modules deleteing the variable.
The fix for this was implemented in 0.7
FYI, New-CsOnlineSession is dead with MicrosoftTeams v2.0.0 (function dropped out of the module)
The replacement is Connect-MicrosoftTeams
- creating a PSsession now "in stealth" when you run the first Skype Command :)
Yep! I need to rewrite a fair chunk to support the new module and it's new auth methods.
I'm half way through the WPF conversion bit something else is consuming my time right now. You will get to see it soon
Seems something has changed in the handling of CSOnlineSesson. Passing it a -cred flag now throws errors regarding passwords despite a password being present as a secure string