이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: How to Create a Virtual Machine in Windows 10 using Hyper-V Manager, 파워셸, and Quick Create
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
  • 창
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
Hyper-V

How to Create a Virtual Machine in Windows 10 using Hyper-V Manager, 파워셸, and Quick Create

게시: 2월 4, 2024
4 최소 읽기
공유하다

How to Create a Virtual Machine in Windows 10 using Hyper-V Manager, 파워셸, and Quick Create.

내용물
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 관리자 Console and click New;

2. In the drop-down list select Virtual Machine;

3. In the new window press Next;

4. Enter the name of your VM, in my case 21-109-10-sccm.

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

Click Next;

5. Select the Generation of your VM. (for old Windows, Linux better to use Generation 1). I use Generation 2. Click Next;

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

7. Select an early-prepared network connection. In this deployment, I use 외부. Click Next;

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. Click Next;

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. Click Next;

10. Check summary information and click Finish;

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, 파워셸 is the tool to choose.

1. 달리다 윈도우 파워셸 (Admin).

2. Run the following script:

New-VM -Name <이름> -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 <이름> -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. Open 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. Click Change Installation Source and select the required file. The Secure Boot option can be checked only if the VM will run Windows;

4. Click More options in the lower right corner;

5. Type the name of the VM;

6. Choose the virtual switch;

4. Click Create Virtual Machine to start the process.

태그됨:마이크로소프트 하이퍼-VMicrosoft Windows 서버파워셸창창 10
이전 기사 Actions with VM in Hyper-V Windows 10: A Guide to Managing Virtual Machines
다음 기사 How to Install .Net Framework 3.5 Offline in Windows 10 and Windows Server
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
~에 의해 Transposh - translation plugin for wordpress

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
configmgr

최근 게시물

Install WordPress With Nginx on AlmaLinux 9
리눅스
How To Install OpenSSL 3 on AlmaLinux 9
리눅스
구성 관리자 쿼리 컬렉션 목록
System Center Configuration Manager Technical Preview Update 1611
configmgr
Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?