Starter document on how to use PowerShell to automate typical operations on EqualLogic. See the Create volume for Windows Server 2012 for an example of native Windows PowerShell cmdlets that integrate with EqualLogic (must install HIT/Microsoft v4.5 or higher).
Really like the script. Was wondering if there is a way to prepopulate the grpip, username, and password. Would like to run this report via task scheduler but can't because of: The script will display a GUI to allow you to type the connectivity information. Thanks
michaelpacheco
66 Posts
0
August 31st, 2012 11:00
Can iSCSI Targets be Renamed on an EqualLogic PS Series Storage Area Network?
http://en.community.dell.com/techcenter/storage/f/4466/p/19425947/20139651.aspx
michaelpacheco
66 Posts
0
August 31st, 2012 11:00
Query server(s) local time
This script will query the local time for 1 or more servers , and output th(eir) local time in a file
gallery.technet.microsoft.com/query-local-time-d879ad36
michaelpacheco
66 Posts
0
August 31st, 2012 11:00
Query server(s) local time
This script will query the local time for 1 or more servers , and output th(eir) local time in a file
gallery.technet.microsoft.com/query-local-time-d879ad36
michaelpacheco
66 Posts
0
August 31st, 2012 11:00
Simplifying VLAN configuration with Windows Server 2012 and PowerShell
http://en.community.dell.com/techcenter/b/techcenter/archive/2012/08/01/simplifying-vlan-configuration-with-windows-server-2012-and-powershell.aspx
Mike F Robbins
5 Posts
0
October 2nd, 2012 07:00
Use PowerShell to Change the Snapshot Reserve on EqualLogic SAN Volumes
mikefrobbins.com/.../use-powershell-to-change-the-snapshot-reserve-on-equallogic-san-volumes
µ
vturegano
1 Message
0
November 7th, 2012 10:00
This is a collection of one-liners I use often. Hope you find them useful.
To connect to a Group
Connect-EqlGroup -GroupAddress 10.10.5.10 -Username grpadmin -Password eql
To verify Group Connection
Get-EqlGroupConfiguration
To Get a List of all Volumes
Get-EqlVolume | ft
To Get a List of Templates
Get-EqlVolume | where {$_.TemplateVolume -eq "yes"} | ft
To Create a New Thin Clone from a Template
New-EqlThinClone -VolumeName My-Template -CloneName Clone1
To Copy ACLs from One Volume to Another
Get-EqlVolumeACL -VolumeName My-Template| New-EqlVolumeAcl -VolumeName Clone1
To Disconnect from a Group
Disconnect-EqlGroup -GroupAddress 10.10.5.10
michaelpacheco
66 Posts
0
July 30th, 2013 07:00
.
ChuckFarah
8 Posts
0
July 30th, 2013 07:00
Starter document on how to use PowerShell to automate typical operations on EqualLogic. See the Create volume for Windows Server 2012 for an example of native Windows PowerShell cmdlets that integrate with EqualLogic (must install HIT/Microsoft v4.5 or higher).
http://en.community.dell.com/dell-groups/dtcmedia/m/mediagallery/20421645.aspx
TR1089 - Windows Command-line Automation Techniques for Dell EqualLogic PS Series Arrays
riosfa
1 Message
0
October 25th, 2013 13:00
Really like the script. Was wondering if there is a way to prepopulate the grpip, username, and password. Would like to run this report via task scheduler but can't because of: The script will display a GUI to allow you to type the connectivity information. Thanks
This is the script: http://en.community.dell.com/techcenter/storage/f/4466/t/19425947.aspx