ZertoPublic / ZertoApiWrapper

PowerShell wrapper for Zerto Virtual Manager API
GNU General Public License v3.0
16 stars 12 forks source link

Change PeerSiteName filter to case-insensitive #90

Closed wcarroll closed 4 years ago

wcarroll commented 4 years ago

The ZVM API peer site filter for peer name is case sensitive. With PowerShell case sensitivity should not be an issue. Should update New-ZertoVpg to get all the peer sites, then filter the data locally.