[Index]

Model: device/skypeforbusiness/CsUserReplicatorConfiguration

Model Details: device/skypeforbusiness/CsUserReplicatorConfiguration

Title Description Details
DomainControllerList List of domain controllers to be used for user replication. Typically the user replicator service is able to identify domain controllers by using the DsGetDcName Windows API. Because of this, it is recommended that you consult with Microsoft support personnel before manually selecting domain controllers by using this parameter.
  • Field Name: DomainControllerList
  • Type: String
ReplicationCycleInterval Represents the amount of time that the User Replicator waits before checking for user account updates in Active Directory. The replication cycle interval can be any time value between 1 second, and 23 hours, 59 minutes, and 59 seconds; the default value is 1 minute. The interval must be expressed using the format hours:minutes:seconds. For example, this syntax sets to time interval to one hour and 15 minutes: -ReplicationCycleInterval 01:15:00
  • Field Name: ReplicationCycleInterval
  • Type: String
ScopeClass
  • Field Name: ScopeClass
  • Type: String
Element
  • Field Name: Element
  • Type: String
InMemory Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set-<cmdlet>.
  • Field Name: InMemory
  • Type: Boolean
SkipFirstSyncAllowedDowntime Indicates how long Skype for Business Server 2015 should wait for user data to synchronize before marking the service as started. The default value is 2 hours (02:00:00), meaning that, after 2 hours, the status of the replication service will changed from Pending to Started.
  • Field Name: SkipFirstSyncAllowedDowntime
  • Type: String
Anchor
  • Field Name: Anchor
  • Type: String
Identity * Unique identifier of the User Replicator configuration settings to be created. Settings can only be created at the service scope, and only for the Registrar service. That means that new settings must have an Identity similar to this: -Identity "service:Registrar:atl-cs-001.litwareinc.com" Note that this applies only to Skype for Business Online.
  • Field Name: Identity
  • Type: String
ADDomainNamingContextList Distinguished names of the Active Directory domains that the User Replicator must synchronize with. For example, to add a domain to the list use syntax similar to this: -ADDomainNamingContextList @{Add="dc=fabrikam,dc=com"} You can add more than one domain name when calling the New-CsUserReplicatorConfiguration cmdlet. To do this, simply separate the domain names by using a comma: -ADDomainNamingContextList @{Add="dc=fabrikam,dc=com","dc=contoso,dc=com"} If you set this property to a null value the user replicator will discover and synchronize with all available domains. If this property is not null then the replicator will only synchronize with the domains specified in the ADDomainNamingContextList.
  • Field Name: ADDomainNamingContextList.[n]
  • Type: Array