Skip to content

Commit 9fde678

Browse files
committed
backticks around $true/$false
1 parent a595a08 commit 9fde678

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
### -AccountNotDelegated
143143
144144
Indicates whether the security context of the user is delegated to a service. When this parameter is
145-
set to $True, the security context of the account is not delegated to a service even when the
145+
set to `$True`, the security context of the account is not delegated to a service even when the
146146
service account is set as trusted for Kerberos delegation.
147147

148148
This parameter sets the **AccountNotDelegated** property for an Active Directory account.
@@ -152,8 +152,8 @@ Control (UAC) attribute.
152152

153153
The acceptable values for this parameter are:
154154

155-
- $False or 0
156-
- $True or 1
155+
- `$False` or 0
156+
- `$True` or 1
157157

158158
```yaml
159159
Type: Boolean
@@ -186,7 +186,7 @@ User accounts, by default, are created without a password. If you provide a pass
186186
will be made to set that password however, this can fail due to password policy restrictions. The
187187
user account will still be created and you may use Set-ADAccountPassword to set the password on that
188188
account. In order to ensure that accounts remain secure, user accounts will never be enabled unless
189-
a valid password is set or **PasswordNotRequired** is set to $True.
189+
a valid password is set or **PasswordNotRequired** is set to `$True`.
190190

191191
The account is created if the password fails for any reason.
192192

@@ -213,8 +213,8 @@ User Account Control (UAC) attribute.
213213

214214
The acceptable values for this parameter are:
215215

216-
- $False or 0
217-
- $True or 1
216+
- `$False` or 0
217+
- `$True` or 1
218218

219219
```yaml
220220
Type: Boolean
@@ -319,8 +319,8 @@ This parameter sets the **CannotChangePassword** property of an account.
319319

320320
The acceptable values for this parameter are:
321321

322-
- $False or 0
323-
- $True or 1
322+
- `$False` or 0
323+
- `$True` or 1
324324

325325
```yaml
326326
Type: Boolean
@@ -359,11 +359,11 @@ Indicates whether a password must be changed during the next logon attempt.
359359

360360
The acceptable values for this parameter are:
361361

362-
- $False or 0
363-
- $True or 1
362+
- `$False` or 0
363+
- `$True` or 1
364364

365-
This parameter cannot be set to $True or 1 for an account that also has the **PasswordNeverExpires**
366-
property set to $True.
365+
This parameter cannot be set to `$True` or 1 for an account that also has the
366+
**PasswordNeverExpires** property set to `$True`.
367367

368368
```yaml
369369
Type: Boolean
@@ -427,8 +427,8 @@ This value sets the compound identity supported flag of the Active Directory
427427

428428
The acceptable values for this parameter are:
429429

430-
- $False or 0
431-
- $True or 1
430+
- `$False` or 0
431+
- `$True` or 1
432432

433433
Warning: Domain-joined Windows systems and services such as clustering manage their own
434434
`msDS-SupportedEncryptionTypes` attribute. Therefore any changes to the flag on the
@@ -673,8 +673,8 @@ Control (UAC) attribute.
673673

674674
The acceptable values for this parameter are:
675675

676-
- $False or 0
677-
- $True or 1
676+
- `$False` or 0
677+
- `$True` or 1
678678

679679
```yaml
680680
Type: Boolean
@@ -1159,11 +1159,11 @@ Control attribute.
11591159

11601160
The acceptable values for this parameter are:
11611161

1162-
- $False or 0
1163-
- $True or 1
1162+
- `$False` or 0
1163+
- `$True` or 1
11641164

1165-
Note: This parameter cannot be set to $True or 1 for an account that also has the
1166-
**ChangePasswordAtLogon** property set to $True.
1165+
Note: This parameter cannot be set to `$True` or 1 for an account that also has the
1166+
**ChangePasswordAtLogon** property set to `$True`.
11671167

11681168
```yaml
11691169
Type: Boolean
@@ -1453,8 +1453,8 @@ Control attribute.
14531453

14541454
The acceptable values for this parameter are:
14551455

1456-
- $False or 0
1457-
- $True or 1
1456+
- `$False` or 0
1457+
- `$True` or 1
14581458

14591459
```yaml
14601460
Type: Boolean
@@ -1562,8 +1562,8 @@ Control attribute.
15621562

15631563
The acceptable values for this parameter are:
15641564

1565-
- $False or 0
1566-
- $True or 1
1565+
- `$False` or 0
1566+
- `$True` or 1
15671567

15681568
```yaml
15691569
Type: Boolean

0 commit comments

Comments
 (0)