Microsoft.Entra PowerShell Module 1.3.0 released
Hi All,
A few days ago, Microsoft has released a new Version of Microsoft.Entra
Find the Modules in PowerShell Gallery
Find-PSResouce -Name Microsoft.Entra
Find-PSResouce -Name Microsoft.Entra.*
Find-PSResouce -Name Microsoft.Entra.Beta*
I’ve already updated to the newest Version
Get-InstalledPSResource -Name Microsoft.Entra* -Scope CurrentUser
Connect to Entra and get User
Connect-Entra -NoWelcome
Get-EntraUser -Identity a.bohren@icewolf.ch
Get Entra Group
Get-EntraGroup -SearchString "AAD-IcewolfUsers"
Get Entra Group Members
$Members = Get-EntraGroupMember -GroupId d59c6475-95a4-48ec-bb0a-4e074e73d32e
$Members
$Members.userPrincipalName
There seems to be a Problem with the Microsoft.Entra.Application Module - I’ve already created a GitHub Issue
Import-Module -Name Microsoft.Entra.Application
Regards
Andres Bohren








