Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the urvanov-syntax-highlighter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in C:\home\site\wwwroot\wp-includes\functions.php on line 6114
Update SCVMM Agent with Powershell – A Geeks World

Update SCVMM Agent with Powershell

I just updated our System Center Virtual Machine Manager 2012 R2 Environment to Update Release 7. SCVMM would then report that the SCVMM Managed Computers has an Out-of-Date Agent which need to be upgraded.

It’s possible to do it manually by right clicking on each server and choose “Update Agent” or use this short powershell script to do it on all machines at the same time.

It will Update the Agent on all Managed Servers for you (no restart needed in my case).

 

 

One thought on “Update SCVMM Agent with Powershell”

  1. I usually run a scan, especially if you have infrastructure servers, as the don´t show “Update Needed” as the Hyper-V hosts does.

    Get-SCVMMManagedComputer | ? RoleString -eq -Value Infrastructure | Read-SCVMMManagedComputer

Leave a Reply