Connect to whole Microsoft’s cloud services. Microsoft 365 Admin Center, Azure Active Directory, Skype for Business Online,Teams, SharePoint Online, Security & Compliance Center, Exchange Online – Updated!

First install the Windows Management Framework 5.1 https://www.microsoft.com/en-us/download/details.aspx?id=54616 Microsoft 365 admin center First, download “Microsoft Online Services Sign-In Assistant for IT Professionals RTW” from this link:   https://www.microsoft.com/en-us/download/details.aspx?id=41950   Install it. Now, if you want to connect to “Connect with the Microsoft Azure Active” do this: Set-ExecutionPolicy RemoteSigned Install-Module MSOnline If you have a warning …

Back Pressure and Exchange stop delivering

Usually Exchange stops delivering becouse the system runs down of resources.. This is the Microsoft reference “https://docs.microsoft.com/it-it/exchange/mail-flow/back-pressure?view=exchserver-2019” This is an example of Event: “Microsoft Exchange Transport is rejecting message submissions because the available disk space has dropped below the configured threshold…” Command to check the “pressure” : [xml]$bp=Get-ExchangeDiagnosticInfo -Process EdgeTransport -Component ResourceThrottling; $bp.Diagnostics.Components.ResourceThrottling.ResourceTracker.ResourceMeter Ok We …