Skip to content

Commit 2115798

Browse files
committed
Merge branch '2022-activedirectory' of https://github.com/PatAltimore/windows-powershell-docs into 2022-activedirectory
2 parents 46e9115 + 2f05eac commit 2115798

13 files changed

+362
-315
lines changed

docset/winserver2022-ps/activedirectory/Add-ADDomainControllerPasswordReplicationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Aliases:
207207
Required: False
208208
Position: 0
209209
Default value: None
210-
Accept pipeline input: True
210+
Accept pipeline input: False
211211
Accept wildcard characters: False
212212
```
213213

docset/winserver2022-ps/activedirectory/Add-ADGroupMember.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@ Accept pipeline input: False
146146
Accept wildcard characters: False
147147
```
148148
149+
### -DisablePermissiveModify
150+
Group membership updates use permissive modify by default. This suppresses an error when adding a member that is already member of the group.
151+
When this parameter is used, an error "The specified account name is already a member of the group" is returned.
152+
153+
This parameter is available in Windows Server 2019 with the September 2020 Updates.
154+
155+
156+
```yaml
157+
Type: SwitchParameter
158+
Parameter Sets: (All)
159+
Aliases:
160+
161+
Required: False
162+
Position: Named
163+
Default value: False
164+
Accept pipeline input: False
165+
Accept wildcard characters: False
166+
```
167+
149168
### -Identity
150169
Specifies an Active Directory group object by providing one of the following values.
151170
The identifier in parentheses is the Lightweight Directory Access Protocol (LDAP) display name for the attribute.

docset/winserver2022-ps/activedirectory/Get-ADDomainControllerPasswordReplicationPolicyUsage.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@ This command gets the list of accounts cached across all RODCs in the domain.
8585

8686
## PARAMETERS
8787

88+
### -AuthenticatedAccounts
89+
Specifies a search for accounts that have been authenticated by a read-only domain controller.
90+
91+
```yaml
92+
Type: SwitchParameter
93+
Parameter Sets: AuthenticatedAccounts
94+
Aliases:
95+
96+
Required: True
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
88103
### -AuthType
89104
Specifies the authentication method to use.
90105
The acceptable values for this parameter are:
@@ -109,20 +124,6 @@ Accept pipeline input: False
109124
Accept wildcard characters: False
110125
```
111126
112-
### -AuthenticatedAccounts
113-
Specifies a search for accounts that have been authenticated by a read-only domain controller.
114-
115-
```yaml
116-
Type: SwitchParameter
117-
Parameter Sets: AuthenticatedAccounts
118-
Aliases:
119-
120-
Required: True
121-
Position: Named
122-
Default value: None
123-
Accept pipeline input: False
124-
Accept wildcard characters: False
125-
```
126127
127128
### -Credential
128129
Specifies the user account credentials to use to perform this task.

docset/winserver2022-ps/activedirectory/New-ADComputer.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -180,30 +180,6 @@ Accept pipeline input: True (ByPropertyName)
180180
Accept wildcard characters: False
181181
```
182182
183-
### -AuthType
184-
Specifies the authentication method to use.
185-
The acceptable values for this parameter are:
186-
187-
- Negotiate or 0
188-
- Basic or 1
189-
190-
The default authentication method is Negotiate.
191-
192-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
193-
194-
```yaml
195-
Type: ADAuthType
196-
Parameter Sets: (All)
197-
Aliases:
198-
Accepted values: Negotiate, Basic
199-
200-
Required: False
201-
Position: Named
202-
Default value: None
203-
Accept pipeline input: False
204-
Accept wildcard characters: False
205-
```
206-
207183
### -AuthenticationPolicy
208184
Specifies an Active Directory Domain Services authentication policy object.
209185
Specify the authentication policy object in one of the following formats:
@@ -254,6 +230,30 @@ Accept pipeline input: True (ByPropertyName)
254230
Accept wildcard characters: False
255231
```
256232
233+
### -AuthType
234+
Specifies the authentication method to use.
235+
The acceptable values for this parameter are:
236+
237+
- Negotiate or 0
238+
- Basic or 1
239+
240+
The default authentication method is Negotiate.
241+
242+
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
243+
244+
```yaml
245+
Type: ADAuthType
246+
Parameter Sets: (All)
247+
Aliases:
248+
Accepted values: Negotiate, Basic
249+
250+
Required: False
251+
Position: Named
252+
Default value: None
253+
Accept pipeline input: False
254+
Accept wildcard characters: False
255+
```
256+
257257
### -CannotChangePassword
258258
Specifies whether the account password can be changed.
259259
This parameter sets the **CannotChangePassword** property of an account.
@@ -376,10 +376,10 @@ Accept pipeline input: False
376376
Accept wildcard characters: False
377377
```
378378
379-
### -DNSHostName
380-
Specifies the fully qualified domain name (FQDN) of the computer.
381-
This parameter sets the **DNSHostName** property for a computer object.
382-
The LDAP display name for this property is dNSHostName.
379+
### -Description
380+
Specifies a description of the object.
381+
This parameter sets the value of the **Description** property for the object.
382+
The LDAP display name (**ldapDisplayName**) for this property is description.
383383
384384
```yaml
385385
Type: String
@@ -393,10 +393,10 @@ Accept pipeline input: True (ByPropertyName)
393393
Accept wildcard characters: False
394394
```
395395
396-
### -Description
397-
Specifies a description of the object.
398-
This parameter sets the value of the **Description** property for the object.
399-
The LDAP display name (**ldapDisplayName**) for this property is description.
396+
### -DisplayName
397+
Specifies the display name of the object.
398+
This parameter sets the **DisplayName** property of the object.
399+
The LDAP display name (**ldapDisplayName**) for this property is displayName.
400400
401401
```yaml
402402
Type: String
@@ -410,10 +410,10 @@ Accept pipeline input: True (ByPropertyName)
410410
Accept wildcard characters: False
411411
```
412412
413-
### -DisplayName
414-
Specifies the display name of the object.
415-
This parameter sets the **DisplayName** property of the object.
416-
The LDAP display name (**ldapDisplayName**) for this property is displayName.
413+
### -DNSHostName
414+
Specifies the fully qualified domain name (FQDN) of the computer.
415+
This parameter sets the **DNSHostName** property for a computer object.
416+
The LDAP display name for this property is dNSHostName.
417417
418418
```yaml
419419
Type: String

