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 configuratioin
  1. Usage
  2. Cmdlet Reference

Get-MVConfiguration

PreviousGet-MVObjectNextGet-ManagementAgent

Last updated 2 years ago

Synopsis

Gets the metaverse configuration parameters

Syntax

Get-MVConfiguration [<CommonParameters>]

Description

The 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 .

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]...}
Get-MVConfiguration
about CommonParameters