# Get-MVObject

## Synopsis

Gets one or more objects from the metaverse

## Syntax

```
Get-MVObject [-ObjectType] <String> [<CommonParameters>]

Get-MVObject [-ObjectType] <String> [-Attribute] <String> [-Value] <Object> [<CommonParameters>]

Get-MVObject [-ID] <Guid> [<CommonParameters>]

Get-MVObject [[-ObjectType] <String>] [[-Queries] <MVAttributeQuery[]>] [[-Collation] <String>] [<CommonParameters>]
```

## Description

The \[\[Get-MVObject]] cmdlet allows you to get one or more objects from the metaverse using either search criteria or a known metaverse object ID

## Parameters

#### -ObjectType \<string>

The object class to query for

|                             |       |
| --------------------------- | ----- |
| Required?                   | true  |
| Position?                   | 1     |
| Default value               |       |
| Accept pipeline input?      | false |
| Accept wildcard characters? | false |

#### -Attribute \<string>

The name of the attribute to search with

|                             |       |
| --------------------------- | ----- |
| Required?                   | true  |
| Position?                   | 2     |
| Default value               |       |
| Accept pipeline input?      | false |
| Accept wildcard characters? | false |

#### -Value&#x20;
