docs/ps/Hypver-V-inst.md aktualisiert

This commit is contained in:
2024-10-22 15:31:24 +02:00
parent 8aa02fe9c6
commit 79419d59df

View File

@@ -1,5 +1,3 @@
# PS 0.2 v1.0 - Hyper-V installieren und konfigurieren
# 0. VM-Host-Einstellungen prüfen: # 0. VM-Host-Einstellungen prüfen:
$SB = { $SB = {
@@ -9,14 +7,13 @@
Invoke-Command -Scriptblock $SB | Format-Table -Property $P Invoke-Command -Scriptblock $SB | Format-Table -Property $P
# 1. Ggf die Rolle/Feature Hyper-V lokal installieren #### 1. Ggf die Rolle/Feature Hyper-V lokal installieren
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
# 2. Führen Sie einen Neustart aus: #### 2. Führen Sie einen Neustart aus:
Restart-Computer -Force Restart-Computer -Force
# 4. Erstellen Sie die Ordner für die virtuellen Computer und die virtuellen Festplatten #### 4. Erstellen Sie die Ordner für die virtuellen Computer und die virtuellen Festplatten und zeigen Sie die Ergebnisse an
# und zeigen Sie die Ergebnisse an
New-Item -Path F:\Vm -ItemType Directory -Force | New-Item -Path F:\Vm -ItemType Directory -Force |
Out-Null Out-Null
New-Item -Path F:\Vm\star.wars -ItemType Directory -Force | New-Item -Path F:\Vm\star.wars -ItemType Directory -Force |