Unregister-StorageSubsystem

Unregister-StorageSubsystem

Disconnects from storage subsystems on a remote computer.

語法

Parameter Set: ByName
Unregister-StorageSubsystem [-ProviderName] <String[]> [-AsJob] [-CimSession <CimSession[]> ] [-Force] [-PassThru] [-StorageSubSystemUniqueId <String> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Parameter Set: ByUniqueId
Unregister-StorageSubsystem -ProviderUniqueId <String[]> [-AsJob] [-CimSession <CimSession[]> ] [-Force] [-PassThru] [-StorageSubSystemUniqueId <String> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Parameter Set: InputObject (cdxml)
Unregister-StorageSubsystem -InputObject <CimInstance[]> [-AsJob] [-CimSession <CimSession[]> ] [-Force] [-PassThru] [-StorageSubSystemUniqueId <String> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

詳細描述

The Unregister-StorageSubsystem cmdlet disconnects storage management in Windows Server® 2012 R2 from storage subsystems on a remote computer or remote cluster. When you disconnect from a storage subsystem, you cannot use the management node to remotely manage the storage subsystem.

參數

-AsJob

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-CimSession<CimSession[]>

在遠端工作階段或遠端電腦上執行 Cmdlet。輸入電腦名稱或工作階段物件,例如 New-CimSessionGet-CimSession Cmdlet 的輸出。預設為本機電腦上的目前工作階段。

別名

Session

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-Force

強制命令執行而不要求使用者確認。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-InputObject<CimInstance[]>

Specifies the StorageProvider object to use as input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.

別名

必要?

true

位置?

named

預設值

接受管線輸入?

True (ByValue)

接受萬用字元?

false

-PassThru

將表示您正在使用的項目的物件傳回。根據預設,此 Cmdlet 不會產生任何輸出。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-ProviderName<String[]>

Specifies an array of names of providers. The cmdlet disconnects from the storage subsystems that are managed by the storage provider that you specify.

別名

必要?

true

位置?

1

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-ProviderUniqueId<String[]>

Specifies an array of unique IDs of providers. The cmdlet disconnects from the storage subsystems that are managed by the storage provider that you specify. Windows Server® 2012 retains the provider ID through computer restarts.

別名

ProviderId

必要?

true

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-StorageSubSystemUniqueId<String>

Specifies the unique ID of the storage subsystem in the system. The cmdlet disconnects from the storage subsystem that you specify. Windows Server® 2012 retains the storage subsystem ID through computer restarts.

別名

UniqueId

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-ThrottleLimit<Int32>

指定為執行此 Cmdlet 可建立的最大同時作業數。如果省略這個參數或輸入 0 的值,則 Windows PowerShell® 會根據在電腦上執行的 CIM Cmdlet 數目,計算 Cmdlet 的最佳節流限制。節流限制僅適用於目前 Cmdlet,不適用於工作階段或電腦。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

<CommonParameters>

此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

輸入

輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。

輸出

輸出類型是 Cmdlet 所發出的物件類型。

附註

  • Microsoft.Management.Infrastructure.CimInstance 物件是一個包裝函式類別,可顯示 Windows Management Instrumentation (WMI) 物件。井字號 (#) 後面的路徑會提供基礎 WMI 物件的命名空間和類別名稱。

範例

Example 1: Disconnect from storage subsystems on a remote computer

This command disconnects Windows Server® 2012 from the storage subsystems that the storage provider named Provider16 manages on the remote computer.

PS C:\> Unregister-StorageSubsystem -ProviderName "Provider16"

相關主題

Register-StorageSubsystem