PowerShell Logo Small

Connect-VMSan



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

Associates a host bus adapter with a virtual storage area network (SAN).

SYNTAX


Connect-VMSan [-Name] <String> [-ComputerName <String[]>] [-Passthru] -WorldWideNodeName <String[]> -WorldWidePortName <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Connect-VMSan [-Name] <String> [-Passthru] -HostBusAdapter <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Connect-VMSan cmdlet associates a host bus adapter with a virtual storage area network (SAN).



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

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



Associates the virtual storage area network (SAN) named Production with the host bus adapter having the specified world wide node name and world wide port name.