Comment on page
Get-MVSchema
Gets the metaverse schema
Get-MVSchema [[-ObjectType] <String>] [<CommonParameters>]
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.
Gets the schema for the specified metaverse object type only
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
PS C:\> Get-MVSchema
ObjectTypes Attributes
------------- ----------
{[placeholder, placeholder], [sharedMailbox, sharedMailbox], [calendar,... {[accountBlocked, accountBlocked], [accountDisabled, accountDisabled], ...
PS C:\> Get-MVSchema -ObjectType user
Name Attributes
---- ----------
user {[accountBlocked, accountBlocked], [accountDisabled, accountDisabled], ...
Last modified 1yr ago