Add-GoGridServer Cmdlet
TODO
Syntax
TODO
Detailed Description
TODO
Parameters
| Parameter | Type | Mandatory | Notes |
| Credential | PSCredential | Yes | Credential object containing API key and secret. |
| Name | string | Yes | Short name for the server to be added to the grid. |
| Image | string | Yes | Name of image to base the server on. Use Get-GoGridImage to get a list of supported image names. |
| Memory | string | Yes | The amount of memory to provision the server with. Use Get-GoGridOption to list server.ram options. |
| IPAddress | string | Yes | The IP address to assign to the server. Use Get-GoGridIPAddress to list unassigned IP addresses. |
| Description | string | No | A longer description of what the server is all about. |
Examples
$credential = Get-Credential
Add-GoGridServer -Credential $credential -Name DemoServer -Image w2k8_32_base -Memory 1GB -IPAddress 173.1.23.194