MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  1. Usage
  2. Cmdlet Reference

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

PreviousGet-MVSchemaNextGet-MVConfiguration

Last updated 3 years ago