We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets an instance of an ACMA object from the database
Get-AcmaObject -ID <guid>
The object ID of the ACMA object
The cmdlet returns a reference to the AcmaPSObject
$newObject = Get-AcmaObject -ID "8f495b8d-799e-4eb1-9edf-dbe07fc01464"; $newObject.ToString();