Exporting vROps reports continuously using PowerShell

January 5, 2019 Kim Bottu 3

You may come across situations where it makes sense to export vROps reports (continuously) using PowerShell instead of using the build in solutions. There is a very good blog article about how to leverage PowerCLI to extract vROps reports, which you can find here. A huge thanks to @_ryanjan_ for sharing this information and to create and share the excellent helper-module. However, when trying to do export reports using PowerShell, I faced some problems: The report id changes, so we need a variable for that. The exported report must change name each time it is being exported, or any following export will try to use the same name of the report that is already there. This is especially needed when […]

Create an alert for a failed vRO workflow in vRealize Operations Manager

January 3, 2019 Kim Bottu 0

How do you create an alert for a failed vRO workflow in vRealize Operations Manager? You might have noticed when you want to create an alert in vROps for a vRealize Orchestrator workflow,  thatout of the box alerts for vRO workflows simply do not exist in vROps. However, should you have installed the content pack for vRealize Orchestrator, you might have seen that workflow executions and failures are displayed in Log Insight. Aha moment! Let’s integrate vRLI with vROps! Requirements: vROps vRLI Content Pack for vROps in vRLI vRealize Orchestrator First steps Make sure your appliances have been properly configured. So this means that you have to integrate vCenter, vRLI and vROps with eachother. Plenty of guides around to do just […]