Setup iSCSI Initiator on Windows Server 1709 (Server Core)

Опубликовано: 09 Январь 2018
на канале: icystraw's Tech Channel
2,005
16

In this video I demonstrate how to setup iSCSI Initiator Service to connect to shared storage (iSCSI Target) on Windows Server 1709 (Server Core).

Server side (iSCSI Target Server) setup:
   • Setup iSCSI Target Server on Windows ...  

Script used in this video:
Set-Service -Name msiscsi -StartupType Automatic -PassThru | Start-Service
New-IscsiTargetPortal –TargetPortalAddress labdc
Get-IscsiTarget | Connect-IscsiTarget
Get-iSCSISession | Get-Disk | Initialize-Disk -PassThru | New-Partition -AssignDriveLetter -UseMaximumSize | Format-Volume