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