Skip to content

Commit c648cc6

Browse files
committed
[BULK] Fix code block spacing issues
1 parent b2b9947 commit c648cc6

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

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

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The following documentation provides reference information for the ADSync.psm1 P
2525

2626
### SYNTAX
2727
#### byIdentifier
28-
```
28+
```powershell
2929
Add-ADSyncADDSConnectorAccount [-Identifier] <Guid> [-EACredential <PSCredential>] [<CommonParameters>]
3030
```
3131

3232
#### byName
33-
```
33+
```powershell
3434
Add-ADSyncADDSConnectorAccount [-Name] <String> [-EACredential <PSCredential>] [<CommonParameters>]
3535
```
3636

@@ -115,7 +115,7 @@ The following documentation provides reference information for the ADSync.psm1 P
115115
116116
### SYNTAX
117117
118-
```
118+
```powershell
119119
Disable-ADSyncExportDeletionThreshold [[-AADCredential] <PSCredential>] [-WhatIf] [-Confirm]
120120
[<CommonParameters>]
121121
```
@@ -198,7 +198,7 @@ The following documentation provides reference information for the ADSync.psm1 P
198198
199199
### SYNTAX
200200
201-
```
201+
```powershell
202202
Enable-ADSyncExportDeletionThreshold [-DeletionThreshold] <UInt32> [[-AADCredential] <PSCredential>] [-WhatIf]
203203
[-Confirm] [<CommonParameters>]
204204
```
@@ -299,7 +299,7 @@ The following documentation provides reference information for the ADSync.psm1 P
299299
300300
### SYNTAX
301301
302-
```
302+
```powershell
303303
Get-ADSyncAutoUpgrade [-Detail] [<CommonParameters>]
304304
```
305305

@@ -351,30 +351,30 @@ The following documentation provides reference information for the ADSync.psm1 P
351351
### SYNTAX
352352
353353
#### SearchByIdentifier
354-
```
354+
```powershell
355355
Get-ADSyncCSObject [-Identifier] <Guid> [<CommonParameters>]
356356
```
357357

358358
#### SearchByConnectorIdentifierDistinguishedName
359-
```
359+
```powershell
360360
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
361361
[<CommonParameters>]
362362
```
363363

364364
#### SearchByConnectorIdentifier
365-
```
365+
```powershell
366366
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
367367
[<CommonParameters>]
368368
```
369369

370370
#### SearchByConnectorNameDistinguishedName
371-
```
371+
```powershell
372372
Get-ADSyncCSObject [-ConnectorName] <String> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
373373
[<CommonParameters>]
374374
```
375375

376376
#### SearchByConnectorName
377-
```
377+
```powershell
378378
Get-ADSyncCSObject [-ConnectorName] <String> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
379379
[<CommonParameters>]
380380
```
@@ -531,7 +531,7 @@ The following documentation provides reference information for the ADSync.psm1 P
531531
532532
### SYNTAX
533533
534-
```
534+
```powershell
535535
Get-ADSyncCSObjectLog [-Identifier] <Guid> [-Count] <UInt32> [<CommonParameters>]
536536
```
537537

@@ -597,7 +597,7 @@ The following documentation provides reference information for the ADSync.psm1 P
597597
598598
### SYNTAX
599599
600-
```
600+
```powershell
601601
Get-ADSyncDatabaseConfiguration [<CommonParameters>]
602602
```
603603

@@ -634,7 +634,7 @@ The following documentation provides reference information for the ADSync.psm1 P
634634

635635
### SYNTAX
636636

637-
```
637+
```powershell
638638
Get-ADSyncExportDeletionThreshold [[-AADCredential] <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]
639639
```
640640

@@ -717,7 +717,7 @@ The following documentation provides reference information for the ADSync.psm1 P
717717
718718
### SYNTAX
719719
720-
```
720+
```powershell
721721
Get-ADSyncMVObject -Identifier <Guid> [<CommonParameters>]
722722
```
723723

