File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docset/winserver2022-ps/adcsdeployment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This command displays the default NDES settings that will be configured if it is
69
69
``` powershell
70
70
$params = @{
71
71
ServiceAccountName = "CONTOSO\svcNDES"
72
- ServiceAccountPassword = (read-host "Set user password" -assecurestring )
72
+ ServiceAccountPassword = (Read-Host "Set user password" -AsSecureString )
73
73
WhatIf = $true
74
74
}
75
75
Install-AdcsNetworkDeviceEnrollmentService @params
@@ -98,7 +98,7 @@ common name for `<CAComputerName>` and `<CACommonName>`.
98
98
``` powershell
99
99
$params = @{
100
100
ServiceAccountName = "CONTOSO\svcNDES"
101
- ServiceAccountPassword = (read-host "Set user password" -assecurestring )
101
+ ServiceAccountPassword = (Read-Host "Set user password" -AsSecureString )
102
102
CAConfig = "CAComputerName\CAName"
103
103
RAName = "Contoso-NDES-RA"
104
104
RACountry = "US"
You can’t perform that action at this time.
0 commit comments