PureStorage-OpenConnect / powershell-toolkit

The Pure Storage PowerShell Toolkit provides a number of different cmdlets ranging from core Windows Server, WMI, WSMAN, & .NET assemblies. The intention of the toolkit is to provide a library for customers and the Pure Storage field to use in troubleshooting, FlashArray reporting & other useful scenarios.
Apache License 2.0
22 stars 6 forks source link

SAN migration function request #42

Open mikenelson-io opened 3 years ago

mikenelson-io commented 3 years ago

Request from Devon Carr @OCTeksperts via Twitter - Ref: https://twitter.com/octeksperts/status/1412965607243321344?s=11

Basically, the migration script would connect to Pure SAN A, get disks with name like "SERVER1" and dump that output to an array, then connect to SAN B and create those disks with same name and size and protection group of the same name. Can you help me?

mikenelson-io commented 3 years ago

This should be fairly simple to implement.