PowerShell Logo Small

New-VMSan



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

Creates a new virtual storage area network (SAN) on a Hyper-V host.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The New-VMSan cmdlet creates a new virtual storage area network (SAN) on a Hyper-V host.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>New-VMSan –Name Production –Note "Production SAN" –WorldWideNodeName C003FF0000FFFF00 –WorldWidePortName C003FF5778E50002



Creates a new virtual storage area network (SAN) with the specified Name, Note, WorldWideNodeName, and WorldWidePortName.