ExchangeOnlineManagement 2.0.6-Preview8 is available

Hi All,

Microsoft has released a new Preview of theyr ExchangeOnlineManagemen PowerShell Module

v2.0.6-Preview8

  1. Support for system-assigned and user-assigned Managed Identity from Azure Functions.
    • The -ManagedIdentity switch parameter, and the -Organization parameters need to be provided to indicate that a managed identity should be used. This will by default attempt to use a system-assigned managed identity.
    • For specifying a user-assigned managed identity, in addition to the parameters specified above, the AppID of the service principal corresponding to the user-assigned identity needs to be passed to the -ManagedIdentityAccountId.
  2. Support for formatted output data added.
  • By default, the output now will be formatted similar to version 2.0.5. The -SkipLoadingFormatData switch parameter can be specified with Connect-ExchangeOnline to avoid loading the format data and execute Connect-ExchangeOnline faster.
  1. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation.

Azure PowerShell Module Az 8.3.0 released

Hi All,

Yesterday Microsoft has released the Version 8.3.0 from the AZ PowerShell Module

Check your current installed Module and what is available on PowerShell Gallery

Get-InstalledModule AZ
Find-Module AZ

I’ve published a Script in my GitHub Repo to uninstall the old Modules and install the new Modules

https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/AzureAD/Microsoft.Graph_HowToStart.ps1

Or you can run the Script below to directly execute that Script

#Run Script directly from GitHub
$ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1"
Invoke-Expression $($ScriptFromGitHub.Content)

MSIdentityTools PowerShell Module v2.0.19 released

Hi All,

Microsoft has released the Version 2.0.19 of the MSIdentityTools PowerShell Module.

Check installed PowerShell Module Version and what is available in the PowerShell Gallery (Needs to run “As Administrator”)

Get-InstalledModule MSIdentityTools
Find-Module MSIdentityTools

Uninstall the old PowerShell Module and install the new one

Uninstall-Module MSIdentityTools
Install-Module MSIdentityTools
Get-InstalledModule MSIdentityTools

I would recommend to use PowerShell 7 with this Module

Connect-MgGraph -Scopes Application.Read.All
Get-MsIdApplicationIdByAppId -AppId b1fe3302-d057-4fe3-84ac-c507ecdb6d0d

AzureADAssessement and PowerBI Reports

Hi All,

Recently i came across an interessting Project. Now i had some Time to check it out.

## Install Module
Install-Module AzureADAssessment

## Authenticate using a Global Admin or Global Reader account.

Connect-AADAssessment
## Export data to "C:\AzureADAssessment" into a single output package.

Invoke-AADAssessmentDataCollection

It’s important to say, that you have to use PowerShell 7.

Seems to be that you need to have an Azure Active Directory P2 License to gather all the Logs.

New Microsoft Authenticator settings in AzureAD

Hi All,

I’ve seen some Posts about the new Microsoft Authenticator settings in AzureAD.

Here is how you get there.

Go to the Azure Active Directory Portal https://aad.portal.azure.com and select “Security”

On the Security Page open “Authentication methods”

On Authentication methods select “Microsoft Authenticator”

On Microsoft Authenticator Settings select “Configure”

Here you can change some settings that are already available quite for a while, but now you have a GUI to it.

MicrosoftTeams PowerShell Module 4.7.0 released as GA

Hi All,

A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.7.0 as GA (Generally Available) in the PowerShell Gallery.

Find the PowerShell Module in the PowerShell Gallery and install it

Find-Module MicrosoftTeams
Install-Module MicrosoftTeams
Get-InstalledModule MicrosoftTeams

Uninstall the old Module and install the new Module

Uninstall-Module MicrosoftTeams
Install-Module MicrosoftTeams
Get-InstalledModule MicrosoftTeams

Testing

Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*