Get-IscsiTargetServerSetting
Updated: April 29, 2013
Applies To: Windows Server 2012
Get-IscsiTargetServerSetting
Syntax
Parameter Set: __AllParameterSets Get-IscsiTargetServerSetting [-ComputerName <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]
Detailed Description
The Get-IscsiTargetServerSetting cmdlet gets the global settings or common configurations for iSCSI targets, virtual disks or snapshots.
Parameters
-ComputerName<String>
Specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.
Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
none |
|
Accept Pipeline Input? |
True (ByPropertyName) |
|
Accept Wildcard Characters? |
false |
-Credential<PSCredential>
Specifies the credentials when connecting to a remote computer.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
none |
|
Accept Pipeline Input? |
True (ByPropertyName) |
|
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- None
Outputs
The output type is the type of the objects that the cmdlet emits.
- None
Examples
EXAMPLE 1
This example gets all of the portal entries of the local server.
PS C:\> Get-IscsiTargetServerSetting
ComputerName Version Portals
------------ ------- -------
fssvr.contoso.com 6.2. {+172.21.0.1:80, ...
Related topics
