Hello,
Does anybody know if it is possible to automatically import VMM console add-in like AWS Systems Manager for Microsoft System Center VMM ?
Doing this activity manually, only following cmdlets are execute but they just add Job items in VMM Job history
$addInJob = New-SCExternalJob -Name "Install console add-in: AWS Systems Manager for Microsoft SCVMM"
Set-SCExternalJob -Completed -Job $addInJob
Any ideas ?
Thanks
Giovanni