Durch die Nutzung dieser Website, Sie stimmen dem zu Datenschutzrichtlinie.
Akzeptieren
EnterEnterEnter
  • HEIM
  • IT-PROFI
  • Technik
  • MICROSOFT
    • Azurblau
    • Configmgr/sccm
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Büro 365
    • Büro-Insider
    • Power Bi
    • Skype
    • SQL-Server
    • Mannschaften
  • FENSTER
    • Windows Admin Center
    • Windows-Client
    • Windows-Server
  • SCCM-Abfragesammlungsliste
Lektüre: So erstellen Sie eine virtuelle Maschine in Windows 10 mit Hyper-V-Manager, Powershell, und Schnell erstellen
Schriftart-ResizerAa
EnterEnter
Schriftart-ResizerAa
  • HEIM
  • IT-PROFI
  • Technik
  • MICROSOFT
  • FENSTER
  • SCCM-Abfragesammlungsliste
Suchen
  • HEIM
  • IT-PROFI
  • Technik
  • MICROSOFT
    • Azurblau
    • Configmgr/sccm
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Büro 365
    • Büro-Insider
    • Power Bi
    • Skype
    • SQL-Server
    • Mannschaften
  • FENSTER
    • Windows Admin Center
    • Windows-Client
    • Windows-Server
  • SCCM-Abfragesammlungsliste
Hyper-V

So erstellen Sie eine virtuelle Maschine in Windows 10 mit Hyper-V-Manager, Powershell, und Schnell erstellen

Veröffentlicht: Februar 4, 2024
4 Min. Lesezeit
AKTIE

So erstellen Sie eine virtuelle Maschine in Windows 10 mit Hyper-V-Manager, Powershell, und Schnell erstellen.

Inhalt
Create a Virtual Machine with a Hyper-V Manager consoleCreate a Virtual Machine with Windows PowerShellCreate a Virtual Machine with Hyper-V Quick Create

Create a Virtual Machine with a Hyper-V Manager console

1. Starten Sie Ihr Hyper-V-Manager Console and click Neu;

2. In the drop-down list select Virtuelle Maschine;

3. In the new window press Nächste;

4. Enter the name of your VM, in meinem Fall 21-109-10-sccm.

NOTIZ: At this stage, you may change the folder in which vm config files store. Or use default settings as I.

Klicken Nächste;

5. Wählen Sie die aus Generation of your VM. (for old Windows, Linux better to use Generation 1). Ich benutze Generation 2. Klicken Nächste;

6. Enter the memory size for your VM. (You may set Use Dynamic Memory for this machine). Klicken Nächste;

7. Select an early-prepared network connection. In this deployment, Ich benutze External. Klicken Nächste;

8. Create a new one, use existing VHD(X), or select Attach a virtual hard disk later (to attach later). My VM Generation 2, so it uses VHDX format. Klicken Nächste;

9. Select from where you installed Operating System to VM or select Install an operating system later. I use prepared *.iso of Windows 10 1607 x64 EN, stored in folder D:\ISO. Klicken Nächste;

10. Überprüfen Sie die zusammenfassenden Informationen und klicken Sie Beenden;

11. Our VM was created!

But don’t hurry run it. You can do more in-depth configuration.

Create a Virtual Machine with Windows PowerShell

If you want to build a large-scale virtual environment with multiple VMs running at the same time, Powershell is the tool to choose.

1. Laufen Windows PowerShell (Administrator).

2. Run the following script:

New-VM -Name <Name> -Path <Path> -NewVHDPath <VHDPath> NewVHDSizeBytes <Erinnerung> -Generation <Generation> -MemoryStartupBytes <Erinnerung> -SwitchName <SwitchName>

3. Check in Hyper-V Manager to verify whether the VM has been created.

The PowerShell script can be extended by including additional configuration options. Zum Beispiel, you can set up the VM memory by including the following cmdlets:

Set-VM -Name <Name> -ProcessorCount <Number of Processors> -DynamicMemory -MemoryMinimumBytes <Erinnerung> -MemoryStartupBytes <Erinnerung> -MemoryMaximumBytes <Erinnerung>

To explore other PowerShell cmdlets and how they can help in managing a virtual environment, run this command:

Get-Command -Module hyper-v | Out-GridView

You will see a list of all PowerShell commands, which you can include in your script.

Create a Virtual Machine with Hyper-V Quick Create

Hyper-V Quick Create was specifically designed to make the process of creating VMs even easier and faster, as it can be completed in just a few clicks.

1. Offen Hyper-V Quick Create;

2. Select an OS from the list on the left, or install a guest OS from an ISO image file (.iso) or a VHD file (.vhd or .vhdx) by clicking Local installation source;

3. Klicken Change Installation Source and select the required file. The Secure Boot option can be checked only if the VM will run Windows;

4. Klicken More options in the lower right corner;

5. Type the name of the VM;

6. Choose the virtual switch;

4. Klicken Create Virtual Machine to start the process.

GETAGGT:Microsoft Hyper-VMicrosoft Windows ServerPowershellFensterFenster 10
Vorheriger Artikel Actions with VM in Hyper-V Windows 10: A Guide to Managing Virtual Machines
Nächster Artikel So installieren Sie .Net Framework 3.5 Offline unter Windows 10 und Windows Server
Hinterlassen Sie einen Kommentar Hinterlassen Sie einen Kommentar

Hinterlassen Sie eine Antwort Antwort abbrechen

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahren Sie, wie Ihre Kommentardaten verarbeitet werden.

Übersetzung

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
von Transposh - Übersetzungs-Plug-In für WordPress

Beliebte Beiträge

Systemanforderungen für Windows Server 2016
Windows-Server
Configuration Manager-Abfragesammlungsliste
Configuration Manager-Abfragesammlungsliste
ConfigMgr
Strukturierte/verwaltete Navigation auf modernen Seiten in klassischen Teamsites aktiviert
Techn
SCCM konnte DP-Standorte nicht als erwartete Version von MP abrufen
ConfigMgr

Aktuelle Beiträge

Installieren und Konfigurieren von Fail2ban für den SSH-Schutz unter Ubuntu 24.04
Linux
So überprüfen Sie TimeZone unter Linux
Linux
Aktivieren und Konfigurieren von FirewallD auf AlmaLinux
Linux
Benutzererstellung und SSH-Schlüsseleinrichtung in AlmaLinux
Linux

© 2023 Enter

Gehen Sie zur mobilen Version
Willkommen zurück!

Melden Sie sich bei Ihrem Konto an

Benutzername oder E-Mail-Adresse
Passwort

Passwort verloren?