PowerShell Logo Small

Set-VMSan



This is the built-in help made by Microsoft for the command 'Set-VMSan', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Configures a virtual storage area network (SAN) on one or more Hyper-V hosts.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Set-VMSan cmdlet configures a virtual storage area network (SAN) on one or more Hyper-V hosts.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Set-VMSan –Name Production -WorldWideNodeName C003FF0000FFFF22 –WorldWidePortName C003FF5778E50024



Configures a virtual storage area network (SAN) named Production with the specified WorldWideNodeName and WorldWidePortName values.