<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.towaso.de/index.php?action=history&amp;feed=atom&amp;title=Create_VMs_via_Powershell</id>
	<title>Create VMs via Powershell - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.towaso.de/index.php?action=history&amp;feed=atom&amp;title=Create_VMs_via_Powershell"/>
	<link rel="alternate" type="text/html" href="http://wiki.towaso.de/index.php?title=Create_VMs_via_Powershell&amp;action=history"/>
	<updated>2026-04-17T12:19:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.towaso.de/index.php?title=Create_VMs_via_Powershell&amp;diff=44&amp;oldid=prev</id>
		<title>Tobias: Created page with &quot;Input parameter: PrefixName, TemplateVHDFolder  New-VMSwitch -name PrivateSwitch -SwitchType Private  Create VMs based on VHDs (copy the VHDs and create a VM with it)  New-VM...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.towaso.de/index.php?title=Create_VMs_via_Powershell&amp;diff=44&amp;oldid=prev"/>
		<updated>2021-06-20T18:52:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Input parameter: PrefixName, TemplateVHDFolder  New-VMSwitch -name PrivateSwitch -SwitchType Private  Create VMs based on VHDs (copy the VHDs and create a VM with it)  New-VM...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Input parameter: PrefixName, TemplateVHDFolder&lt;br /&gt;
&lt;br /&gt;
New-VMSwitch -name PrivateSwitch -SwitchType Private&lt;br /&gt;
&lt;br /&gt;
Create VMs based on VHDs (copy the VHDs and create a VM with it)&lt;br /&gt;
&lt;br /&gt;
New-VM -Name &amp;lt;Name&amp;gt; -MemoryStartupBytes &amp;lt;Memory&amp;gt; -BootDevice &amp;lt;BootDevice&amp;gt; -VHDPath &amp;lt;VHDPath&amp;gt; -Path &amp;lt;Path&amp;gt; -Generation &amp;lt;Generation&amp;gt; -Switch &amp;lt;SwitchName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start-VM -Name Win10VM&lt;/div&gt;</summary>
		<author><name>Tobias</name></author>
		
	</entry>
</feed>