@@ -768,7 +768,7 @@ The following documentation provides reference information for the ADSync.psm1 P
768768
769769
### SYNTAX
770770
771-
```
771+
```powershell
772772
Get-ADSyncRunProfileResult [-RunHistoryId <Guid>] [-ConnectorId <Guid>] [-RunProfileId <Guid>]
773773
[-RunNumber <Int32>] [-NumberRequested <Int32>] [-RunStepDetails] [-StepNumber <Int32>] [-WhatIf] [-Confirm]
774774
[<CommonParameters>]
@@ -943,7 +943,7 @@ The following documentation provides reference information for the ADSync.psm1 P
943943
944944
### SYNTAX
945945
946-
```
946+
```powershell
947947
Get-ADSyncRunStepResult [-RunHistoryId <Guid>] [-StepHistoryId <Guid>] [-First] [-StepNumber <Int32>] [-WhatIf]
948948
[-Confirm] [<CommonParameters>]
949949
```
@@ -1073,7 +1073,7 @@ The following documentation provides reference information for the ADSync.psm1 P
10731073
10741074
### SYNTAX
10751075
1076-
```
1076+
```powershell
10771077
Get-ADSyncScheduler [<CommonParameters>]
10781078
```
10791079

@@ -1109,7 +1109,7 @@ The following documentation provides reference information for the ADSync.psm1 P
11091109

11101110
### SYNTAX
11111111

1112-
```
1112+
```powershell
11131113
Get-ADSyncSchedulerConnectorOverride [-ConnectorIdentifier <Guid>] [-ConnectorName <String>]
11141114
[<CommonParameters>]
11151115
```
@@ -1185,18 +1185,18 @@ The following documentation provides reference information for the ADSync.psm1 P
11851185
### SYNTAX
11861186
11871187
#### SearchByDistinguishedName
1188-
```
1188+
```powershell
11891189
Invoke-ADSyncCSObjectPasswordHashSync [-ConnectorName] <String> [-DistinguishedName] <String>
11901190
[<CommonParameters>]
11911191
```
11921192

11931193
#### SearchByIdentifier
1194-
```
1194+
```powershell
11951195
Invoke-ADSyncCSObjectPasswordHashSync [-Identifier] <Guid> [<CommonParameters>]
11961196
```
11971197

11981198
#### CSObject
1199-
```
1199+
```powershell
12001200
Invoke-ADSyncCSObjectPasswordHashSync [-CsObject] <CsObject> [<CommonParameters>]
12011201
```
12021202

@@ -1294,12 +1294,12 @@ The following documentation provides reference information for the ADSync.psm1 P
12941294
### SYNTAX
12951295
12961296
#### ConnectorName
1297-
```
1297+
```powershell
12981298
Invoke-ADSyncRunProfile -ConnectorName <String> -RunProfileName <String> [-Resume] [<CommonParameters>]
12991299
```
13001300

13011301
#### ConnectorIdentifier
1302-
```
1302+
```powershell
13031303
Invoke-ADSyncRunProfile -ConnectorIdentifier <Guid> -RunProfileName <String> [-Resume] [<CommonParameters>]
13041304
```
13051305

@@ -1399,13 +1399,13 @@ The following documentation provides reference information for the ADSync.psm1 P
13991399
### SYNTAX
14001400
14011401
#### ServiceAccount
1402-
```
1402+
```powershell
14031403
Remove-ADSyncAADServiceAccount [-AADCredential] <PSCredential> [-Name] <String> [-WhatIf] [-Confirm]
14041404
[<CommonParameters>]
14051405
```
14061406

14071407
#### ServicePrincipal
1408-
```
1408+
```powershell
14091409
Remove-ADSyncAADServiceAccount [-ServicePrincipal] [-WhatIf] [-Confirm] [<CommonParameters>]
14101410
```
14111411

@@ -1522,7 +1522,7 @@ The following documentation provides reference information for the ADSync.psm1 P
15221522
15231523
### SYNTAX
15241524
1525-
```
1525+
```powershell
15261526
Set-ADSyncAutoUpgrade [-AutoUpgradeState] <AutoUpgradeConfigurationState> [[-SuspensionReason] <String>]
15271527
[<CommonParameters>]
15281528
```
@@ -1591,7 +1591,7 @@ The following documentation provides reference information for the ADSync.psm1 P
15911591
15921592
### SYNTAX
15931593
1594-
```
1594+
```powershell
15951595
Set-ADSyncScheduler [[-CustomizedSyncCycleInterval] <TimeSpan>] [[-SyncCycleEnabled] <Boolean>]
15961596
[[-NextSyncCyclePolicyType] <SynchronizationPolicyType>] [[-PurgeRunHistoryInterval] <TimeSpan>]
15971597
[[-MaintenanceEnabled] <Boolean>] [[-SchedulerSuspended] <Boolean>] [-Force] [<CommonParameters>]
@@ -1744,13 +1744,13 @@ The following documentation provides reference information for the ADSync.psm1 P
17441744
### SYNTAX
17451745

17461746
#### ConnectorIdentifier
1747-
```
1747+
```powershell
17481748
Set-ADSyncSchedulerConnectorOverride -ConnectorIdentifier <Guid> [-FullImportRequired <Boolean>]
17491749
[-FullSyncRequired <Boolean>] [<CommonParameters>]
17501750
```
17511751

