< Back

Disconnect-VirtualDisk

Wed Jan 30, 2019 6:01 pm

NAME Disconnect-VirtualDisk



SYNOPSIS

Disconnects a virtual disk from the specified computer, revoking access to the virtual disk.





SYNTAX

Disconnect-VirtualDisk [-FriendlyName] <String[]> [-CimSession <CimSession[]>] [-PassThru] [-StorageNodeName <String>] [-ThrottleLimit <Int32>]

[<CommonParameters>]



Disconnect-VirtualDisk [-CimSession <CimSession[]>] [-PassThru] [-StorageNodeName <String>] [-ThrottleLimit <Int32>] -UniqueId <String[]>

[<CommonParameters>]



Disconnect-VirtualDisk [-CimSession <CimSession[]>] [-PassThru] [-StorageNodeName <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Disconnect-VirtualDisk [-CimSession <CimSession[]>] [-PassThru] [-StorageNodeName <String>] [-ThrottleLimit <Int32>] -Name <String[]>

[<CommonParameters>]





DESCRIPTION

The Disconnect-VirtualDisk cmdlet disconnects a virtual disk from the specified computer, revoking access to the virtual disk.



To disconnect a virtual disk from a remote computer, from a management node in a subsystem that is registered on the management node, specify the

StorageNodeName parameter.





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



-FriendlyName <String[]>

Specifies the friendly name of the virtual disk to disconnect.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String[]>

Specifies the name of the virtual disk to disconnect.



Required? true

Position? named

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Specifies that the cmdlet should output an object representing the disconnected virtual disk. By default, this cmdlet does not generate any output.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-StorageNodeName [<String>]

Specifies the name of a computer. The cmdlet disconnects the virtual disk from the computer that you specify.



Use this parameter only when you run the cmdlet from a management node to disconnect a virtual disk from a remote cluster subsystem.



Required? false

Position? named

Default value none

Accept pipeline input? false

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



-UniqueId <String[]>

Specifies the UniqueID of the virtual disk to disconnect.



Required? true

Position? named

Default value none

Accept pipeline input? True (ByPropertyName)

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_VirtualDisk

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





You can use the pipeline operator to pass an array of VirtualDisk objects to the InputObject parameter to specify one or more virtual disks to

disconnect.





OUTPUTS

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

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





The Disconnect-VirtualDisk cmdlet does not output objects unless you use the PassThru parameter, in which case it outputs objects that represent the

virtual disks that you disconnected.





Example 1: Disconnect a virtual disk by friendly name



PS C:\\>Disconnect-VirtualDisk -FriendlyName VirtualDisk01



This example disconnects a virtual disk named VirtualDisk01 from the local machine to prevent futher access to the virtual disk.





Example 2: Disconnect a virtual disk from a remote computer from a management node



PS C:\\>Get-StorageSubSystem ????????FriendlyName "Clustered Storage Spaces on Cluster01" | Get-VirtualDisk ????????FriendlyName "VDisk01" | Disconnect-VirtualDisk

????????StorageNodeName "ClustNode1"



This command disconnects a virtual disk to from remote computer from a management node in a subsystem that is registered on the management node.







RELATED LINKS

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

Connect-VirtualDisk

Get-VirtualDisk

Hide-VirtualDisk

New-VirtualDisk

Remove-VirtualDisk

Repair-VirtualDisk

Resize-VirtualDisk

Set-VirtualDisk

Show-VirtualDisk