Get-Object
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-Object
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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