Skip to content

Commit b944cdc

Browse files
Apply suggestions from code review
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
1 parent 33eeea4 commit b944cdc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docset/winserver2012-ps/activedirectory/Get-ADDomainControllerPasswordReplicationPolicy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you specify a writeable domain controller for this cmdlet, the cmdlet returns
4444

4545
## EXAMPLES
4646

47-
### Example 1: gets from an RODC domain controller password replication policy the allowed accounts showing the name and object class of each
47+
### Example 1: Gets from an RODC domain controller password replication policy the allowed accounts showing the name and object class of each
4848
```
4949
C:\PS>Get-ADDomainControllerPasswordReplicationPolicy -Identity "FABRIKAM-RODC1" -Allowed | ft Name,ObjectClass
5050
```
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137
138138
### -Denied
139-
Specifies the users, computers, groups or other accounts to add to the list of accounts that are denied the right to replicate their passwords to this read-only domain controller (RODC).
139+
Specifies the users, computers, groups, or other accounts to add to the list of accounts that are denied the right to replicate their passwords to this read-only domain controller (RODC).
140140
You can specify more than one value by using a comma-separated list.
141141
The acceptable values for this parameter are:
142142
@@ -191,8 +191,8 @@ Accept wildcard characters: False
191191
```
192192
193193
### -Server
194-
Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server.
195-
The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance.
194+
Specifies the Active Directory Domain Services instance to connect to by providing one of the following values for a corresponding domain name or directory server.
195+
The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services, or Active Directory snapshot instance.
196196
197197
Specify the Active Directory Domain Services instance in one of the following ways:
198198
@@ -226,7 +226,7 @@ Accept wildcard characters: False
226226
```
227227
228228
### CommonParameters
229-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
229+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [About CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
230230
231231
## INPUTS
232232
@@ -241,12 +241,12 @@ The list returned depends on the parameters specified.
241241
242242
## NOTES
243243
* This cmdlet does not work with Active Directory Lightweight Directory Services.
244-
* This cmdlet does not work when targeting a snapshot using the Server parameter..
244+
* This cmdlet does not work when targeting a snapshot using the Server parameter.
245245
246246
## RELATED LINKS
247247
248248
[Add-ADDomainControllerPasswordReplicationPolicy](./Add-ADDomainControllerPasswordReplicationPolicy.md)
249249
250250
[Remove-ADDomainControllerPasswordReplicationPolicy](./Remove-ADDomainControllerPasswordReplicationPolicy.md)
251251
252-
[AD DS Administration Cmdlets in Windows PowerShell](./ActiveDirectory.md)
252+
[AD DS Administration Cmdlets in Windows PowerShell](./ActiveDirectory.md)

docset/winserver2012r2-ps/addsadministration/Get-ADDomainControllerPasswordReplicationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Accept wildcard characters: False
234234
```
235235
236236
### CommonParameters
237-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
237+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [About CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
238238
239239
## INPUTS
240240

0 commit comments

Comments
 (0)