Skip to content

Quick and Dirty Virtual Cluster creation on Hyper-V

Notifications You must be signed in to change notification settings

Mihaly7/New-VCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

New-VCluster

Quick and Dirty Virtual Cluster creation on Hyper-V

    .SYNOPSIS
    Deploy a virtual cluster on Hyper-V

    .DESCRIPTION
    This script helps to deploy a defined number of Virtual Machines, with base image or blank os disk.
    You could add defined number of data disks with custom size. Custom amount of Nics attached to the same existing switch.
    Define number of CPU cores amount of Physical Memory.

   .EXAMPLE
    PS> New-VCluster -Nodes 2 -NodeName TestCluster -Cores 2 -Memory 4GB -Baseimage D:\Scripts\AzSHCI20H2_G2.vhdx -Nics 4 -Switchname Private -DataDisks 4 -DataDiskSize 32GB

About

Quick and Dirty Virtual Cluster creation on Hyper-V

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published