Skip to content

Commit 10dfff1

Browse files
authored
Wrong examples
Should be Export-ADSyncToolsAadDisconnectors instead of Export-ADSyncToolsDisconnectors
1 parent 4ddee71 commit 10dfff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/hybrid/reference-connect-adsynctools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@ with: UserPrincipalName, Mail, SourceAnchor, DistinguishedName, CsObjectId, Obje
346346
### EXAMPLES
347347
#### EXAMPLE 1
348348
```
349-
Export-ADSyncToolsDisconnectors -SyncObjectType 'PublicFolder'
349+
Export-ADSyncToolsAadDisconnectors -SyncObjectType 'PublicFolder'
350350
```
351351
Exports to CSV all PublicFolder Disconnector objects
352352
#### EXAMPLE 2
353353
```
354-
Export-ADSyncToolsDisconnectors
354+
Export-ADSyncToolsAadDisconnectors
355355
```
356356
Exports to CSV all Disconnector objects
357357
### PARAMETERS

0 commit comments

Comments
 (0)