202307s

Microsoft.Graph PowerShell Module 2.2.0 GA released

Microsoft.Graph PowerShell Module 2.2.0 GA released

Andres Bohren
Hi All, Two days ago, Microsoft has released the Version 2.2.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. I was hoping that they would release the Beta Modules on a diffrent Shedule. Maybe they will do that at a later point. For now, both Modules where updated and released with a fresh version. PowerShell Gallery Microsoft.Graph 2.2.0 Read more in the Release Notes Refreshes the SDK with the latest APIs. Adds support for /admin/people/* APIs Adds support for /sites/getAllSites* API Adds environment name to Get-MgContext output Show installed Versions and what’s available in PowerShell Gallery
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”
Azure Active Directory Connect 2.2.1.0

Azure Active Directory Connect 2.2.1.0

Andres Bohren
Hi All, Recently i checked again, if there is a new version of Azure AD Connect: Version release history because my Directory Sync Status in M365 Admin Center showed a warning, that i was using an outdated Version of Azure AD Connect. Release Notes You can download the newest AAD connect here: Microsoft Azure Active Directory Connect 2.2.1.0 I’ve checked the Settings on my AAD Connect. Seems i am already using the newest version
Azure Storage Explorer 1.30.1

Azure Storage Explorer 1.30.1

Andres Bohren
Hi All, Today i’ve seen the notification, that Azure Storage Explorer 1.30.0 has been released The Release notes can be found here June 2023 (Version 1.30.1) Fixed Issues Everything went smooth an now i am using Azure Storage Explorer 1.30.1 Regards Andres Bohren Azure Logo
Manually create Device Registration ServiceConnectionPoint (SCP)

Manually create Device Registration ServiceConnectionPoint (SCP)

Andres Bohren
Hi All, This Weekend i was involved in a Migration where configuration of Device Registration in AzureAD/EntraID was required. Due to the complex Setup, we could not use Configure Device Registration with Azure AD Connect. Alldough there exist a Documentation on how to Configure hybrid Azure Active Directory join manually it is missing a few important steps. That’s why i decidet to write this Blog Article. If you want to know more about how Device registration works go ahead and read the documentaion.
VMware Remote Console 12.0.4

VMware Remote Console 12.0.4

Andres Bohren
Hi All, Seems to be i’ve missed an important update for VMware Remote Console, that was already released two months ago. VMware Remote Console 12.0.4 (You need to login to Download) Currently i’ve installed 12.0.2 After extracting the *.zip File i’ve started the Installation. That ended up in a Bluescreen and restarting the Client. I had to uninstall and reinstall VMware Remote console to upgrade to the newest version. After the Upgrade i’ve started the VMware Remote Console…
Microsoft.Graph PowerShell Module 2.1.0 GA released

Microsoft.Graph PowerShell Module 2.1.0 GA released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.1.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. I was hoping that they would release the Beta Modules on a diffrent Shedule. Maybe they will do that at a later point. For now, both Modules where updated and released with a fresh version. PowerShell Gallery Microsoft.Graph 2.1.0 Read more in the Release Notes Refreshes the SDK with the latest APIs. Fixes assembly conflicts with Az module in PowerShell 5.
MicrosoftTeams PowerShell Module 5.4.0 released as GA

MicrosoftTeams PowerShell Module 5.4.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.4.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.4.0 Read more details in the Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Some basic testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity a.bohren@icewolf.ch New Attribute “Assignment Category” at Get-CsPhoneNumberAssignment
PowerShell v7.3.6 released

PowerShell v7.3.6 released

Andres Bohren
Hi All, Today i noticed, that there is a new Version of PowerShell 7 PowerShell 7 on GitHub v7.3.6 Release of PowerShell Bump .NET to 7.0.306 I’ve downloaded the MSI for x64. Here are the Screenshots of the Installation I always tick “Enable PowerShell remoting” Newest PowerShell 7 is installed 😁 get-host Regards Andres Bohren PowerShell Logo