<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Create multiple VMs using PowerCLI	</title>
	<atom:link href="https://magander.se/create-multiple-vms-using-powercli/feed/" rel="self" type="application/rss+xml" />
	<link>https://magander.se/create-multiple-vms-using-powercli/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Jun 2020 19:37:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: sarita gupta		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-190172</link>

		<dc:creator><![CDATA[sarita gupta]]></dc:creator>
		<pubDate>Thu, 18 Jun 2020 19:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-190172</guid>

					<description><![CDATA[where can i find info on your next blog about creating VMs from a template]]></description>
			<content:encoded><![CDATA[<p>where can i find info on your next blog about creating VMs from a template</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-138394</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 19:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-138394</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-138383&quot;&gt;Nitesh Kumar&lt;/a&gt;.

Hi,
it takes care of the potential warning message from the connect-viserver command and the two last lines create the numeric increment to be added to the VM-prefix.

thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-138383">Nitesh Kumar</a>.</p>
<p>Hi,<br />
it takes care of the potential warning message from the connect-viserver command and the two last lines create the numeric increment to be added to the VM-prefix.</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nitesh Kumar		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-138383</link>

		<dc:creator><![CDATA[Nitesh Kumar]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 08:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-138383</guid>

					<description><![CDATA[Hi,

could you please explain the line 45 ,46 and 47

-WarningAction 0
1..$vm_count &#124; foreach {
$y=&quot;{0:D2}&quot; -f $_

Regards,
Nitesh]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>could you please explain the line 45 ,46 and 47</p>
<p>-WarningAction 0<br />
1..$vm_count | foreach {<br />
$y=&#8221;{0:D2}&#8221; -f $_</p>
<p>Regards,<br />
Nitesh</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-134878</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 14:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-134878</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-134877&quot;&gt;Nawal Singh&lt;/a&gt;.

Hi,
haven&#039;t tested this but start with changing line 30 to only TEST, change row 12 to be 67 and then change row 38 so the first number is 33.

thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-134877">Nawal Singh</a>.</p>
<p>Hi,<br />
haven&#8217;t tested this but start with changing line 30 to only TEST, change row 12 to be 67 and then change row 38 so the first number is 33.</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nawal Singh		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-134877</link>

		<dc:creator><![CDATA[Nawal Singh]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 14:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-134877</guid>

					<description><![CDATA[This script `working fine. I need create 100 VMs shell with the name of TEST33 to TEST100. I  need where exactly need to change the value in this script to create vms start with TEST33 to TEST100.]]></description>
			<content:encoded><![CDATA[<p>This script `working fine. I need create 100 VMs shell with the name of TEST33 to TEST100. I  need where exactly need to change the value in this script to create vms start with TEST33 to TEST100.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-103301</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Wed, 07 Dec 2016 09:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-103301</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-101966&quot;&gt;Matt&lt;/a&gt;.

Hi,
are you looking at importing VM names or why do you need the CSV file?

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-101966">Matt</a>.</p>
<p>Hi,<br />
are you looking at importing VM names or why do you need the CSV file?</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-101966</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 28 Nov 2016 12:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-101966</guid>

					<description><![CDATA[How would you go about using this script to deploy multiple VMs from a CSV file? I am attempting to use your code and add the Import-Csv command and encountering some issues.]]></description>
			<content:encoded><![CDATA[<p>How would you go about using this script to deploy multiple VMs from a CSV file? I am attempting to use your code and add the Import-Csv command and encountering some issues.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-90269</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Wed, 31 Aug 2016 07:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-90269</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-235&quot;&gt;Jeff&lt;/a&gt;.

Hi,
take a look at this, http://magander.se/2014/02/25/create-multiple-vms-from-existing-vsphere-vm-using-powercli/ post  and see if it provides what you are looking for.

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-235">Jeff</a>.</p>
<p>Hi,<br />
take a look at this, <a href="http://magander.se/2014/02/25/create-multiple-vms-from-existing-vsphere-vm-using-powercli/" rel="ugc">http://magander.se/2014/02/25/create-multiple-vms-from-existing-vsphere-vm-using-powercli/</a> post  and see if it provides what you are looking for.</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cyrus Balderos		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-89904</link>

		<dc:creator><![CDATA[Cyrus Balderos]]></dc:creator>
		<pubDate>Sun, 28 Aug 2016 19:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-89904</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-84208&quot;&gt;magander3&lt;/a&gt;.

The script works in my new 6.0 ESXi enviorment. I don&#039;t think that is what fixed it though. I think I just figured out over time and learning what I was looking at.
Is there an option to build a vm from a template?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-84208">magander3</a>.</p>
<p>The script works in my new 6.0 ESXi enviorment. I don&#8217;t think that is what fixed it though. I think I just figured out over time and learning what I was looking at.<br />
Is there an option to build a vm from a template?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-84208</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Mon, 11 Jul 2016 15:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-84208</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-83447&quot;&gt;Phillip Balderos&lt;/a&gt;.

Hi,
do you start the script in a powercli window?

thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-83447">Phillip Balderos</a>.</p>
<p>Hi,<br />
do you start the script in a powercli window?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phillip Balderos		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-83447</link>

		<dc:creator><![CDATA[Phillip Balderos]]></dc:creator>
		<pubDate>Mon, 04 Jul 2016 14:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-83447</guid>

					<description><![CDATA[Awesome Script but I am running into this error right away

PS C:\PowerShellScripts\VMBuildAutomation&#062; C:\PowerShellScripts\VMBuildAutomation\VmBuilder.ps1
Connecting to vCenter Server vm-vcs.wolfpack.local
Connect-viserver : The term &#039;Connect-viserver&#039; is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or 
if a path was included, verify that the path is correct and try again.
At C:\PowerShellScripts\VMBuildAutomation\VmBuilder.ps1:44 char:1
+ Connect-viserver $vCenter -user $vCenterUser -password $vCenterUserPassword -War ...
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Connect-viserver:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException]]></description>
			<content:encoded><![CDATA[<p>Awesome Script but I am running into this error right away</p>
<p>PS C:\PowerShellScripts\VMBuildAutomation&gt; C:\PowerShellScripts\VMBuildAutomation\VmBuilder.ps1<br />
Connecting to vCenter Server vm-vcs.wolfpack.local<br />
Connect-viserver : The term &#8216;Connect-viserver&#8217; is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or<br />
if a path was included, verify that the path is correct and try again.<br />
At C:\PowerShellScripts\VMBuildAutomation\VmBuilder.ps1:44 char:1<br />
+ Connect-viserver $vCenter -user $vCenterUser -password $vCenterUserPassword -War &#8230;<br />
+ ~~~~~~~~~~~~~~~~<br />
    + CategoryInfo          : ObjectNotFound: (Connect-viserver:String) [], CommandNotFoundException<br />
    + FullyQualifiedErrorId : CommandNotFoundException</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-75506</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Tue, 10 May 2016 15:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-75506</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-75502&quot;&gt;Manuel Rabell&lt;/a&gt;.

Hi,
for the versions i tested the script i had zero failures. What versions are you running, what do you have to 1-2 days to see if it fails when you can just start the scrip manually and what failure do you get?

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-75502">Manuel Rabell</a>.</p>
<p>Hi,<br />
for the versions i tested the script i had zero failures. What versions are you running, what do you have to 1-2 days to see if it fails when you can just start the scrip manually and what failure do you get?</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manuel Rabell		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-75502</link>

		<dc:creator><![CDATA[Manuel Rabell]]></dc:creator>
		<pubDate>Tue, 10 May 2016 14:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-75502</guid>

					<description><![CDATA[I was wondering what is the fail ratio while using the script? we have try in multiple ocations and 1 out 3 failed, and we had to wait 1 to 2 days to see if it failed on not.]]></description>
			<content:encoded><![CDATA[<p>I was wondering what is the fail ratio while using the script? we have try in multiple ocations and 1 out 3 failed, and we had to wait 1 to 2 days to see if it failed on not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sriram		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-54124</link>

		<dc:creator><![CDATA[sriram]]></dc:creator>
		<pubDate>Wed, 28 Oct 2015 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-54124</guid>

					<description><![CDATA[nice and thanks for posting.. plz provide in easier steps]]></description>
			<content:encoded><![CDATA[<p>nice and thanks for posting.. plz provide in easier steps</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-38791</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Tue, 04 Aug 2015 06:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-38791</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-multiple-vms-using-powercli/#comment-38788&quot;&gt;madhav&lt;/a&gt;.

depends on what Linux Guest OS you will install.


//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-multiple-vms-using-powercli/#comment-38788">madhav</a>.</p>
<p>depends on what Linux Guest OS you will install.</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: madhav		</title>
		<link>https://magander.se/create-multiple-vms-using-powercli/#comment-38788</link>

		<dc:creator><![CDATA[madhav]]></dc:creator>
		<pubDate>Tue, 04 Aug 2015 05:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2758#comment-38788</guid>

					<description><![CDATA[what should i mention for Linux on Guest OS part ?]]></description>
			<content:encoded><![CDATA[<p>what should i mention for Linux on Guest OS part ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 19/73 objects using Disk
Page Caching using Disk: Enhanced 

Served from: magander.se @ 2026-06-26 08:46:18 by W3 Total Cache
-->