Share via

azure vm update

Testa 571 Reputation points
2022-09-09T11:39:00.407+00:00

Hi,

We are currently doing self-service maintenance manually for 100 plus VMs since we need to communicate an exact maintenance window to our end-customer.
And we are checking manually if the update is completed or not since we cannot find any log.

Is there any way to get a log and use the log to be notified? or any PowerShell script we can use to avoid the manual checking?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author

RAFAŁ ŻAK 3,256 Reputation points
2022-09-09T11:54:46.193+00:00

Hi @Testa ,

You could use SCCM or WSUS to automate patch management process. In regards to powershell there is a command get-hotfix which simple display all patches applied.
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-hotfix?view=powershell-7.2

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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