PowerShell Logo Small

Register-StorageSubsystem



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

Connects to storage subsystems on a remote computer.

SYNTAX


Register-StorageSubsystem [-ProviderName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName <String>
[<CommonParameters>]
Register-StorageSubsystem [-AsJob] [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName <String> -InputObject <CimInstance[]>
[<CommonParameters>]
Register-StorageSubsystem [-AsJob] [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName <String> -ProviderUniqueId <String[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Register-StorageSubsystem cmdlet connects to storage subsystems on a remote computer or cluster. In data centers and clustered environments, a management node manages
storage on the remote computers. From the management node, you must connect to the storage subsystems on the remote computer or cluster before you can manage storage on the
remote computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=216647
Get-Credential
Unregister-StorageSubsystem

REMARKS

<

Examples


Example 1: Register a storage subsystem on a remote computer

PS C:\> Register-StorageSubsystem -ProviderName "Storage Spaces Management Provider" –ComputerName "StorageCluster01"



This command registers the storage subsystem named Storage Spaces Management Provider on the computer named StorageCluster01.