How to get a complete list of installed softwares on a Windows machine by Powershell
Today i searched a lot about how to get a complete list of installed software on the internet but when i try each of them some packages were not shown, …
A blog by Milad Mehrabi
Today i searched a lot about how to get a complete list of installed software on the internet but when i try each of them some packages were not shown, …
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 …