You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this today while troubleshooting an issue with M365DSC and spent a while figuring out why all those Write-Verbose lines exist, if they are not displayed anyway. :)
Should I offer a PR for this? An optional parameter?
Is there a chance
$VerbosePreference = 'SilentlyContinue'
can be removed in Connect-M365TenantMSCloudLoginAssistant/Modules/MSCloudLoginAssistant/MSCloudLoginAssistant.psm1
Line 146 in 7905479
as it would make debugging connections in other workloads such as Microsoft365DSC much easier?
It kind of contradicts the fact that all output in the script is being produced by write-verbose.
The text was updated successfully, but these errors were encountered: