Skip to content

Commit 10b99f2

Browse files
authored
Update install-adcsnetworkdeviceenrollmentservice.md
1 parent ee13bd1 commit 10b99f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2012r2-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\
5858
```
5959

6060
This command displays the default settings when NDES is using a service account without making any changes to the configuration.
61-
This command uses the service account named CONTOSO\PattiFul that is a member of the local computer's IIS_USRS group.
61+
This command uses the service account named CONTOSO\svcNDES that is a member of the local computer's IIS_USRS group.
6262

6363
### Example 3: Install NDES using the application pool identity
6464
```
@@ -73,7 +73,7 @@ Substitute the appropriate CA computer name and common name for `<CAComputerName
7373
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\svcNDES" -ServiceAccountPassword (read-host "Set user password" -assecurestring) -CAConfig "CAComputerName\CAName" -RAName "Contoso-NDES-RA" -RACountry "US" -RACompany "Contoso" -SigningProviderName "Microsoft Strong Cryptographic Provider" -SigningKeyLength 4096 -EncryptionProviderName "Microsoft Strong Cryptographic Provider" -EncryptionKeyLength 4096
7474
```
7575

76-
This command installs the NDES using a service account named CONTOSO\PattiFul that is a member of the local computer's IIS_USRS group.
76+
This command installs the NDES using a service account named CONTOSO\svcNDES that is a member of the local computer's IIS_USRS group.
7777
The command also specifies several non-default parameters.
7878

7979
Description

0 commit comments

Comments
 (0)