Admin

Playing around today with a batch file and needed to work out the total number of arguments that have been passed. [bat] SET /A ArgCount=0 for %%a in (%*) do […]

How many disks (vmdks) and what is the total configured size of these Virtual Machines (VMs)? Currently moving a large number of VMs across datastores using vSphere’s Storage VMotion, now […]

Having set up a development lab environment for a project team they began having issues related to storage due to not seemingly understanding that if you put too many Virtual […]

Had an unusual question today from a user, who questioned why his VM became suspended. After a quick internal thought, because you probably clicked suspend, he advised that it occurred […]