PowerShell Logo Small

Set-VMResourcePool



This is the built-in help made by Microsoft for the command 'Set-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

Sets the parent resource pool for a selected resource pool.

SYNTAX


Set-VMResourcePool [-Name] <String[]> [-ResourcePoolType] <VMResourcePoolType> [-ParentName] <String[]> [-ComputerName <String[]>] [-Passthru] [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-VMResourcePool cmdlet sets a parent resource pool for a selected resource pool. (To remove a parent from a resource pool, set the primordial pool of the resource
pool’s type as its parent.)



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Set-VMResourcePool ChildPool VHD ParentPool



Set a virtual hard drive resource pool ParentPool as the parent of virtual hard drive resource pool ChildPool.




Example 2

PS C:\>Set-VMResourcePool ChildPool VHD Primordial



Remove the parent resource pool from virtual hard drive resource pool ChildPool.