SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Get-SdFCPInitiator

Lists FCP initiators.

Syntax

Get-SdFCPInitiator [-Session]  <String>  [-Host]  <String>

Detailed Description

Lists FCP initiators.

Parameters

Name Description Required? Pipeline Input Default Value

Session

Specifies the session ID from Open-SmConnection.

false

true (ByPropertyName)

Host

Specifies the name of the computer or host on which the SnapCenter Plug-in for Microsoft Windows service you want to perform the operation runs. The default is your local machine.

false

true (ByPropertyName)

Examples

Example 1: Listing all FCP initiators

 PS C:\> Get-SdFCPInitiator

This example syntax displays all your FCP initiators.

Top of Page