Azure

Use Managed Identity with Exchange Online on Azure Automation

Andres Bohren
Hi All, With the ExchangeOnlineManagement PowerShell Module 3.0.0, Microsoft has providet the Ability to use Managed Identity in Azure. Time to test that on my own. ExchangeOnlineManagement 3.0.0 https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.0.0 v3.0.0 : 1. General Availability of REST-backed cmdlets for Exchange Online which do not require WinRM Basic Authentication to be enabled. 2. General Availability of Certificate Based Authentication for Security and Compliance PowerShell cmdlets. 3. Support for System-Assigned and User-Assigned ManagedIdentities to connect to ExchangeOnline from Azure VMs, Azure Virtual Machine Scale Sets and Azure Functions.

Microsoft Azure Active Directory Connect 2.1.19.0

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect. Azure AD Connect: Version release history https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history There are two new Attributes, but only one is currently supported by AADConnect. How to synchronize attributes for Lifecycle workflows https://learn.microsoft.com/en-us/azure/active-directory/governance/how-to-lifecycle-workflow-sync-attributes Microsoft Azure Active Directory Connect 2.1.19.0 https://www.microsoft.com/en-us/download/details.aspx?id=47594 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number

Azure PowerShell Module Az 9.1.0 released

Andres Bohren
Hi All, Microsoft has released the AZ 9.1.0 PowerShell Module to the PowerShell Gallery this Morning. Az 9.1.0 https://www.powershellgallery.com/packages/AZ/9.1.0 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.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ* Modules Get-InstalledModule AZ*

Azure Active Directory Connect 2.1.18.0 released

Andres Bohren
Hi All, Today i have noticed, that there is a new Version of Microsoft Azure Active Directory Connect available. It fixes just a few bugs and is for Download only - no Autoupdate available. Azure AD Connect: Version release history https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history Microsoft Azure Active Directory Connect 2.1.18.0 https://www.microsoft.com/en-us/download/details.aspx?id=47594 After Download run the MSI File on your AAD Connect Server. After the Update you can Check the Version also in the M365 Admin Portal

Azure PowerShell Module Az 9.0.1 released

Andres Bohren
Hi All, Less than a Week ago, Microsoft has released AZ PowerShell 9.0.0. Now they have again released a new Version 9.0.1. According to the Release Notes there are some breaking Changes and some newer API Versions included. Az 9.0.1 https://www.powershellgallery.com/packages/AZ/9.0.1 Azure PowerShell release notes https://learn.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-9.0.1 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.

Azure PowerShell Module Az 9.0.0 released

Andres Bohren
Hi All, Today Microsoft has released AZ PowerShell Module 9.0.0. Az 9.0.0 https://www.powershellgallery.com/packages/AZ/9.0.0 Migration Guide for Az 9.0.0 https://learn.microsoft.com/en-us/powershell/azure/migrate-az-9.0.0?view=azps-8.3.0 Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ AZ is just a Wrapper Module that contains a lot of other Modules Get-InstalledModule 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.

Azure PowerShell Module Az 8.3.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Version 8.3.0 from the AZ PowerShell Module Az 8.3.0 https://www.powershellgallery.com/packages/AZ/8.3.0 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 "

Azure Information Protection Unified Labeling (AIP UL) 2.14.90

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the Microsoft Azure Information Protection labeling client. Microsoft Azure Information Protection 2.14.90.0 https://www.microsoft.com/en-us/download/details.aspx?id=53018 After the Restart of Outlook i had to sign in to Microsoft Azure Information Protection (AIP) A new version of Azure Information Protection Viewer is also installed Regards Andres Bohren

AzureADAssessement and PowerBI Reports

Andres Bohren
Hi All, Recently i came across an interessting Project. Now i had some Time to check it out. Microsoft Azure AD Assessment https://github.com/AzureAD/AzureADAssessment ## 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

Andres Bohren
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.