Skip to content

Commit e8b3ea7

Browse files
Merge pull request #216005 from alexbuckgit/alexbuckgit/docutune-autopr-20221026-161900-8055208
[BULK] Fix code block spacing issues (part 2)
2 parents b3dbe04 + fc9a540 commit e8b3ea7

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The following documentation provides reference information for the ADSync.psm1 P
199199
200200
### SYNTAX
201201
202-
```
202+
```powershell
203203
Enable-ADSyncExportDeletionThreshold [-DeletionThreshold] <UInt32> [[-AADCredential] <PSCredential>] [-WhatIf]
204204
[-Confirm] [<CommonParameters>]
205205
```
@@ -300,7 +300,7 @@ The following documentation provides reference information for the ADSync.psm1 P
300300
301301
### SYNTAX
302302
303-
```
303+
```powershell
304304
Get-ADSyncAutoUpgrade [-Detail] [<CommonParameters>]
305305
```
306306

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

359359
#### SearchByConnectorIdentifierDistinguishedName
360-
```
360+
```powershell
361361
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
362362
[<CommonParameters>]
363363
```
364364

365365
#### SearchByConnectorIdentifier
366-
```
366+
```powershell
367367
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
368368
[<CommonParameters>]
369369
```
370370

371371
#### SearchByConnectorNameDistinguishedName
372-
```
372+
```powershell
373373
Get-ADSyncCSObject [-ConnectorName] <String> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
374374
[<CommonParameters>]
375375
```
376376

377377
#### SearchByConnectorName
378-
```
378+
```powershell
379379
Get-ADSyncCSObject [-ConnectorName] <String> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
380380
[<CommonParameters>]
381381
```
@@ -532,7 +532,7 @@ The following documentation provides reference information for the ADSync.psm1 P
532532
533533
### SYNTAX
534534
535-
```
535+
```powershell
536536
Get-ADSyncCSObjectLog [-Identifier] <Guid> [-Count] <UInt32> [<CommonParameters>]
537537
```
538538

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

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

636636
### SYNTAX
637637

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

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

@@ -769,7 +769,7 @@ The following documentation provides reference information for the ADSync.psm1 P
769769
770770
### SYNTAX
771771
772-
```
772+
```powershell
773773
Get-ADSyncRunProfileResult [-RunHistoryId <Guid>] [-ConnectorId <Guid>] [-RunProfileId <Guid>]
774774
[-RunNumber <Int32>] [-NumberRequested <Int32>] [-RunStepDetails] [-StepNumber <Int32>] [-WhatIf] [-Confirm]
775775
[<CommonParameters>]
@@ -944,7 +944,7 @@ The following documentation provides reference information for the ADSync.psm1 P
944944
945945
### SYNTAX
946946
947-
```
947+
```powershell
948948
Get-ADSyncRunStepResult [-RunHistoryId <Guid>] [-StepHistoryId <Guid>] [-First] [-StepNumber <Int32>] [-WhatIf]
949949
[-Confirm] [<CommonParameters>]
950950
```
@@ -1074,7 +1074,7 @@ The following documentation provides reference information for the ADSync.psm1 P
10741074
10751075
### SYNTAX
10761076
1077-
```
1077+
```powershell
10781078
Get-ADSyncScheduler [<CommonParameters>]
10791079
```
10801080

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

11111111
### SYNTAX
11121112

1113-
```
1113+
```powershell
11141114
Get-ADSyncSchedulerConnectorOverride [-ConnectorIdentifier <Guid>] [-ConnectorName <String>]
11151115
[<CommonParameters>]
11161116
```
@@ -1186,18 +1186,18 @@ The following documentation provides reference information for the ADSync.psm1 P
11861186
### SYNTAX
11871187
11881188
#### SearchByDistinguishedName
1189-
```
1189+
```powershell
11901190
Invoke-ADSyncCSObjectPasswordHashSync [-ConnectorName] <String> [-DistinguishedName] <String>
11911191
[<CommonParameters>]
11921192
```
11931193

11941194
#### SearchByIdentifier
1195-
```
1195+
```powershell
11961196
Invoke-ADSyncCSObjectPasswordHashSync [-Identifier] <Guid> [<CommonParameters>]
11971197
```
11981198

11991199
#### CSObject
1200-
```
1200+
```powershell
12011201
Invoke-ADSyncCSObjectPasswordHashSync [-CsObject] <CsObject> [<CommonParameters>]
12021202
```
12031203

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

13021302
#### ConnectorIdentifier
1303-
```
1303+
```powershell
13041304
Invoke-ADSyncRunProfile -ConnectorIdentifier <Guid> -RunProfileName <String> [-Resume] [<CommonParameters>]
13051305
```
13061306

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

