Azure Update Manager - Overview Scheduled Updates next runtime

Nathanael Santschi 136 Reputation points
2024-03-11T10:35:53.4533333+00:00

Migrating from Azure Automation Account Update Management to Azure Update Manager I realized that I can't find an overview with all next runtimes.

In the Azure Automation Account within Update Management it was possible to display Deployment schedules with the next run time.

Where do I have such a view in the new Azure Update Manager?

And on the Automation Account it was possible to get the Schedules with Powershell using Get-AzAutomationSchedule
I can't find a similar option for Azure Update Management scheduled Configurations?

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
304 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,756 Reputation points
    2024-03-18T07:51:02.78+00:00

    @Nathanael Santschi As far as I know, you will be not able to retrieve next runtimes within Azure Update Manager. To retrieve the schedule associated with the maintenance configurations, you can use Get-AzMaintenanceConfiguration PowerShell command.

    Get-AzMaintenanceConfiguration -ResourceGroupName smdtest -Name workervmscentralus
    
    Location            : centralus
    Tags                : {}
    NamespaceProperty   :
    ExtensionProperties : {}
    MaintenanceScope    : Host
    Id                  : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtest/providers/Microsoft.Maintenance/maintenanceConfigurations/workervmscentralus
    Name                : workervmscentralus
    Type                : Microsoft.Maintenance/maintenanceConfigurations
    
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.