EasyEntra vs Easy365Manager
Here is a detailed comparison of Easy365Manager and EasyEntra, including a feature matrix for clarity and pricing information for each product. Key Differences Both tools eliminate the need for an …
Here is a detailed comparison of Easy365Manager and EasyEntra, including a feature matrix for clarity and pricing information for each product. Key Differences Both tools eliminate the need for an …
We’re super excited to make the first public announcement of our new revolutionary Entra ID management tool: EasyEntra. EasyEntra is version 2.0 of our popular tool Easy365Manager, which daily helps …
Microsoft recently learned that a private signing key was stolen and exploited as early as May 15, 2023. This was first announced on July 11 in this article. According to …
How do you synchronize your Azure AD with your on-premises AD using PowerShell? First, let’s consider a more straightforward option: How to do it WITHOUT PowerShell! Synchronize Azure AD Without(!) …
The Get-MgUser command comes with a filtering function just like, e.g., Get-ADUser. But if you’re expecting the power of the Get-ADUser LdapFilter switch or the PowerShell expression language Filter switch, then you’re in …
For many admins, the use of ‘Scopes’ is a new addition to Office 365 PowerShell’ing. The Scopes parameter was introduced with the Microsoft Graph PowerShell API, but the concept of …
On August 31st, 2022, Microsoft will retire Azure AD Connect 1.x. (full announcement here) This means that if you haven’t already upgraded, you need to do it now. There are …
To review permissions set on mailbox folders, you can use the Get-MailboxFolderPermission CmdLet. This PowerShell command is part of the Exchange Online Management module, which you can download and install …
Microsoft has recently started blocking TLS 1.0 and 1.1 in the PowerShell APIs for Azure AD and Exchange Online. As a result, applications connecting with TLS 1.0 or TLS 1.1 …
To retrieve the size or item count of mailboxes, you must use the Get-MailboxStatistics or, even better, the improved Get-EXOMailboxStatistics PowerShell CmdLet. Both PowerShell commands are part of the Exchange …