You will need to download an install the Dell EqualLogic PowerShell cmdlets from the support site (located on the Firmware download page). You can use the cmdlets to view the ACL (access control list – a.k.a. servers that have access to the volumes) and the volume sizes for example:
ACL: Get-EqlVolumeACL
Volume Size: Get-EqlVolume -VolumeName [MyVolume]
Joe S586
9 Technologist
•
729 Posts
293
0
Posted September 12th, 2011 06:00
You will need to download an install the Dell EqualLogic PowerShell cmdlets from the support site (located on the Firmware download page). You can use the cmdlets to view the ACL (access control list – a.k.a. servers that have access to the volumes) and the volume sizes for example:
ACL: Get-EqlVolumeACL
Volume Size: Get-EqlVolume -VolumeName [MyVolume]
Regards,
Joe