PowerShell Logo Small

Get-IscsiTargetServerSetting



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

Gets the global settings or common configurations for iSCSI target, virtual disk or snapshots.

SYNTAX


Get-IscsiTargetServerSetting [-ComputerName <String>] [-Credential <PSCredential>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-IscsiTargetServerSetting cmdlet gets the global settings or common configurations for iSCSI targets, virtual disks or snapshots.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294074
Set-IscsiTargetServerSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-IscsiTargetServerSetting
ComputerName Version Portals
------------ ------- -------
fssvr.contoso.com 6.3.9600 {+172.21.0.1:3260, ...



This example gets all of the portal entries of the local server.