< Back

Register-StorageSubsystem

Wed Jan 30, 2019 6:03 pm

NAME Register-StorageSubsystem



SYNOPSIS

Connects to storage subsystems on a remote computer.





SYNTAX

Register-StorageSubsystem [-ProviderName] <String[]> [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName

<String> [<CommonParameters>]



Register-StorageSubsystem [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName <String> [<CommonParameters>]



Register-StorageSubsystem [-CimSession <CimSession[]>] [-Credential <PSCredential>] [-ThrottleLimit <Int32>] -ComputerName <String> -ProviderUniqueId

<String[]> [<CommonParameters>]





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.





PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or

Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ComputerName <String>

Specifies the name of a remote computer. Specify the IP address or any value that resolves to an IP address, such as a fully qualified domain name

(FQDN), host name, or NetBIOS name.



Required? true

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Credential [<PSCredential>]

Specifies a PSCredential object that contains the user credentials for the remote computer. To obtain a PSCredential object, use the Get-Credential

cmdlet. For more information, type Get-Help Get-Credential.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ProviderName <String[]>

Specifies an array of names of providers. The cmdlet connects to the storage subsystems that are managed by the storage providers that you specify.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ProviderUniqueId <String[]>

Specifies an array of unique IDs of providers. The cmdlet connects to the storage subsystems that are managed by the storage providers that you

specify.



Required? true

Position? named

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is

entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the

computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_StorageProvider

http://msdn.microsoft.com/library/windo ... 30562.aspx





You can use the pipeline operator to pass an MSFT_StorageProvider object to the InputObject parameter.





OUTPUTS

Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_StorageSubsystem

http://msdn.microsoft.com/library/windo ... 30569.aspx





This cmdlet returns an MSFT_StorageSubsystem object. You can use this object to perform storage management operations on the remote computer.





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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=816447

Get-Credential

Unregister-StorageSubsystem