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
  • Examples
  • Get the metaverse schema
  • Gets the schema for a specific metaverse object type
  1. Usage
  2. Cmdlet Reference

Get-MVSchema

Synopsis

Gets the metaverse schema

Syntax

Get-MVSchema [[-ObjectType] <String>] [<CommonParameters>]

Description

The [Get-MaVSchema cmdlet gets the object classes and attributes that are defined in the metaverse. Optionally a specific object class can be returned, rather than the whole schema.

Parameters

-ObjectType <string>

Gets the schema for the specified metaverse object type only

Required?

false

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Get the metaverse schema

PS C:\> Get-MVSchema
ObjectTypes                                                                Attributes
-------------                                                              ----------
{[placeholder, placeholder], [sharedMailbox, sharedMailbox], [calendar,... {[accountBlocked, accountBlocked], [accountDisabled, accountDisabled], ...

Gets the schema for a specific metaverse object type

PS C:\> Get-MVSchema -ObjectType user
Name                                                                       Attributes
----                                                                       ----------
user                                                                       {[accountBlocked, accountBlocked], [accountDisabled, accountDisabled], ...
PreviousGet-MAStatisticsNextGet-MVObject

Last updated 2 years ago

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see .

about CommonParameters