Hi All,
I am working with a customer on a M365 Onboarding. Bevore migrating Users to the Cloud, we want to make sure the Onboarding of the Microsoft Authenticator App is successful. I was tasked to figure out a way to find out the Users that have registered the Microsoft Authenticator App for MFA Authentication.
Enduser Portal From a User Perspective you can see in the Security Information that there are registered two Microsoft Authenticators.
Hi All,
About two Weeks ago, Microsoft has announced the public preview of the Exchange Export-Import Graph API.
Introducing the Microsoft Graph Export-Import APIs for Exchange in public preview Many of our customers currently rely on APIs powered by Exchange Web Services (EWS) for tasks like Exchange mailbox backup, archiving and migration. However, with the EWS deprecation initiative, customers have been asking for a method built on the Microsoft Graph platform to discover mailbox items, selectively export them and then import these items into Exchange Online mailboxes.
Hi All,
Two days ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.2.0 GitHub Release Notes Az 13.2.0 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.
Hi All,
By coincidence I’ve stumbled across the Entra Connect Sync Update 2.4.129. It’s released for Auto Upgrade.
I am running currently Entra Connect Sync 2.4.27.0
Microsoft Entra Connect: Version release history If it has been released at 01/15/2025 then it’s over three weeks - enough time for the Auto Upgrade to kick in i guess.
Microsoft Entra Connect: Automatic upgrade Auto Upgrade is enabled and no SuspensionReason has been set.
Hi All,
I saw this Message in the M365 Message Center a few Days ago and was very exited.
Until now you had to maintain a List of your Direct Routing Phone Numbers. I’ve seen Excel Spreadsheets, a SharePoint List, an SQL Database, Integrated in Service Now or 3rd party solutions like NumberPro.
Phone Number Management It’s best when you use the most recent MicrosoftTeams PowerShell Module 6.8.0.
Let’s list the Phone Numbers in my Microsoft Teams Tenant
Hi All,
Yesterday, Microsoft has released the MicrosoftTeams PowerShell Module 6.8.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.8.0
Read more details in the Release Notes
Adds an optional parameter TargetType to Get-CsOnlineTelephoneNumberOrder cmdlet. [BREAKING CHANGE] Changes output attribute from TelephoneNumber to TelephoneNumbers in Get-CsOnlineTelephoneNumberOrder cmdlet. Releases New-CsOnlineDirectRoutingTelephoneNumberUploadOrder cmdlet. Releases New-CsOnlineTelephoneNumberReleaseOrder cmdlet. [BREAKING CHANGE] Replaces EnablePayAsYouGoSpendingLimits for EnableSpendLimits in [New|Set]-CsTeamsCallingPolicy. [BREAKING CHANGE] Replaces PayAsYouGoSpendingUserLimit for CallingSpendUserLimit in [New|Set]-CsTeamsCallingPolicy. Adds ShowTeamsCallsInCallLog to [New|Set]-CsTeamsCallingPolicy.
Hi All,
I’ve alredy blogged this February about Microsoft Entra Verified ID when it was still in Preview. I’ve also blogged about Entra Verified ID Advanced Setup.
In the following MS Learn Site, you can find more Information about Verified employee / Verified ID
Verify credentials by using the Microsoft Entra Verified ID Network Microsoft Entra Verified ID now generally available since August 2024 it seems, but there is not much Information and Blogs out there, especially for the Verifiable credentials Admin API.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.4.6 installed.
What’s New in PowerShell 7.5 You can Download it from here: v7.5.0 Release of PowerShell
Build and Packaging Improvements:
Update .NET SDK to 9.0.102 Add tool package download in publish nuget stage Fix Changelog content grab during GitHub Release Mark build as latest stable release/v7.5 Update branch for release - Transitive - true Update Microsoft.
Hi All,
Recently I had the Task to set up Entra External collaboration settings with PowerShell.
According to the Microsoft Documentation you should use the AzureAD PowerShell Module
Allow or block B2B collaboration with organizations The retirement of the MSOnline (MSOL) and AzureAD PowerShell Modules has been postphoned many times. The modules will not be supported after March 30 2025. It would certainly work, but that would be only a short time solution.
Hi All,
A few Days ago, Microsoft has released a new Version of PowerShell PSResourceGet to the PowerShell Gallery
Microsoft.PowerShell.PSResourceGet 1.1.0 Release notes:
Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763) Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761) Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766) Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760) Bugfix for local repository casing issue on Linux (#1750) Update README.