docs/ps/VMs-erstellen.md aktualisiert

This commit is contained in:
2024-10-22 15:29:02 +02:00
parent 3d56f4480c
commit 1321a27b5d

View File

@@ -1,8 +1,11 @@
#VMs Script
<details>
<summary>Scirpts:</summary>
#### 0. Legen Sie den Namen der VM und die Pfade fest:
$VMname = 'Client.star.wars'
$VMLocation = "F:\Vm\star.wars\$VMname"
$VHDlocation = 'F:\Vm\star.wars\$VMname'
@@ -11,7 +14,9 @@
$startupbytes = 1GB
$VMSwitch = "Internal Network"
$ISOPath = 'F:\Vm\de_windows_10_business_editions_version_2004_updated_oct_2020_x64_dvd_c726ed90.iso'
</details>
#### 1. Erstellen Sie ein Verzeichnis für die VM:
New-Item -Path "$VMLocation" -ItemType Directory -Force | Out-Null