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
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
Microsoft Remote Desktop for AVD and Windows 365 1.2.4419

Microsoft Remote Desktop for AVD and Windows 365 1.2.4419

Andres Bohren
Hi All, Microsoft has released the Version 1.2.4419 for Remote Desktop When you start the Remote Desktop Client, it checks for Updates and will inform you in the Notification Bar You can see also a green arrow, that indicates an Update Release Notes What’s new in the Remote Desktop client for Windows Installing the Update is simple. Click on the green arrow and select “Update available” Confirm to upgrade with “Update now”
PowerToys v0.71.0 released

PowerToys v0.71.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of PowerToys. I’ve seen the News in the Notification Bar Download an Release notes can be found here Release v0.71.0 Peek is a new Tool to preview the Content of Archive Files like *.zip Regards Andres Bohren Windows Logo
Microsoft.Graph PowerShell Module 2.0.0 GA released

Microsoft.Graph PowerShell Module 2.0.0 GA released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released Microsoft.Graph 2.0.0 PowerShell Modules as GA to the PowerShell Gallery. PowerShell Gallery Microsoft.Graph 2.0.0 What’s changed Microsoft Graph 2.0.0 Release Notes If you want to learn more about the Changes to V2 read this Microsoft Graph PowerShell V2 Changelog and Upgrade Guide The “Select-MgProfile beta” is depreciated. Use the Beta Commands like Get-MgBetaUser. Check the installed Version an what’s available from PowerShell Gallery