UNSOLVED

mbauer99

updated

15 years ago

M

mbauer99

2 Posts

0

2888

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 ?
  • Joe S586

    9 Technologist

    729 Posts

    293

    0

    Posted 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
  • mbauer99

    2 Posts

    293

    0

    Posted September 12th, 2011 09:00

    Thanks- Just what I was looking for.