Skip to content

Commit 67b33ee

Browse files
Apply suggestions from review
1 parent 25e4806 commit 67b33ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This command displays the default NDES settings that will be configured if it is
6969
```powershell
7070
$params = @{
7171
ServiceAccountName = "CONTOSO\svcNDES"
72-
ServiceAccountPassword = (read-host "Set user password" -assecurestring)
72+
ServiceAccountPassword = (Read-Host "Set user password" -AsSecureString)
7373
WhatIf = $true
7474
}
7575
Install-AdcsNetworkDeviceEnrollmentService @params
@@ -98,7 +98,7 @@ common name for `<CAComputerName>` and `<CACommonName>`.
9898
```powershell
9999
$params = @{
100100
ServiceAccountName = "CONTOSO\svcNDES"
101-
ServiceAccountPassword = (read-host "Set user password" -assecurestring)
101+
ServiceAccountPassword = (Read-Host "Set user password" -AsSecureString)
102102
CAConfig = "CAComputerName\CAName"
103103
RAName = "Contoso-NDES-RA"
104104
RACountry = "US"

0 commit comments

Comments
 (0)