PowerCLI Guide

I came across this great post for those wantig to learn PowerCLI and thought I would share it… Enjoy vMan

vRops – Privilege escalation bug

I discovered a new unknown vulnerability in vRops 6.3 on my home lab, this allowed me to obtain the Administrator role from a lower non privileged role… I informed VMware which were very responsive and patched the bug, the announcement from VMWare can be...

vRops – suite-api – Relationships

Here is a quick script I wrote to pull the relationship’s for an object by name from the suite-api… which is exported to a CSV file. To run the script, provide the vRops address, the pre-stored credentials and the name of the resource you...

NSX – Training videos

So I found some good, simple VMware NSX videos on youtube and thought I would share them…. a lot of the time it’s VMware marketing stuff… but these actually have some good step by step examples. The videos are by the NSX engineer...

VMworld 2016 – Presentations – Videos

For those of you which couldn’t make it to VMworld 2016 (like myself) check out some of the presentations / videos… Full List of videos here Some of the interesting ones for vRops: MGT7924 – vRealize Operations Capacity Explained MGT7718 –...

vRops – suite-api – reportdefinitions

So this post is to help someone over at the vRops vmware communities, they wanted to dump all reports from vRops via the Suite-API so i wrote them a little script to help them on their way… used in conjunction with my first...

NSXMGR – api – flowStatsTcpUdp

I just wrote a little function to get out Flow Stats out of NSX … hopefully this might be useful to someone else. If you appreciated the function, please check out a few of the sponsored Ad’s to help with my hosting Function GetNSXFlow([String]$SearchObj,...