Remove-VMSan

Remove-VMSan

Removes a virtual storage area network (SAN) from a Hyper-V host.

Syntax

Parameter Set: Default
Remove-VMSan [-Name] <String[]> [-ComputerName <String[]> ] [-Passthru] [ <CommonParameters>]

Detailed Description

The Remove-VMSan cmdlet removes a virtual storage area network (SAN) from a Hyper-V host.

Parameters

-ComputerName<String[]>

Specifies a Hyper-V host from which the virtual storage area network (SAN) is to be removed. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies the name of the virtual storage area network (SAN) to be removed from the Hyper-V host.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Passthru

Specifies that an object is to be passed through to the pipeline representing the removed virtual machine storage area network.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None by default; Microsoft.Virtualization.Powershell.SAN if –PassThru is specified.

Examples

Example 1

Removes the virtual storage area network named Production from the local Hyper-V host.

PS C:\> Remove-VMSan –Name Production