Summary
Retrieves an existing object.
Get-Object
-Id
Returns an object object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The object id. |
Examples
Get an existing object
This example retrieves a specific object and outputs it as JSON.
# TODO