White Papers

Windows PowerShell Dell EqualLogic PS Series Volume Deletion and iSCSI Connection
removal Automation
37
Output will look similar to below:
PS C:\ > foreach ($objPersistent in $colPersistent)
{
write-host "Host $hostn - removing persistent target:"
$objPersistent.TargetName
$objPersistent.psbase.Delete()
}
Host CFW2K12CC2 - removing persistent target: iqn.2001-05.com.equallogic:0-8a0906-
097bba009-7528bae58ce50f9a-td1089v1
PS C:\ >
9. Next the PS Series Array volume will need to be brought offline then removed.
PS C:\> set-eqlvolume -volumename $ThisVol -OnlineStatus offline
Command output in the Windows PowerShell ISE
PS C:\ > set-eqlvolume -volumename $ThisVol -OnlineStatus offline
Volume 'TD1089VOL1' changed successfully
Optionally, use EqualLogic Group Administrator GUI to check the volume
status.
Start
Take
EQL
volume
offline
End
Delete
EQL
Volume
Remove
Windows
Volume