Microsoft365

Microsoft.Graph PowerShell Modules 2.8.0 released

Microsoft.Graph PowerShell Modules 2.8.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.8.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.8.0 PowerShell Gallery Microsoft.Graph.Beta 2.8.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds documentation for Authentication cmdlets Fixes missing cmdlets/API path in 2.7.0 (now unlisted) Fixes translation of /me to /users/{user-id} for Find-MgGraphCommand Updates examples I am using the new PSResourceGet here instead of the PowerShellGet commands.
MSOnline Powershell Module 1.1.183.80 released

MSOnline Powershell Module 1.1.183.80 released

Andres Bohren
Hi All, Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed. PowerShell Gallery MSOnline 1.1.183.80 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024. What’s deprecated in Microsoft Entra ID? Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
MSCommerce PowerShell Module 1.10

MSCommerce PowerShell Module 1.10

Andres Bohren
Hi All, Today i have noticed, that there is a new MSCommerce PowerShell Module available from the PowerShell Gallery. I didn’t notice that they revoked MSCommerce 1.10. But i am glad, that the new Version has fixed the Output. PowerShell Gallery MSCommerce 1.10 Check the installed Module and what’s available in the PowerShell Gallery Get-Module MSCommerce -ListAvailable Find-Module MSCommerce Let’s uninstall the old Module and install the newest one from PowerShell Gallery
M365 Admin Center shows outdated directory sync tool

M365 Admin Center shows outdated directory sync tool

Andres Bohren
Hi All, A few Weeks ago, i was surprised with an Warning in Microsoft 365 Admin Center. The Directory sync Status showed that i was using an old Version of AAD Connect. Warning Message: We detected you’re using an outdated directory sync tool, We recommend you go to the Microsoft Download Center to get the latest version of Azure AD Connect. When i checked in Entra Admin Center, i could clearly see that it was showing the newest AAD Connect Version.
Microsoft Loop in Microsoft Store

Microsoft Loop in Microsoft Store

Andres Bohren
Hi All, Since a few days (7/28/2023) the Microsoft Loop App is also available from the Microsoft Store System Requirementts: Windows 10 version 19041.0 or higher Search for “Microsoft Loop” in the Microsoft Store and klick on “Get” After the Installation click on “Open” On the first start it will ask you to pin to Start and Taskbar Now you can click on “Sign In” Select the Account Select your Loop Workspace
MSCommerce PowerShell Module 1.9

MSCommerce PowerShell Module 1.9

Andres Bohren
Hi All, Recently i have noticed, that there is a new MSCommerce PowerShell Module available from the PowerShell Gallery. PowerShell Gallery MSCommerce 1.9 Check the installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MSCommerce Find-Module MSCommerce Let’s uninstall the old Module and install the newest one from PowerShell Gallery Uninstall-Module MSCommerce Install-Module MSCommerce Get-InstalledModule MSCommerce List the Commands from the Module Get-Command -Module MSCommerce Connect with Microsoft 365 (Requires Global Administrator or Billing Administrator Role)
PowerShell Module AzureADPreview 2.0.2.183 has been released

PowerShell Module AzureADPreview 2.0.2.183 has been released

Andres Bohren
Hi All, I was very surprised to see that there is new AzureADPreview PowerShell Module in the PowerShell Gallery. PowerShell Gallery AzureADPreview 2.0.2.183 Let’s check what is installed and what is available from the PowerShell Gallery Get-InstalledModule AzureADPreview Find-Module AzureADPreview Let’s check the count of the Commands in the old Module Get-Command -Module AzureADPreview | measure Uninstall the old Module and install the new Module Uninstall-Module AzureADPreview Install-Module AzureADPreview Get-InstalledModule AzureADPreview Let’s check the count of the Commands in the new Module.
Exchange Online IMAP and SMTP OAuth 2.0 with Delegated Permissions

Exchange Online IMAP and SMTP OAuth 2.0 with Delegated Permissions

Andres Bohren
Hi All, This Week i had to Troubleshoot an Application with IMAP and SMTP Access to a Shared Mailbox that uses Microsoft Graph Delegated Permissions. I’ve already blogged about how to Use Application Permissions Exchange Online POP and IMAP OAuth 2.0 Client Credentials Flow Exchange Online - Other ways of Testing IMAP OAuth2 Client Credential Flow Register Azure AD (EntraID) Application Register a new Application Note down the following: Display name Application ID Tenant ID Click on “Add a Redirect URI”
Change UPN in AzureAD with Microsoft Graph

Change UPN in AzureAD with Microsoft Graph

Andres Bohren
Hi All, If “synchronizeUpnForManagedUsersEnabled” is enabled in the Directory Synchronization Features, the UPN of a synchronized Account wil be transferred to Azure AD, as long it is a registered Domain in Azure AD. Sometimes you get into the Situation where you need to change the UPN Suffik of a synchronized Object. In this Article i’ll show you how to change the UPN in AzureAD with PowerShell. Active Directory As an Example i have a user with an UPN Suffix that is not a registered Domain in AzureAD
O365CentralizedAddInDeployment 2.0.1 released

O365CentralizedAddInDeployment 2.0.1 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. Last Change was from 1/6/2021. No changes over the last few years. O365CentralizedAddInDeployment 2.0.1 I was not able to find what has been changed, as there is no release notes available Last time i blogged about it was here M365 Centralized Add-In Management Check what Module is installed and what Version is available on the PowerShell Gallery