Links
Comment on page

Get-MVConfiguration

Synopsis

Gets the metaverse configuration parameters

Syntax

Get-MVConfiguration [<CommonParameters>]

Description

The Get-MVConfiguration cmdlet gets the configuration settings from the metaverse including the schema, object deletion rules, password synchronization configuration, and provisioning configuration

Parameters

<CommonParameters>

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

Examples

Get the metaverse configuratioin

PS C:\> Get-MVConfiguration
Schema : Lithnet.Miiserver.Client.DsmlSchema
Version : 436
PasswordSyncEnabled : True
PasswordChangeHistorySize : 24
RulesExtension : FIM.MRE.dll
RulesExtensionInSeperateProcess : False
RulesExtensionTimeout : 60
ProvisioningRulesExtensionEnabled : True
ProvisioningSyncRulesEnabled : False
ImportFlowSets : {[group, group], [user, user], [contact, contact], [organizationalUnit, organizationalUnit]...}
MVDeletionRules : {[calendar, Lithnet.Miiserver.Client.MVDeletionRule], [detectedRuleEntry,
Lithnet.Miiserver.Client.MVDeletionRule], [expectedRuleEntry, Lithnet.Miiserver.Client.MVDeletionRule],
[contact, Lithnet.Miiserver.Client.MVDeletionRule]...}