@@ -25,12 +25,12 @@ The following documentation provides reference information for the ADSync.psm1 P
25
25
26
26
### SYNTAX
27
27
#### byIdentifier
28
- ```
28
+ ``` powershell
29
29
Add-ADSyncADDSConnectorAccount [-Identifier] <Guid> [-EACredential <PSCredential>] [<CommonParameters>]
30
30
```
31
31
32
32
#### byName
33
- ```
33
+ ``` powershell
34
34
Add-ADSyncADDSConnectorAccount [-Name] <String> [-EACredential <PSCredential>] [<CommonParameters>]
35
35
```
36
36
@@ -115,7 +115,7 @@ The following documentation provides reference information for the ADSync.psm1 P
115
115
116
116
### SYNTAX
117
117
118
- ` ` `
118
+ ` ` ` powershell
119
119
Disable-ADSyncExportDeletionThreshold [[-AADCredential] <PSCredential>] [-WhatIf] [-Confirm]
120
120
[<CommonParameters>]
121
121
```
@@ -198,7 +198,7 @@ The following documentation provides reference information for the ADSync.psm1 P
198
198
199
199
### SYNTAX
200
200
201
- ` ` `
201
+ ` ` ` powershell
202
202
Enable-ADSyncExportDeletionThreshold [-DeletionThreshold] <UInt32> [[-AADCredential] <PSCredential>] [-WhatIf]
203
203
[-Confirm] [<CommonParameters>]
204
204
```
@@ -299,7 +299,7 @@ The following documentation provides reference information for the ADSync.psm1 P
299
299
300
300
### SYNTAX
301
301
302
- ` ` `
302
+ ` ` ` powershell
303
303
Get-ADSyncAutoUpgrade [-Detail] [<CommonParameters>]
304
304
```
305
305
@@ -351,30 +351,30 @@ The following documentation provides reference information for the ADSync.psm1 P
351
351
### SYNTAX
352
352
353
353
#### SearchByIdentifier
354
- ` ` `
354
+ ` ` ` powershell
355
355
Get-ADSyncCSObject [-Identifier] <Guid> [<CommonParameters>]
356
356
```
357
357
358
358
#### SearchByConnectorIdentifierDistinguishedName
359
- ```
359
+ ``` powershell
360
360
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
361
361
[<CommonParameters>]
362
362
```
363
363
364
364
#### SearchByConnectorIdentifier
365
- ```
365
+ ``` powershell
366
366
Get-ADSyncCSObject [-ConnectorIdentifier] <Guid> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
367
367
[<CommonParameters>]
368
368
```
369
369
370
370
#### SearchByConnectorNameDistinguishedName
371
- ```
371
+ ``` powershell
372
372
Get-ADSyncCSObject [-ConnectorName] <String> [-DistinguishedName] <String> [-SkipDNValidation] [-Transient]
373
373
[<CommonParameters>]
374
374
```
375
375
376
376
#### SearchByConnectorName
377
- ```
377
+ ``` powershell
378
378
Get-ADSyncCSObject [-ConnectorName] <String> [-Transient] [-StartIndex <Int32>] [-MaxResultCount <Int32>]
379
379
[<CommonParameters>]
380
380
```
@@ -531,7 +531,7 @@ The following documentation provides reference information for the ADSync.psm1 P
531
531
532
532
### SYNTAX
533
533
534
- ` ` `
534
+ ` ` ` powershell
535
535
Get-ADSyncCSObjectLog [-Identifier] <Guid> [-Count] <UInt32> [<CommonParameters>]
536
536
```
537
537
@@ -597,7 +597,7 @@ The following documentation provides reference information for the ADSync.psm1 P
597
597
598
598
### SYNTAX
599
599
600
- ` ` `
600
+ ` ` ` powershell
601
601
Get-ADSyncDatabaseConfiguration [<CommonParameters>]
602
602
```
603
603
@@ -634,7 +634,7 @@ The following documentation provides reference information for the ADSync.psm1 P
634
634
635
635
### SYNTAX
636
636
637
- ```
637
+ ``` powershell
638
638
Get-ADSyncExportDeletionThreshold [[-AADCredential] <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]
639
639
```
640
640
@@ -717,7 +717,7 @@ The following documentation provides reference information for the ADSync.psm1 P
717
717
718
718
### SYNTAX
719
719
720
- ` ` `
720
+ ` ` ` powershell
721
721
Get-ADSyncMVObject -Identifier <Guid> [<CommonParameters>]
722
722
```
723
723
@@ -768,7 +768,7 @@ The following documentation provides reference information for the ADSync.psm1 P
768
768
769
769
### SYNTAX
770
770
771
- ` ` `
771
+ ` ` ` powershell
772
772
Get-ADSyncRunProfileResult [-RunHistoryId <Guid>] [-ConnectorId <Guid>] [-RunProfileId <Guid>]
773
773
[-RunNumber <Int32>] [-NumberRequested <Int32>] [-RunStepDetails] [-StepNumber <Int32>] [-WhatIf] [-Confirm]
774
774
[<CommonParameters>]
@@ -943,7 +943,7 @@ The following documentation provides reference information for the ADSync.psm1 P
943
943
944
944
### SYNTAX
945
945
946
- ` ` `
946
+ ` ` ` powershell
947
947
Get-ADSyncRunStepResult [-RunHistoryId <Guid>] [-StepHistoryId <Guid>] [-First] [-StepNumber <Int32>] [-WhatIf]
948
948
[-Confirm] [<CommonParameters>]
949
949
```
@@ -1073,7 +1073,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1073
1073
1074
1074
### SYNTAX
1075
1075
1076
- ` ` `
1076
+ ` ` ` powershell
1077
1077
Get-ADSyncScheduler [<CommonParameters>]
1078
1078
```
1079
1079
@@ -1109,7 +1109,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1109
1109
1110
1110
### SYNTAX
1111
1111
1112
- ```
1112
+ ``` powershell
1113
1113
Get-ADSyncSchedulerConnectorOverride [-ConnectorIdentifier <Guid>] [-ConnectorName <String>]
1114
1114
[<CommonParameters>]
1115
1115
```
@@ -1185,18 +1185,18 @@ The following documentation provides reference information for the ADSync.psm1 P
1185
1185
### SYNTAX
1186
1186
1187
1187
#### SearchByDistinguishedName
1188
- ` ` `
1188
+ ` ` ` powershell
1189
1189
Invoke-ADSyncCSObjectPasswordHashSync [-ConnectorName] <String> [-DistinguishedName] <String>
1190
1190
[<CommonParameters>]
1191
1191
```
1192
1192
1193
1193
#### SearchByIdentifier
1194
- ```
1194
+ ``` powershell
1195
1195
Invoke-ADSyncCSObjectPasswordHashSync [-Identifier] <Guid> [<CommonParameters>]
1196
1196
```
1197
1197
1198
1198
#### CSObject
1199
- ```
1199
+ ``` powershell
1200
1200
Invoke-ADSyncCSObjectPasswordHashSync [-CsObject] <CsObject> [<CommonParameters>]
1201
1201
```
1202
1202
@@ -1294,12 +1294,12 @@ The following documentation provides reference information for the ADSync.psm1 P
1294
1294
### SYNTAX
1295
1295
1296
1296
#### ConnectorName
1297
- ` ` `
1297
+ ` ` ` powershell
1298
1298
Invoke-ADSyncRunProfile -ConnectorName <String> -RunProfileName <String> [-Resume] [<CommonParameters>]
1299
1299
```
1300
1300
1301
1301
#### ConnectorIdentifier
1302
- ```
1302
+ ``` powershell
1303
1303
Invoke-ADSyncRunProfile -ConnectorIdentifier <Guid> -RunProfileName <String> [-Resume] [<CommonParameters>]
1304
1304
```
1305
1305
@@ -1399,13 +1399,13 @@ The following documentation provides reference information for the ADSync.psm1 P
1399
1399
### SYNTAX
1400
1400
1401
1401
#### ServiceAccount
1402
- ` ` `
1402
+ ` ` ` powershell
1403
1403
Remove-ADSyncAADServiceAccount [-AADCredential] <PSCredential> [-Name] <String> [-WhatIf] [-Confirm]
1404
1404
[<CommonParameters>]
1405
1405
```
1406
1406
1407
1407
#### ServicePrincipal
1408
- ```
1408
+ ``` powershell
1409
1409
Remove-ADSyncAADServiceAccount [-ServicePrincipal] [-WhatIf] [-Confirm] [<CommonParameters>]
1410
1410
```
1411
1411
@@ -1522,7 +1522,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1522
1522
1523
1523
### SYNTAX
1524
1524
1525
- ` ` `
1525
+ ` ` ` powershell
1526
1526
Set-ADSyncAutoUpgrade [-AutoUpgradeState] <AutoUpgradeConfigurationState> [[-SuspensionReason] <String>]
1527
1527
[<CommonParameters>]
1528
1528
```
@@ -1591,7 +1591,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1591
1591
1592
1592
### SYNTAX
1593
1593
1594
- ` ` `
1594
+ ` ` ` powershell
1595
1595
Set-ADSyncScheduler [[-CustomizedSyncCycleInterval] <TimeSpan>] [[-SyncCycleEnabled] <Boolean>]
1596
1596
[[-NextSyncCyclePolicyType] <SynchronizationPolicyType>] [[-PurgeRunHistoryInterval] <TimeSpan>]
1597
1597
[[-MaintenanceEnabled] <Boolean>] [[-SchedulerSuspended] <Boolean>] [-Force] [<CommonParameters>]
@@ -1744,13 +1744,13 @@ The following documentation provides reference information for the ADSync.psm1 P
1744
1744
# ## SYNTAX
1745
1745
1746
1746
# ### ConnectorIdentifier
1747
- ```
1747
+ ` ` ` powershell
1748
1748
Set-ADSyncSchedulerConnectorOverride -ConnectorIdentifier <Guid> [-FullImportRequired <Boolean>]
1749
1749
[-FullSyncRequired <Boolean>] [<CommonParameters>]
1750
1750
` ` `
1751
1751
1752
1752
# ### ConnectorName
1753
- ```
1753
+ ` ` ` powershell
1754
1754
Set-ADSyncSchedulerConnectorOverride -ConnectorName <String> [-FullImportRequired <Boolean>]
1755
1755
[-FullSyncRequired <Boolean>] [<CommonParameters>]
1756
1756
` ` `
@@ -1854,12 +1854,12 @@ The following documentation provides reference information for the ADSync.psm1 P
1854
1854
# ## SYNTAX
1855
1855
1856
1856
# ### online
1857
- ```
1857
+ ` ` ` powershell
1858
1858
Start-ADSyncPurgeRunHistory [[-PurgeRunHistoryInterval] <TimeSpan>] [<CommonParameters>]
1859
1859
` ` `
1860
1860
1861
1861
# ### offline
1862
- ```
1862
+ ` ` ` powershell
1863
1863
Start-ADSyncPurgeRunHistory [-Offline] [<CommonParameters>]
1864
1864
` ` `
1865
1865
@@ -1925,7 +1925,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1925
1925
1926
1926
# ## SYNTAX
1927
1927
1928
- ` ` `
1928
+ ` ` ` powershell
1929
1929
Start-ADSyncSyncCycle [[-PolicyType] <SynchronizationPolicyType>] [[-InteractiveMode] <Boolean>]
1930
1930
[<CommonParameters>]
1931
1931
` ` `
@@ -1996,7 +1996,7 @@ The following documentation provides reference information for the ADSync.psm1 P
1996
1996
1997
1997
# ## SYNTAX
1998
1998
1999
- ```
1999
+ ` ` ` powershell
2000
2000
Stop-ADSyncRunProfile [[-ConnectorName] <String>] [<CommonParameters>]
2001
2001
` ` `
2002
2002
@@ -2049,7 +2049,7 @@ The following documentation provides reference information for the ADSync.psm1 P
2049
2049
2050
2050
# ## SYNTAX
2051
2051
2052
- ` ` `
2052
+ ` ` ` powershell
2053
2053
Stop-ADSyncSyncCycle [<CommonParameters>]
2054
2054
` ` `
2055
2055
@@ -2087,17 +2087,17 @@ The following documentation provides reference information for the ADSync.psm1 P
2087
2087
# ## SYNTAX
2088
2088
2089
2089
# ### ConnectorName_ObjectDN
2090
- ```
2090
+ ` ` ` powershell
2091
2091
Sync-ADSyncCSObject -ConnectorName <String> -DistinguishedName <String> [-Commit] [<CommonParameters>]
2092
2092
` ` `
2093
2093
2094
2094
# ### ConnectorIdentifier_ObjectDN
2095
- ```
2095
+ ` ` ` powershell
2096
2096
Sync-ADSyncCSObject -ConnectorIdentifier <Guid> -DistinguishedName <String> [-Commit] [<CommonParameters>]
2097
2097
` ` `
2098
2098
2099
2099
# ### ObjectIdentifier
2100
- ```
2100
+ ` ` ` powershell
2101
2101
Sync-ADSyncCSObject -Identifier <Guid> [-Commit] [<CommonParameters>]
2102
2102
` ` `
2103
2103
@@ -2210,13 +2210,13 @@ The following documentation provides reference information for the ADSync.psm1 P
2210
2210
# ## SYNTAX
2211
2211
2212
2212
# ### ByEnvironment
2213
- ` ` `
2213
+ ` ` ` powershell
2214
2214
Test-AdSyncAzureServiceConnectivity [-AzureEnvironment] <Identifier> [[-Service] <AzureService>] [-CurrentUser]
2215
2215
[<CommonParameters>]
2216
2216
` ` `
2217
2217
2218
2218
# ### ByTenantName
2219
- ```
2219
+ ` ` ` powershell
2220
2220
Test-AdSyncAzureServiceConnectivity [-Domain] <String> [[-Service] <AzureService>] [-CurrentUser]
2221
2221
[<CommonParameters>]
2222
2222
` ` `
@@ -2322,7 +2322,7 @@ The following documentation provides reference information for the ADSync.psm1 P
2322
2322
2323
2323
# ## SYNTAX
2324
2324
2325
- ```
2325
+ ` ` ` powershell
2326
2326
Test-AdSyncUserHasPermissions [-ForestFqdn] <String> [-AdConnectorId] <Guid>
2327
2327
[-AdConnectorCredential] <PSCredential> [-BaseDn] <String> [-PropertyType] <String> [-PropertyValue] <String>
2328
2328
[-WhatIf] [-Confirm] [<CommonParameters>]
0 commit comments