docset/winserver2022-ps/activedirectory/New-ADDCCloneConfigFile.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,18 @@ New-ADDCCloneConfigFile [-AlternateWINSServer <String>] [-CloneComputerName <Str
3636
[-PreferredWINSServer <String>] [-SiteName <String>] [-Static] [<CommonParameters>]
3737
```
3838

39+
### IPv6DynamicSettings
40+
```
41+
New-ADDCCloneConfigFile [-CloneComputerName <String>] [-IPv6DNSResolver <String[]>] [-Path <String>]
42+
[-SiteName <String>] [<CommonParameters>]
43+
```
44+
3945
### IPv6StaticSettings
4046
```
4147
New-ADDCCloneConfigFile [-CloneComputerName <String>] -IPv6DNSResolver <String[]> [-Path <String>]
4248
[-SiteName <String>] [-Static] [<CommonParameters>]
4349
```
4450

45-
### IPv6DynamicSettings
46-
```
47-
New-ADDCCloneConfigFile [-CloneComputerName <String>] [-IPv6DNSResolver <String[]>] [-Path <String>]
48-
[-SiteName <String>] [<CommonParameters>]
49-
```
5051

5152
## DESCRIPTION
5253
The **New-ADDCCloneConfigFile** cmdlet performs prerequisite checks for cloning a domain controller when run locally on the domain controller being prepared for cloning.
@@ -188,13 +189,13 @@ Accept pipeline input: False
188189
Accept wildcard characters: False
189190
```
190191
191-
### -IPv4DNSResolver
192-
Specifies the Internet Protocol version 4 (IPv4) address for the DNS server to be used by the cloned domain controller to resolve names.
193-
A maximum of four string values can be provided.
192+
193+
### -IPv4DefaultGateway
194+
Specifies the Internet Protocol version 4 (IPv4) address for the default gateway to be used by the cloned domain controller.
194195
195196
```yaml
196-
Type: String[]
197-
Parameter Sets: IPv4DynamicSettings, OfflineExecution
197+
Type: String
198+
Parameter Sets: OfflineExecution, IPv4StaticSettings
198199
Aliases:
199200

200201
Required: False
@@ -204,27 +205,28 @@ Accept pipeline input: False
204205
Accept wildcard characters: False
205206
```
206207
208+
### -IPv4DNSResolver
209+
Specifies the Internet Protocol version 4 (IPv4) address for the DNS server to be used by the cloned domain controller to resolve names.
210+
A maximum of four string values can be provided.
211+
207212
```yaml
208213
Type: String[]
209-
Parameter Sets: IPv4StaticSettings
214+
Parameter Sets: IPv4DynamicSettings, OfflineExecution
210215
Aliases:
211216

212-
Required: True
217+
Required: False
213218
Position: Named
214219
Default value: None
215220
Accept pipeline input: False
216221
Accept wildcard characters: False
217222
```
218223
219-
### -IPv4DefaultGateway
220-
Specifies the Internet Protocol version 4 (IPv4) address for the default gateway to be used by the cloned domain controller.
221-
222224
```yaml
223-
Type: String
224-
Parameter Sets: OfflineExecution, IPv4StaticSettings
225+
Type: String[]
226+
Parameter Sets: IPv4StaticSettings
225227
Aliases:
226228

227-
Required: False
229+
Required: True
228230
Position: Named
229231
Default value: None
230232
Accept pipeline input: False
@@ -310,7 +312,7 @@ when the *Offline* parameter is specified), however, the *Path* parameter is req
310312
311313
```yaml
312314
Type: String
313-
Parameter Sets: IPv4DynamicSettings, IPv4StaticSettings, IPv6StaticSettings, IPv6DynamicSettings
315+
Parameter Sets: IPv4DynamicSettings, IPv4StaticSettings, IPv6DynamicSettings, IPv6StaticSettings
314316
Aliases:
315317

316318
Required: False

docset/winserver2022-ps/activedirectory/New-ADServiceAccount.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -184,29 +184,6 @@ Accept pipeline input: True (ByPropertyName)
184184
Accept wildcard characters: False
185185
```
186186
187-
### -AuthType
188-
Specifies the authentication method to use.
189-
The acceptable values for this parameter are:
190-
191-
- Negotiate or 0
192-
- Basic or 1
193-
194-
The default authentication method is Negotiate.
195-
196-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
197-
198-
```yaml
199-
Type: ADAuthType
200-
Parameter Sets: (All)
201-
Aliases:
202-
Accepted values: Negotiate, Basic
203-
204-
Required: False
205-
Position: Named
206-
Default value: None
207-
Accept pipeline input: False
208-
Accept wildcard characters: False
209-
```
210187
211188
### -AuthenticationPolicy
212189
Specifies an Active Directory Domain Services authentication policy object.
@@ -258,6 +235,30 @@ Accept pipeline input: True (ByPropertyName)
258235
Accept wildcard characters: False
259236
```
260237
238+
### -AuthType
239+
Specifies the authentication method to use.
240+
The acceptable values for this parameter are:
241+
242+
- Negotiate or 0
243+
- Basic or 1
244+
245+
The default authentication method is Negotiate.
246+
247+
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
248+
249+
```yaml
250+
Type: ADAuthType
251+
Parameter Sets: (All)
252+
Aliases:
253+
Accepted values: Negotiate, Basic
254+
255+
Required: False
256+
Position: Named
257+
Default value: None
258+
Accept pipeline input: False
259+
Accept wildcard characters: False
260+
```
261+
261262
### -Certificates
262263
Specifies an array of certificates.
263264
The cmdlet modifies the DER-encoded X.509v3 certificates of the account.
@@ -367,25 +368,27 @@ Accept pipeline input: False
367368
Accept wildcard characters: False
368369
```
369370

370-
### -DNSHostName
371-
Specifies the DNS host name of Service Account.
371+
### -Description
372+
Specifies a description of the object.
373+
This parameter sets the value of the **Description** property for the object.
374+
The LDAP Display Name (**ldapDisplayName**) for this property is description.
372375

373376
```yaml
374377
Type: String
375-
Parameter Sets: Group
378+
Parameter Sets: (All)
376379
Aliases:
377380
378-
Required: True
381+
Required: False
379382
Position: Named
380383
Default value: None
381384
Accept pipeline input: True (ByPropertyName)
382385
Accept wildcard characters: False
383386
```
384387

385-
### -Description
386-
Specifies a description of the object.
387-
This parameter sets the value of the **Description** property for the object.
388-
The LDAP Display Name (**ldapDisplayName**) for this property is description.
388+
### -DisplayName
389+
Specifies the display name of the object.
390+
This parameter sets the **DisplayName** property of the object.
391+
The LDAP Display Name (**ldapDisplayName**) for this property is displayName.
389392

390393
```yaml
391394
Type: String
@@ -399,17 +402,15 @@ Accept pipeline input: True (ByPropertyName)
399402
Accept wildcard characters: False
400403
```
401404

402-
### -DisplayName
403-
Specifies the display name of the object.
404-
This parameter sets the **DisplayName** property of the object.
405-
The LDAP Display Name (**ldapDisplayName**) for this property is displayName.
405+
### -DNSHostName
406+
Specifies the DNS host name of Service Account.
406407

407408
```yaml
408409
Type: String
409-
Parameter Sets: (All)
410+
Parameter Sets: Group
410411
Aliases:
411412
412-
Required: False
413+
Required: True
413414
Position: Named
414415
Default value: None
415416
Accept pipeline input: True (ByPropertyName)

0 commit comments

Comments
 (0)