Skip to main content
Jorge Bernhardt Jorge Bernhardt

Management and governance

2022

How to change the owner of an Azure Active Directory device
·505 words·3 mins· 100 views · 5 likes
Add-AzureADDeviceRegisteredOwner Connect-AzureAD Get-AzureADDevice Get-AzureADDeviceRegisteredOwner
In Azure AD, you can see that each device has an owner. The owner is the user who joined the device to Azure AD, which is sometimes the administrator account. If you want to change the owner, you won’t be able to do so through the Azure portal.
How to configure a data retention policy for individual tables in Log Analytics
·564 words·3 mins· 100 views · 5 likes
Azure CLI Management and governance Microsoft Microsoft Azure
As you know, each Workspace has a default retention policy that applies to all tables. But you can set a different retention policy on individual tables if you desire. In this post, I want to show you how to configure a data retention policy for individual tables in Log Analytics using Azure CLI.