14081408
#### ServicePrincipal
1409-
```
1409+
```powershell
14101410
Remove-ADSyncAADServiceAccount [-ServicePrincipal] [-WhatIf] [-Confirm] [<CommonParameters>]
14111411
```
14121412

@@ -1523,7 +1523,7 @@ The following documentation provides reference information for the ADSync.psm1 P
15231523
15241524
### SYNTAX
15251525
1526-
```
1526+
```powershell
15271527
Set-ADSyncAutoUpgrade [-AutoUpgradeState] <AutoUpgradeConfigurationState> [[-SuspensionReason] <String>]
15281528
[<CommonParameters>]
15291529
```
@@ -1592,7 +1592,7 @@ The following documentation provides reference information for the ADSync.psm1 P
15921592
15931593
### SYNTAX
15941594
1595-
```
1595+
```powershell
15961596
Set-ADSyncScheduler [[-CustomizedSyncCycleInterval] <TimeSpan>] [[-SyncCycleEnabled] <Boolean>]
15971597
[[-NextSyncCyclePolicyType] <SynchronizationPolicyType>] [[-PurgeRunHistoryInterval] <TimeSpan>]
15981598
[[-MaintenanceEnabled] <Boolean>] [[-SchedulerSuspended] <Boolean>] [-Force] [<CommonParameters>]
@@ -1745,13 +1745,13 @@ The following documentation provides reference information for the ADSync.psm1 P
17451745
### SYNTAX
17461746

17471747
#### ConnectorIdentifier
1748-
```
1748+
```powershell
17491749
Set-ADSyncSchedulerConnectorOverride -ConnectorIdentifier <Guid> [-FullImportRequired <Boolean>]
17501750
[-FullSyncRequired <Boolean>] [<CommonParameters>]
17511751
```
17521752

17531753
#### ConnectorName
1754-
```
1754+
```powershell
17551755
Set-ADSyncSchedulerConnectorOverride -ConnectorName <String> [-FullImportRequired <Boolean>]
17561756
[-FullSyncRequired <Boolean>] [<CommonParameters>]
17571757
```
@@ -1855,12 +1855,12 @@ The following documentation provides reference information for the ADSync.psm1 P
18551855
### SYNTAX
18561856

18571857
#### online
1858-
```
1858+
```powershell
18591859
Start-ADSyncPurgeRunHistory [[-PurgeRunHistoryInterval] <TimeSpan>] [<CommonParameters>]
18601860
```
18611861

18621862
#### offline
1863-
```
1863+
```powershell
18641864
Start-ADSyncPurgeRunHistory [-Offline] [<CommonParameters>]
18651865
```
18661866

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

19271927
### SYNTAX
19281928

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

19981998
### SYNTAX
19991999

2000-
```
2000+
```powershell
20012001
Stop-ADSyncRunProfile [[-ConnectorName] <String>] [<CommonParameters>]
20022002
```
20032003

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

20512051
### SYNTAX
20522052

2053-
```
2053+
```powershell
20542054
Stop-ADSyncSyncCycle [<CommonParameters>]
20552055
```
20562056

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

20902090
#### ConnectorName_ObjectDN
2091-
```
2091+
```powershell
20922092
Sync-ADSyncCSObject -ConnectorName <String> -DistinguishedName <String> [-Commit] [<CommonParameters>]
20932093
```
20942094

20952095
#### ConnectorIdentifier_ObjectDN
2096-
```
2096+
```powershell
20972097
Sync-ADSyncCSObject -ConnectorIdentifier <Guid> -DistinguishedName <String> [-Commit] [<CommonParameters>]
20982098
```
20992099

21002100
#### ObjectIdentifier
2101-
```
2101+
```powershell
21022102
Sync-ADSyncCSObject -Identifier <Guid> [-Commit] [<CommonParameters>]
21032103
```
21042104

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

22132213
#### ByEnvironment
2214-
```
2214+
```powershell
22152215
Test-AdSyncAzureServiceConnectivity [-AzureEnvironment] <Identifier> [[-Service] <AzureService>] [-CurrentUser]
22162216
[<CommonParameters>]
22172217
```
22182218

22192219
#### ByTenantName
2220-
```
2220+
```powershell
22212221
Test-AdSyncAzureServiceConnectivity [-Domain] <String> [[-Service] <AzureService>] [-CurrentUser]
22222222
[<CommonParameters>]
22232223
```
@@ -2323,7 +2323,7 @@ The following documentation provides reference information for the ADSync.psm1 P
23232323

23242324
### SYNTAX
23252325

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

0 commit comments

Comments
 (0)