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
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}
7575Install-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"
You can’t perform that action at this time.
0 commit comments