Retrieve non-compliant virtual machines – Azure Update Management
Posted onTeam showed me the pain points to pull out the azure virtual machine information which are missing the security and critical updates. I tried my best and found a way to pull the report using PowerShell. Indeed, there can be alternative – But, this solution gave us the data we need! Code param ( $SUBSCRIPTIONID, […]