Get-MsolDirSyncFeatures

Gets the status of identity synchronization features for a tenant.

Syntax

Get-MsolDirSyncFeatures
   [-Feature <String>]
   [-TenantId <Guid>]
   [<CommonParameters>]

Description

The Get-MsolDirSyncFeatures cmdlet gets the status of identity synchronization features for a tenant.

Synchronization features that can be used with this cmdlet include the following:

  • DeviceWriteback
  • DirectoryExtensions
  • DuplicateProxyAddressResiliency
  • DuplicateUPNResiliency
  • EnableSoftMatchOnUpn
  • PasswordSync
  • SynchronizeUpnForManagedUsers
  • UnifiedGroupWriteback
  • UserWriteback

You can run this cmdlet without any feature being specified, in which case it will return a list of all enabled or disabled features.

Examples

Example 1: Get a list of all possible synchronization features

PS C:\>Get-MsolDirSyncFeatures

This command gets a list of all possible directory synchronization features and whether they are enabled or disabled.

Example 2: Get a list of all possibleCheck whether the password PasswordSync synchronization features is enabledCheck whether the password is enabled

PS C:\>Get-MsolDirSyncFeatures -Feature PasswordSync

This command checks whether the password synchronization feature is enabled for the tenant.

Parameters

-Feature

Specifies the directory synchronization feature that this cmdlet gets the status of.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-TenantId

Specifies the unique ID of the tenant to perform the operation on. If you do not specify this parameter the cmdlet will use the ID of the current user. This parameter is only applicable to partner users.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False