ENTRA

Microsoft Entra Verified ID

Microsoft Entra Verified ID

Andres Bohren
Hi All, I was curious and enabled Entra Verified ID. MS Learn Introduction to Microsoft Entra Verified ID In the Entra Admin Center i clicked on Verified ID > Get started > Get started Now you need to select one of the custom Domains from Entra ID It takes a few minutes to set up everything I wante to limit who can get a verified and jumped to step 3
MSIdentityTools PowerShell Module V2.0.50 released

MSIdentityTools PowerShell Module V2.0.50 released

Andres Bohren
Hi All, A few Hours ago, a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. Seems to have some fixes, after the last Version was just released two Days ago. PSGallery MSIdentityTools 2.0.50 GitHub Release MSIdentityTools v2.0.50 Added macos support I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
MSIdentityTools PowerShell Module V2.0.49 released

MSIdentityTools PowerShell Module V2.0.49 released

Andres Bohren
Hi All, A few Hours ago, a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. PSGallery MSIdentityTools 2.0.49 I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version
Microsoft Graph Report Device Owner

Microsoft Graph Report Device Owner

Andres Bohren
Hi All, Recently i came across a Case where i wanted to know what devices are Associated to a specific Owner. You can do that in Entra Admin Center and filter for a specific Owner. Once you click on the Device, you can see more details of the device Let’s check out the Microsofg Graph API with Graph Explorer You need to use the ObjectID and not the DeviceID https://graph.microsoft.com/v1.0/devices/e151ae1b-9083-448b-b482-ed6609e80037 Once you have a Device you can figure out who is the Owner
Manage direct assigned Licenses and Service Plans with Microsoft.Graph

Manage direct assigned Licenses and Service Plans with Microsoft.Graph

Andres Bohren
Hi All, A few Weeks ago i did write a Blog Article how to Keep Track of new ServicePlans in M365 Licenses with Azure Automate and Microsoft.Graph PowerShell Modules. I received a Question, how to add or remove specific Service Plans to a License for a specific User. Basically there are two methods: Direct Assigned Licenses Group-based License I wrote a Blog Article on how to add and remove Licenses with Microsoft.
Entra Connect Sync 2.3.2 - Group Writeback V2 will be discontinued

Entra Connect Sync 2.3.2 - Group Writeback V2 will be discontinued

Andres Bohren
Hi All, Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) mid December. It’s for download only, so no Automatic Update. Microsoft Entra Connect: Version release history Group Writeback V2 will be decomissioned. Group Writeback for M365 Groups will still be supported. Plan for Microsoft Entra Connect group writeback It’s still a bit a mess with the Product Names. The Product Name is “Microsoft Entra Connect Sync” but you download “Azure AD Connect V2”.
MSIdentityTools PowerShell Module V2.0.48 released

MSIdentityTools PowerShell Module V2.0.48 released

Andres Bohren
Hi All, Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. PSGallery MSIdentityTools 2.0.48 I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module
MSIdentityTools PowerShell Module V2.0.46 released

MSIdentityTools PowerShell Module V2.0.46 released

Andres Bohren
Hi All, Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. PSGallery MSIdentityTools 2.0.46 I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module
Convert Entra ID User between Synced and Cloud Only with Microsoft Graph

Convert Entra ID User between Synced and Cloud Only with Microsoft Graph

Andres Bohren
Hi All, Convert Synced Account to Cloud Only When we look at the User Object the Value of “On-premises sync enabled” is now set to Yes First we need to capture the ObjectID of the Entra ID User Object Connect-MgGraph -Scope User.ReadWrite.All -NoWelcome Get-MgUser -UserId TestSharedMailbox@icewolf.ch $DirectoryObjectId = (Get-MgUser -UserId TestSharedMailbox@icewolf.ch).id $DirectoryObjectId Connect-ExchangeOnline -ShowBanner:$false Get-Mailbox TestSharedMailbox@icewolf.ch | ft UserPrincipalName, DisplayName, RecipientTypeDetails Move the User Object to an Active Directory OU that is not in the Sync Scope
MSIdentityTools PowerShell Module v2.0.44 released

MSIdentityTools PowerShell Module v2.0.44 released

Andres Bohren
Hi All, Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. PSGallery MSIdentityTools 2.0.44 I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module