Quick Powershell tip - Remote Windows Management
Something that I do every now and again (almost every day - many times per day) is to connect to the Event Viewer / Computer Management / Services console of a Remote Windows machine for …
Tag
Something that I do every now and again (almost every day - many times per day) is to connect to the Event Viewer / Computer Management / Services console of a Remote Windows machine for …
As I promised in a previous post I wanted to migrate from a vCenter to whole new machine Process was: Export folders Export VM locations in Folders Export Permissions Export Custom Attributes Create …
Two weeks ago I wrote an article about How To Bring Down A Single NIC In ESX?. In that post you could see that in order to test this you had to go into the console of the ESX and run the commands on …
I have been waiting for this ever since it was announced at VMWorld 2009. Carter Shanklin just announced tonight! Been waiting to try “Project Onyx” the PowerCLI script generator for …
I had to to migrate 43 Virtual Machines today, from one Datastore to another. The environment is still not upgraded to vSphere yet. Options I had: sVmotion Plug-in Command line PowerCLI I found the …
In the current series of posts I am writing on running a vSphere lab on ESX 1, 2 and 3, I wanted to set up an NFS shared storage between my 2 ESX hosts to test vMotion. I ran into an interesting issue …
Here is my solution for Event 8. Here we had to go through the hard drive and report which folder was using up all the space on the drive. #First we set the path $path = Read-Host "Which folder …
Here is my solution for the Beginner Event 7 Here we had to create a logging solution for script # ------------------------------------------------------------------------ # NAME: …
This is my solution for Beginner Event 6 Here we got a script that was not working and had to debug it. #========================================================================== # NAME: Beg_6.ps1 # …
Registry keys. Sorry for the silly humor - don’t know how and why Tonto got in there. Thanks to Rob Rohr - for helping me out here. # first we define some variables $ourpath = …