PowerShell Logo Small

Disconnect-VMSan



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

Removes a host bus adapter from a virtual storage area network (SAN).

SYNTAX


Disconnect-VMSan [-Name] <String> [-ComputerName <String[]>] [-Passthru] -WorldWideNodeName <String[]> -WorldWidePortName <String[]> [<CommonParameters>]
Disconnect-VMSan [-Name] <String> [-Passthru] -HostBusAdapter <CimInstance[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disconnect-VMSan cmdlet removes a host bus adapter from a virtual storage area network (SAN).



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Disconnect-VMSan –Name Production -WorldWideNodeName C003FF0000FFFF00 –WorldWidePortName C003FF5778E50002



Removes the host bus adapter having the specified world wide node name and world wide port name from the virtual machine named Production on the local Hyper-V host.