Share via

azure vm update

Testa 551 Reputation points
Sep 9, 2022, 11:39 AM

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.
8,267 questions
0 comments No comments
{count} votes

Accepted answer
  1. rafalzak 3,236 Reputation points
    Sep 9, 2022, 11:54 AM

    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


0 additional answers

Sort by: Oldest

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.