Azure UpdateManagement

Kamikaze_worm 46 Reputation points
2021-06-11T14:07:22.277+00:00

Hi All,

I am managing an Azure tenant and specifically updates. I have some Non-Azure server's that cant' connect to the hybrid agent. The Error shows under the Update agent readiness column and shows Not Configured. As they are Non-Azure when you click the troubleshoot link the below doc is loaded.

https://learn.microsoft.com/en-gb/azure/automation/troubleshoot/update-agent-issues?WT.mc_id=Portal-Microsoft_Azure_Automation

Following the instructions to run the PowerShell script doesn't work. The Script runs and the closes. These Non-Azure Machines are Windows 2008 R2 and Windows 7.

Can anyone shed some light?

Kamikaze_worm

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,242 questions
0 comments No comments
{count} votes

Accepted answer
  1. svijay-MSFT 5,226 Reputation points Microsoft Employee
    2021-06-14T10:53:44.813+00:00

    @Kamikaze_worm -

    I found the reference to the below script in mentioned article. If this is not script - please add a link or script snippet to the question & may ignore the below answer.

    https://github.com/Azure/updatemanagement/blob/main/UM_Windows_Troubleshooter_Offline.ps1

    I was encountering a similar issue when I ran the script directly - the window closed after the execution.

    To overcome this, you will have to open the Powershell (Win Key + R) --> Powershell

    105327-image.png

    In the Powershell window, Type the Path of the script along with the below mentioned parameters :

    param(  
        [string]$automationAccountLocation,  
        [switch]$returnCompactFormat,  
        [switch]$returnAsJson  
    )  
    

    105314-image.png

    Output :

    105394-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.