Get-SdIscsiInitiator
Contributors
Suggest changes
Enumerates information about iSCSI sessions and initiators.
Syntax
Get-SdIscsiInitiator [-Session] <String> [-Host] <String>
Detailed Description
Enumerates information about iSCSI sessions and 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 SnapDrive service you want to perform the operation runs. The default is your local machine. |
false |
true (ByPropertyName) |
Examples
Example 1: Listing all iSCSI sessions and initiators
PS C:\> Get-SdIscsiInitiator
In this example syntax, you list all iSCSI sessions and associated initiators.