202307s

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
Azure PowerShell Module Az 10.1.0 released

Azure PowerShell Module Az 10.1.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 10.1.0 As always, the ChangeLog is full of updates Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
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
PnP.PowerShell 2.2 released

PnP.PowerShell 2.2 released

Andres Bohren
Hi All, Just a days ago, a new Version of PnP.PowerShell has been released to the PowerShell Gallery. PnP.PowerShell 2.2.0 What’s changed and fixed Release Notes To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledModule PnP.PowerShell Find-Module PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one Uninstall-Module PnP.PowerShell Install-Module PnP.PowerShell Get-InstalledModule PnP.PowerShell Note: PNP.PowerShell does not work in PowerShell 5.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 6.0.23814.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 6.0.23814.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23814.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings