Comment on page
Get-MVConfiguration
Gets the metaverse configuration parameters
Get-MVConfiguration [<CommonParameters>]
The Get-MVConfiguration cmdlet gets the configuration settings from the metaverse including the schema, object deletion rules, password synchronization configuration, and provisioning configuration
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-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]...}
Last modified 1yr ago