My VCP-DTM 2018 Experiences

  Hello All! I wanted to share my thoughts on my latest round of studying and the VCP-DTM 2018 exam. For those of you who haven’t been paying attention to the cert changes lately, just the name of the cert alone should be enough to tell you new things are Read more…

HCI Bench Network Troubleshooting

Note: I first wrote this a month or two ago, so it is possible a newer version of HCIBench has fixed some of these issues. This is definitely not an exhaustive troubleshooting guide HCIBench for networking….however I did want to provide a couple of tips that might save you some Read more…

Adjust HCIBench Run Time

This post assumes that everything has been set up and configured correctly for HCIBench. After filling out all the sections, Select “Easy Run”, Save Configuration(always Save Config after any changes), and Validate. This will do a quick check and make sure everything looks good. Here is where the tricky part Read more…

Quick Tip: Check VMs for VMTools Upgrade Policy

I know I have posted before regarding changing the vmtools upgrade policy, which you can find here. I noticed that I didn’t have an explanation about how to check the current vmtools upgrade policy. Fortunately, it is just an easy one-liner 🙂   get-view -ViewType virtualmachine| format-table name, @{name="ToolsUpgradePolicy";E={$_.config.tools.toolsupgradepolicy}} Granted, I select Read more…