HewlettPackard / HPEDSCC-PowerShell-Toolkit

A PowerShell Toolkit that enables management of a HPE GreenLake DSCC (Data Storage Cloud Console) environment via easy to use PowerShell commands which interface with the publically available RestAPI.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Example for New-DSCCHost is missing/wrong #6

Open apol76 opened 1 year ago

apol76 commented 1 year ago

The example for the New-DSCCHost cmdlet is wrong, it's an example for another (old/deprecated?) cmdlet:

New-DSCCHostServiceInitiator -Address 100008F1EABFE61C -name Host1InitA -protocol FC`

An example using

.PARAMETER initiatorsToCreate A Complex object that represents the initiators to be created. Either a HASH or a Array of HASHes

would be great...