Running a PowerCLI Scheduled task
There are two ways of doing this really: 1. Add a line to a start of each of your scripts to make sure it loads the PowerCLI snapin, without...
Read MoreThere are two ways of doing this really: 1. Add a line to a start of each of your scripts to make sure it loads the PowerCLI snapin, without...
Read MoreCommand:(get-vmhost).count Output will be like this: 51 (or) Command : get-vmhost | measure-object Output will be:Count : 51Average :Sum :Maximum :Minimum :Property :
Read MoreIf you want to connect to more than one virtual center at the same time, here the starting code : $vcs = @()$vcs += connect-viserver “vc 1”$vcs += connect-viserver...
Read MoreHere’s a colleciton of lots of things I’ve learned about the new VMware Certified Advanced Professional certifications for vSphere 4: * The DataCenter Administration exam will be 100% live...
Read MoreVMware have now officially announced the three advanced-level certifications for vSphere 4: 1. VMware Certified Advanced Professional on vSphere 4 – Datacenter Administration (VCAP-DCA)2. VMware Certified Advanced Professional on...
Read MoreGet-VM | Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}},@{N=”ESX Host”;E={Get-VMHost -VM $_}},@{N=”Datastore”;E={Get-Datastore -VM $_}} |Export-Csv -NoTypeInformation C:ScriptsVM_CLuster_Host_Datastore.csv
Read Moreparam( [string] $VIServer ) if ($VIServer -eq “”){Write-HostWrite-Host “Please specify a VI Server name eg….”Write-Host ” powershell.exe Report.ps1 MYVISERVER”Write-HostWrite-Hostexit} function PreReq{if ((Test-Path REGISTRY::HKEY_CLASSES_ROOTWord.Application) -eq $False){Write-Host “This script directly outputs...
Read MoreNeed to insert /usr/bin/gnome-session & in /root/.vnc/xstartup
Read MoreThe last part of the VCDX certification is the defense. In short: you will need to write a design, fill out the application and defend your design during a...
Read MoreWhat are the steps to becoming a VCDX? – Be a VCP on VI 3.– Take the Enterprise-Level System Admin Exam (Now Available)– Take the Design Exam (Available Late...
Read More