PowerShell 7.3.1 released

Andres Bohren
Hi All, Yesterday PowerShell 7.3.1 has been released v7.3.1 Release of PowerShell When you start PowerShell 7 you will see a notice I have downloaded the x64 *.msi and these are the Screenshots from the Installation. I always enable “Enable PowerShell remoting” wich is not enabled by default. Get-Host Regards Andres Bohren

MSIdentityTools PowerShell Module v2.0.31 released

Andres Bohren
Hi All, Three days ago, Microsoft has released a new Version of the MSIdentityTools PowerShell Module. Just two days after the 2.0.30 release - which is no longer available in the PowerShell Gallery. It’s hard to tell what the reasons are. No clear Indication on the Project Site nor the Issues. MSIdentityTools 2.0.31 Check what module is installed and what Module is available from the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one

PowerToys v0.65.0 released

Andres Bohren
Hi All, Just a few days ago Microsoft has released PowerToys v0.65.0. As always, there are a plenty of news. The most exiting is that it’s now built wit .NET 7. PowerToysRelease v0.65.0 As it’s built with .NET 7 it installs the Desktop Runtime Here you go - PowerToys v0.65.0 is installed Regards Andres Bohren

Azure PowerShell Module Az 9.2.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the AZ PowerShell Module 9.2.0. PowerShell Gallery Az 9.2.0 Az 9.2.0 Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.

MSIdentityTools PowerShell Module v2.0.30 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of the MSIdentityTools PowerShell Module. MSIdentityTools 2.0.30 Check what module is installed and what Module is available from the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools Regards

ExchangeOnlineManagement 3.1.0-Preview1 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the ExchangeOnlineManagement 3.1.0-Previe1 PowerShell Module. ExchangeOnlineManagement 3.1.0-Preview1 Whats new in this release v3.1.0-Preview1 : Support for providing an Access Token with Connect-ExchangeOnline. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation. Check what Version is installed and what’s available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement Find-Module ExchangeOnlineManagement -AllowPrerelease Uninstall the old Module and install the Preview Module Uninstall-Module ExchangeOnlineManagement -Force Install-Module ExchangeOnlineManagement -AllowPrerelease Get-InstalledModule ExchangeOnlineManagement Testing.

Create Azure AD App Registration with Microsoft.Graph PowerShell

Andres Bohren
Hi All, In this Blog Post i explain you how to create an Azure AD App Registration with the Microsoft.Graph PowerShell. You need to have the Azure Active Directory Role “Application Administrator” or “Application Developer”. By the way. All the Code is used here is also on my GitHub Repo CreateAADApp-MgGraph.ps1 #Import Module Import-Module Microsoft.Graph.Authentication Import-Module Microsoft.Graph.Applications ############################################################################### #Connect-MgGraph #Connect to your Azure Active Directory with "Application Adminstrator" or "Global Administrator" Role ############################################################################### Connect-MgGraph -Scopes "Application.

Microsoft.Graph PowerShell Module 1.18.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and Help as well as a minor fix. PowerShell Gallery Microsoft.Graph 1.18.0 1.18.0 Release Notes Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InsalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.

Exchange Online Name Attribute change creates some inconsistencys

Andres Bohren
Hi All, Back in April 2022 Microsoft has anounced in theyr Exchange Team Blog, that they will change the Name Attribute of the Objects to the ExternalDirectoryObjectId (EDOID). After some Feedback from Customers and the Community they stopped the Rollout for Reflection as you can read on the Blog post of Tony Redmond. Exchange Online Plans Changes to Make Mailbox Identification More Effective Change in naming convention of user’s Name parameter

MSIdentityTools PowerShell Module v2.0.26 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of MSIdentity Tools has been released. MSIdentityTools 2.0.26 Uninstall the old version of the PowerShell Module and install the newest one Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools Regards Andres Bohren