If you've done the deployment of the agent before, normally, when you deploy the agent a window opens that shows the deployment process. On my Operations Manager server, this window flickered then disappeared.
The solution for me in the short term was to use PowerShell to push out the agent. I used the following code:
$mServer = Get-SCOMManagementServer -Name server.domain.localIf you have multiple computers that you want to deploy to at the same time, you can provide an array of computer names as a variable for the Name parameter in the Install-SCOMAgent.
Install-SCOMAgent -Name target.domain.local -PrimaryManagementServer $mServer
No comments:
Post a Comment