Get-Object

Prev Next

Summary

Retrieves an existing object.

Get-Object
    -Id

Returns an object object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe object id.

Examples

Get an existing object

This example retrieves a specific object and outputs it as JSON.

# TODO