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