Start a Conversation

Unsolved

This post is more than 5 years old

2887

September 9th, 2011 10:00

Running Powershell on PS Series EqualLogic Storage Arrays.

Is it possible to run Powershell against PS Series EqualLogic Storage Arrays to get attach servers and Volume sizes ?

7 Technologist

 • 

729 Posts

September 12th, 2011 06:00

mbauer99,

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

2 Posts

September 12th, 2011 09:00

Thanks- Just what I was looking for.
No Events found!

Top