
Add a new Datastore VMware
Hey there, Today I would like to show you how to add new datastores to VMware infrastructures easily and quickly keep on your name conventions, ID orders, best practice! My VMware version is 6 which […]
Hey there, Today I would like to show you how to add new datastores to VMware infrastructures easily and quickly keep on your name conventions, ID orders, best practice! My VMware version is 6 which […]
One of the main known issues in vCenter or even any object managements is the mess that can collected so fast if you are not managing your VM’s, Objects, so thoroughly, you see oldest objects […]
$Clusters = get-cluster $Result =@( Foreach ($Cluster in $Clusters) { $VMhosts = Get-VMHost -Location $Cluster foreach($VMhost in $VMhosts) { [pscustomobject]@{ “Host” = $VMhost.Name “Cluster Name” = $Cluster } } } ) $Result
HI All, Over the week i have prepared useful PowerCLi script that will help you to inform your End-users, IT teammates about existing snapshots on vCenter. In my environment, the vCenter filled with some custom […]
This type of produce it’s definitely extraordinary and going to open your mind to new automation utilities that you can run in your environment, I am going to show you how to run ansible playbook […]
In this procedure I am going to show you how to create a simple own dashboard on vROPS. Just for our demonstration, the dashboard will be very quiet and simple, using those wonderful details you […]
Hi All, I would like to share with you some useful PowerCli commands to work with VMware environments., The following commands will help you to automate your actions with Virtual Machines. Clone Virtual Machines from […]
Hi All. I would like to share with you a wonderful script that knows providing your any prices of details about your ESXi’s Hots, such as: Name, ESX version, make, Model, Serial $myESXiHosts = Get-VMHost […]
Long time no see you guys! happy to come back and share with you my IT knowledge!. Today I would like to share with you a very necessary Powercli script that may be useful on […]
Recently, I should have found a virtual machine on my VMware infrastructures, for some reason I couldn’t find it by name or IP, machine was down, the only clue comes from my monitor system which […]