#!/bin/bash# Linux/UNIX box with ssh key based loginSERVERS=”Server1 server2 server3″# SSH User nameUSR=”Admin” # EmailSUBJECT=”Server user login report”EMAIL=”[email protected]”EMAILMESSAGE=”/tmp/emailmessage.txt” # create new file>$EMAILMESSAGE # connect each host and pull up...
If 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...
Here’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...
VMware 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...
param( [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...