Forum Discussion
rahulc9222
Oct 16, 2018Copper Contributor
Exception: Microsoft.Online.Administration.Automation.MicrosoftOnlineException
Dear All, I am facing one of a weird issue while connecting Azure AD using Connect-MSolservice. Attaching the PowerShell log for your reference. Please let me know if anyone else has faced a...
tsullivan
Feb 27, 2019Copper Contributor
This fixed mine
Really stupid issue, having to force TLS 1.2
Darrick
Feb 27, 2019Brass Contributor
Thanks for sharing this tip.
- tsullivanFeb 28, 2019Copper Contributor
It worries me putting in a reg key like that, as what happens oneday when something else changes and this 'custom fix' breaks something new. As built doco reflects this for us now to reference, but this seems unworkable from microsoft on a large scale.
- DarrickFeb 28, 2019Brass Contributor
I understand your concern; hence, the importance of documenting changes.
A system as large and complex as Windows will never be perfect.
So, hand-jammed tweaks to settings may be required to get a system / component to work ...again... until a permanent solution is incorporated.
Still a pain nonetheless.