Unsolved
This post is more than 5 years old
2 Posts
0
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 ?
No Events found!
DELL-Joe S
7 Technologist
•
729 Posts
0
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
mbauer99
2 Posts
0
September 12th, 2011 09:00