17521752
#### ConnectorName
1753-
```
1753+
```powershell
17541754
Set-ADSyncSchedulerConnectorOverride -ConnectorName <String> [-FullImportRequired <Boolean>]
17551755
[-FullSyncRequired <Boolean>] [<CommonParameters>]
17561756
```
@@ -1854,12 +1854,12 @@ The following documentation provides reference information for the ADSync.psm1 P
18541854
### SYNTAX
18551855

18561856
#### online
1857-
```
1857+
```powershell
18581858
Start-ADSyncPurgeRunHistory [[-PurgeRunHistoryInterval] <TimeSpan>] [<CommonParameters>]
18591859
```
18601860

18611861
#### offline
1862-
```
1862+
```powershell
18631863
Start-ADSyncPurgeRunHistory [-Offline] [<CommonParameters>]
18641864
```
18651865

@@ -1925,7 +1925,7 @@ The following documentation provides reference information for the ADSync.psm1 P
19251925

19261926
### SYNTAX
19271927

1928-
```
1928+
```powershell
19291929
Start-ADSyncSyncCycle [[-PolicyType] <SynchronizationPolicyType>] [[-InteractiveMode] <Boolean>]
19301930
[<CommonParameters>]
19311931
```
@@ -1996,7 +1996,7 @@ The following documentation provides reference information for the ADSync.psm1 P
19961996

19971997
### SYNTAX
19981998

1999-
```
1999+
```powershell
20002000
Stop-ADSyncRunProfile [[-ConnectorName] <String>] [<CommonParameters>]
20012001
```
20022002

@@ -2049,7 +2049,7 @@ The following documentation provides reference information for the ADSync.psm1 P
20492049

20502050
### SYNTAX
20512051

2052-
```
2052+
```powershell
20532053
Stop-ADSyncSyncCycle [<CommonParameters>]
20542054
```
20552055

@@ -2087,17 +2087,17 @@ The following documentation provides reference information for the ADSync.psm1 P
20872087
### SYNTAX
20882088

20892089
#### ConnectorName_ObjectDN
2090-
```
2090+
```powershell
20912091
Sync-ADSyncCSObject -ConnectorName <String> -DistinguishedName <String> [-Commit] [<CommonParameters>]
20922092
```
20932093

20942094
#### ConnectorIdentifier_ObjectDN
2095-
```
2095+
```powershell
20962096
Sync-ADSyncCSObject -ConnectorIdentifier <Guid> -DistinguishedName <String> [-Commit] [<CommonParameters>]
20972097
```
20982098

20992099
#### ObjectIdentifier
2100-
```
2100+
```powershell
21012101
Sync-ADSyncCSObject -Identifier <Guid> [-Commit] [<CommonParameters>]
21022102
```
21032103

@@ -2210,13 +2210,13 @@ The following documentation provides reference information for the ADSync.psm1 P
22102210
### SYNTAX
22112211

22122212
#### ByEnvironment
2213-
```
2213+
```powershell
22142214
Test-AdSyncAzureServiceConnectivity [-AzureEnvironment] <Identifier> [[-Service] <AzureService>] [-CurrentUser]
22152215
[<CommonParameters>]
22162216
```
22172217

22182218
#### ByTenantName
2219-
```
2219+
```powershell
22202220
Test-AdSyncAzureServiceConnectivity [-Domain] <String> [[-Service] <AzureService>] [-CurrentUser]
22212221
[<CommonParameters>]
22222222
```
@@ -2322,7 +2322,7 @@ The following documentation provides reference information for the ADSync.psm1 P
23222322

23232323
### SYNTAX
23242324

2325-
```
2325+
```powershell
23262326
Test-AdSyncUserHasPermissions [-ForestFqdn] <String> [-AdConnectorId] <Guid>
23272327
[-AdConnectorCredential] <PSCredential> [-BaseDn] <String> [-PropertyType] <String> [-PropertyValue] <String>
23282328
[-WhatIf] [-Confirm] [<CommonParameters>]

0 commit comments

Comments
 (0)