PowerShell Logo Small

Update-StoragePool



This is the built-in help made by Microsoft for the command 'Update-StoragePool', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Updates the metadata of a Windows Server 2012 R2 storage pool.

SYNTAX


Update-StoragePool [-FriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Update-StoragePool [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -UniqueId <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Update-StoragePool [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Update-StoragePool [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -Name <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Update-StoragePool cmdlet updates the metadata of a Windows Server® 2012 storage pool to a Windows Server® 2012 R2 storage pool. If you upgrade Windows Server 201
2 to Windows Server 2012 R2, storage pools hosted on that server continue to work, but new Storage Spaces functionality, such as storage tiers, is not available. This
cmdlet enables new Storage Spaces functionality for a storage pool on a server that runs Windows Server 2012 R2.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=313272
Get-StoragePool
New-StoragePool
Remove-StoragePool
Set-StoragePool

REMARKS

<

Examples


Example 1: Upgrade a storage pool by using a friendly name

PS C:\>Update-StoragePool -FriendlyName "Win8Pool32"



This command upgrades the storage pool that has the friendly name Win8Pool32.