Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 2.72 KB

Get-MsolDirSyncFeatures.md

File metadata and controls

103 lines (74 loc) · 2.72 KB

external help file: Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml online version: schema: 2.0.0 ms.assetid: F2ED75F9-4313-418D-8B3A-EED1DE39B9DB ms.reviewer: rodejo ms.custom: iamfeature=PowerShell

Get-MsolDirSyncFeatures

SYNOPSIS

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
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
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
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-MsolDirSyncConfiguration

Get-MsolDirSyncProvisioningError