Endpoint Security Foundations
Lesson 1.1
Windows PowerShell
PS >
# PowerShell Remote Session hyperv2022-02
Invoke-Command -VMName $VMName -Credential $Credential -ScriptBlock {
# Install Hyper-V
Install-WindowsFeature -Name "Hyper-V" -IncludeAllSubFeature -IncludeManagementTools -Restart
}
Eingabeaufforderung
C:\>
# Wait
Start-Sleep -Seconds 90
| Spalte 1 | Spalte 2 |
|---|---|
| 1 | 2 |
| 3 | 4 |
Übersicht
1