PelegIT – Meir Peleg IT blog
Latest News
$Clusters = get-cluster $Result =@( Foreach ($Cluster in $Clusters) { $VMhosts = Get-VMHost -Location $Cluster foreach($VMhost in $VMhosts) { @{ “Host” = $VMhost.Name “Cluster Name” = $Cluster } }...
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,...
Recently i had to install Powershell on my Ubuntu servers in order to run some ansible playbook on vCenter. I am using on Ubuntu 18.04, which by default Powershell...
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...
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...
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...
In this article I would like to share the steps we have to do in order to get clients or servers Time Zone information, this request could be pretty...
Hi All, I am in process of veeam jobs consolidation, this task requires me moving many Virtual Machines to different jobs from certain CSV file, adding and removing, as...