<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7294640339006314920</id><updated>2012-02-16T19:55:27.857-07:00</updated><title type='text'>tom... thought</title><subtitle type='html'>thoughts... random but technology related</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.halfbyte.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default'/><link rel='alternate' type='text/html' href='http://blog.halfbyte.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>TomRalph</name><uri>http://www.blogger.com/profile/02073533934217144646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7294640339006314920.post-5729593756621613011</id><published>2009-04-08T08:11:00.003-06:00</published><updated>2009-04-08T08:21:22.609-06:00</updated><title type='text'>Deploying Virtual Machines from PowerShell (VMware)</title><content type='html'>The below steps will allow you to deploy virtual machines based off a template, to a designated host and data store.&lt;br /&gt;&lt;br /&gt;Requirements:&lt;br /&gt;&lt;a href="http://www.vmware.com/go/powershell"&gt;VMware VIToolKit&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx"&gt;Microsoft Powershell&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Steps:&lt;br /&gt;&lt;br /&gt;1) Connect to your Virtual Center server using: Connect-VIServer&lt;br /&gt;     a) This will prompt you for the server name and password; once connected you can proceed&lt;br /&gt;2) Enter all machines to be created in to an array: $array = "Machine1","Machine2","Machine3" (and so forth)&lt;br /&gt;3) Define the host where the template resides: $host = "ESX Server Name (must be in DNS)"&lt;br /&gt;4) Define the template to use for deploying these machines: $template = "Template Name"&lt;br /&gt;5) Define the Data Store where the machines will be deployed to: $datastore = "Data Store Name"&lt;br /&gt;5) Now to actually deploy the machines:&lt;br /&gt;&lt;br /&gt;foreach ($vm in $array)&lt;br /&gt;{&lt;br /&gt;$vm=New-VM -Name $vm -Template $template -Host $host1 -Datastore $datastore&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;press&gt;&lt;br /&gt;&lt;br /&gt;Now the machines will deploy one at a time to the defined server.  You can specify resource pools if you deseire or you can move the machines once they are fully deployed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7294640339006314920-5729593756621613011?l=blog.halfbyte.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.halfbyte.com/feeds/5729593756621613011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.halfbyte.com/2009/04/deploying-virtual-machines-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/5729593756621613011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/5729593756621613011'/><link rel='alternate' type='text/html' href='http://blog.halfbyte.com/2009/04/deploying-virtual-machines-from.html' title='Deploying Virtual Machines from PowerShell (VMware)'/><author><name>TomRalph</name><uri>http://www.blogger.com/profile/02073533934217144646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7294640339006314920.post-3934461215588409220</id><published>2009-03-25T14:46:00.000-06:00</published><updated>2009-03-25T14:47:05.625-06:00</updated><title type='text'></title><content type='html'>new twitter account... twitter.com/tomralph&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7294640339006314920-3934461215588409220?l=blog.halfbyte.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.halfbyte.com/feeds/3934461215588409220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.halfbyte.com/2009/03/new-twitter-account.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/3934461215588409220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/3934461215588409220'/><link rel='alternate' type='text/html' href='http://blog.halfbyte.com/2009/03/new-twitter-account.html' title=''/><author><name>TomRalph</name><uri>http://www.blogger.com/profile/02073533934217144646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7294640339006314920.post-2268058788096919844</id><published>2009-03-24T13:39:00.005-06:00</published><updated>2009-03-24T14:01:01.007-06:00</updated><title type='text'>first post</title><content type='html'>first post... Well why not add in a nice RobotChicken video&lt;br /&gt;&lt;br /&gt;&lt;a&gt;http://www.adultswim.com/video/?episodeID=8a2505951d8bc25a011d9d9ef2ba017c&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;more later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7294640339006314920-2268058788096919844?l=blog.halfbyte.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.halfbyte.com/feeds/2268058788096919844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.halfbyte.com/2009/03/first-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/2268058788096919844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7294640339006314920/posts/default/2268058788096919844'/><link rel='alternate' type='text/html' href='http://blog.halfbyte.com/2009/03/first-post.html' title='first post'/><author><name>TomRalph</name><uri>http://www.blogger.com/profile/02073533934217144646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
