Utilizzando questo sito, accetti il politica sulla riservatezza.
Accettare
EnterineEnterineEnterine
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Lettura: Come creare una macchina virtuale in Windows 10 Utilizzo di Hyper-V Manager, Powershell, e crea rapida
Ridimensionamento dei caratteriAa
EnterineEnterine
Ridimensionamento dei caratteriAa
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
  • FINESTRE
  • Elenco raccolte query SCCM
Ricerca
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Hyper-V

Come creare una macchina virtuale in Windows 10 Utilizzo di Hyper-V Manager, Powershell, e crea rapida

Pubblicato: Febbraio 4, 2024
4 Lettura minima
CONDIVIDERE

Come creare una macchina virtuale in Windows 10 Utilizzo di Hyper-V Manager, Powershell, e crea rapida.

Contenuto
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. Start your Hyper-V Manager Console and click Nuovo;

2. In the drop-down list select Macchina virtuale;

3. In the new window press Prossimo;

4. Enter the name of your VM, nel mio caso 21-109-10-SCCM.

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

Clic Prossimo;

5. Seleziona il Generation of your VM. (for old Windows, Linux better to use Generation 1). Io uso Generation 2. Clic Prossimo;

6. Enter the memory size for your VM. (You may set Use Dynamic Memory for this machine). Clic Prossimo;

7. Select an early-prepared network connection. In this deployment, Io uso External. Clic Prossimo;

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. Clic Prossimo;

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. Clic Prossimo;

10. Controlla le informazioni di riepilogo e fai clic su Fine;

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. Correre Windows PowerShell (Ammin).

2. Run the following script:

New-VM -Name <Nome> -Path <Path> -NewVHDPath <VHDPath> NewVHDSizeBytes <Memory> -Generation <Generation> -MemoryStartupBytes <Memory> -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. For example, you can set up the VM memory by including the following cmdlets:

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

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. Aprire 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. Clic Change Installation Source and select the required file. The Secure Boot option can be checked only if the VM will run Windows;

4. Clic More options in the lower right corner;

5. Type the name of the VM;

6. Choose the virtual switch;

4. Clic Create Virtual Machine to start the process.

TAGGATO:Microsoft Hyper-VMicrosoft Windows ServerPowershellFinestreFinestre 10
Articolo precedente Actions with VM in Hyper-V Windows 10: A Guide to Managing Virtual Machines
Articolo successivo Come installare .NET Framework 3.5 Offline in Windows 10 e Windows Server
Lascia un commento Lascia un commento

Lascia una risposta Annulla risposta

Il tuo indirizzo email non verrà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati dei tuoi commenti.

Traduzione

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
di Transposh - plugin di traduzione per wordpress

Post popolari

Requisiti di sistema per Windows Server 2016
Windows Server
Elenco raccolte query di Gestione configurazione
Elenco raccolte query di Gestione configurazione
ConfigMgr
Navigazione strutturata/gestita abilitata nelle pagine moderne nei siti del team classici
Tecnologia
SCCM Impossibile ottenere le posizioni DP come versione prevista da MP
ConfigMgr

Post recenti

Installazione e configurazione di Fail2ban per la protezione SSH su Ubuntu 24.04
Linux
Abilitazione e configurazione di FirewallD su AlmaLinux
Linux
Creazione utente e configurazione chiave SSH in AlmaLinux
Linux
Come reimpostare la password su AlmaLinux
Linux

© 2023 Enterine

Vai alla versione mobile
Bentornato!

Accedi al tuo account

Nome utente o indirizzo e-mail
Password

Hai perso la password?