PowerShell Logo Small

New-VMResourcePool



This is the built-in help made by Microsoft for the command 'New-VMResourcePool', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a resource pool.

SYNTAX


New-VMResourcePool [-Name] <String> [-ResourcePoolType] <VMResourcePoolType[]> [[-ParentName] <String[]>] [[-Paths] <Object[]>] [-ComputerName <String[]>] [-Confirm]
[-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-VMResourcePool cmdlet creates a resource pool.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306898

REMARKS

<

Examples


Example 1

PS C:\> New-VMResourcePool "New Resource Pool" VHD –Paths d:\VHDs



Creates a new virtual hard disk resource pool associated with a single path.




Example 2

PS C:\> New-VMResourcePool "New Resource Pool" VHD -Paths "d:\VHDs","e:\Temp"



Creates a new virtual hard disk resource pool associated with multiple paths.




Example 3

PS C:\> New-VMResourcePool "New Resource Pool" Ethernet



Creates a new ethernet resource pool.