Getting information from vCloud Director API by cURL
First we need to get API version from vCloud Director.if you use a domain account instead of system you should change the “system” before administrator. As shown below, you can …
A blog by Milad Mehrabi
First we need to get API version from vCloud Director.if you use a domain account instead of system you should change the “system” before administrator. As shown below, you can …
Sometimes we need to find a specific mac address within the vSphere, I used Orchestrator to perform this task.When you have large number of VMs in your environment it will …
This topic is very important to build a virtual data center or when you want to have a nested ESXi in your environment and you dont know how to configure …
As part of create a Workflow to get the expiration date of an Active Directory username, I need to write a script to get current time in Unix timestamp format …
Today I need to export a list of my VMs and determine which of them are template in vCloud director. I tried to export this list on vRealize Operation Manager …
Today I just wanted to change character varying in one of my table on postgreSQL database with this command: alter table “TABLE_Name” alter column “COLUMN_NAME” type character varying (72); But …
Today I’m gonna talk about enabling LACP on virtual distributed switches in vSphere environment. Please notice that you must perform these tasks by following order, otherwise you’re gonna lose your …
Today I need to write a workflow to check all storage path status and make a report. In this article I just show how to write scripts and configure the …
It is not recommended by VMware to decrease the size of virtual disks, but if you have to reduce your virtual disk you can follow these steps: Decrease the amount …
One of the great features in VMware Switches is Traffic shapping, it allows you to limit the ingress and egress traffic bandwidth in Portgroup from all the connected virtual machines. …