Skip to content

Commit f82d7df

Browse files
MAML update
1 parent 693662d commit f82d7df

5 files changed

Lines changed: 523 additions & 304 deletions

File tree

Documentation/PowerShell/Add-ADReplNgcKey.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ Composes and updates the msDS-KeyCredentialLink value on an object through the M
1515
### ByName
1616
```
1717
Add-ADReplNgcKey -PublicKey <Byte[]> [-SamAccountName] <String> [[-Domain] <String>] -Server <String>
18-
[-Credential <PSCredential>] [-Protocol <RpcProtocol>] [<CommonParameters>]
18+
[-Credential <PSCredential>] [<CommonParameters>]
1919
```
2020

2121
### ByUPN
2222
```
2323
Add-ADReplNgcKey -PublicKey <Byte[]> -UserPrincipalName <String> -Server <String> [-Credential <PSCredential>]
24-
[-Protocol <RpcProtocol>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### BySID
2828
```
2929
Add-ADReplNgcKey -PublicKey <Byte[]> -ObjectSid <SecurityIdentifier> -Server <String>
30-
[-Credential <PSCredential>] [-Protocol <RpcProtocol>] [<CommonParameters>]
30+
[-Credential <PSCredential>] [<CommonParameters>]
3131
```
3232

3333
### ByDN
3434
```
3535
Add-ADReplNgcKey -PublicKey <Byte[]> [-DistinguishedName] <String> -Server <String>
36-
[-Credential <PSCredential>] [-Protocol <RpcProtocol>] [<CommonParameters>]
36+
[-Credential <PSCredential>] [<CommonParameters>]
3737
```
3838

3939
### ByGuid
4040
```
4141
Add-ADReplNgcKey -PublicKey <Byte[]> -ObjectGuid <Guid> -Server <String> [-Credential <PSCredential>]
42-
[-Protocol <RpcProtocol>] [<CommonParameters>]
42+
[<CommonParameters>]
4343
```
4444

4545
## DESCRIPTION

Documentation/PowerShell/Get-ADReplAccount.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,38 @@ Reads one or more accounts through the MS-DRSR protocol, including secret attrib
1515
### All
1616
```
1717
Get-ADReplAccount [-All] [-NamingContext <String>] [-Properties <AccountPropertySets>]
18-
[-ExportFormat <AccountExportFormat>] -Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>]
19-
[<CommonParameters>]
18+
[-ExportFormat <AccountExportFormat>] -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
2019
```
2120

2221
### ByName
2322
```
2423
Get-ADReplAccount [-Properties <AccountPropertySets>] [-ExportFormat <AccountExportFormat>]
2524
[-SamAccountName] <String> [[-Domain] <String>] -Server <String> [-Credential <PSCredential>]
26-
[-Protocol <RpcProtocol>] [<CommonParameters>]
25+
[<CommonParameters>]
2726
```
2827

2928
### ByUPN
3029
```
3130
Get-ADReplAccount [-Properties <AccountPropertySets>] [-ExportFormat <AccountExportFormat>]
32-
-UserPrincipalName <String> -Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>]
33-
[<CommonParameters>]
31+
-UserPrincipalName <String> -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
3432
```
3533

3634
### BySID
3735
```
3836
Get-ADReplAccount [-Properties <AccountPropertySets>] [-ExportFormat <AccountExportFormat>]
39-
-ObjectSid <SecurityIdentifier> -Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>]
40-
[<CommonParameters>]
37+
-ObjectSid <SecurityIdentifier> -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
4138
```
4239

4340
### ByDN
4441
```
4542
Get-ADReplAccount [-Properties <AccountPropertySets>] [-ExportFormat <AccountExportFormat>]
46-
[-DistinguishedName] <String> -Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>]
47-
[<CommonParameters>]
43+
[-DistinguishedName] <String> -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
4844
```
4945

5046
### ByGuid
5147
```
5248
Get-ADReplAccount [-Properties <AccountPropertySets>] [-ExportFormat <AccountExportFormat>] -ObjectGuid <Guid>
53-
-Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>] [<CommonParameters>]
49+
-Server <String> [-Credential <PSCredential>] [<CommonParameters>]
5450
```
5551

5652
## DESCRIPTION

Documentation/PowerShell/Get-ADReplBackupKey.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Reads the DPAPI backup keys from a domain controller through the MS-DRSR protoco
1313
## SYNTAX
1414

1515
```
16-
Get-ADReplBackupKey [-Domain <String>] -Server <String> [-Credential <PSCredential>] [-Protocol <RpcProtocol>]
17-
[<CommonParameters>]
16+
Get-ADReplBackupKey [-Domain <String>] -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION

Documentation/PowerShell/Get-ADReplKdsRootKey.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Fetches the specified KDS Root Key through the MS-DRSR protocol.
1313
## SYNTAX
1414

1515
```
16-
Get-ADReplKdsRootKey [-RootKeyId] <Guid> -Server <String> [-Credential <PSCredential>]
17-
[-Protocol <RpcProtocol>] [<CommonParameters>]
16+
Get-ADReplKdsRootKey [-RootKeyId] <Guid> -Server <String> [-Credential <PSCredential>] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION

0 commit comments

Comments
 (0)