Skip to content

Commit cef2ad3

Browse files
authored
Update install-adcsnetworkdeviceenrollmentservice.md
Made changes per Tsewards Request
1 parent 97bc6cb commit cef2ad3

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
@@ -54,7 +54,7 @@ This command displays the default NDES settings that will be configured if it is
5454

5555
### Example 2: Display the default NDES settings using a service account name and password
5656
```
57-
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\PattiFul" -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
57+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\svcNDES" -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
5858
```
5959

6060
This command displays the default settings when NDES is using a service account without making any changes to the configuration.
@@ -70,7 +70,7 @@ Substitute the appropriate CA computer name and common name for `<CAComputerName
7070

7171
### Example 4: Install NDES using a specific service account
7272
```
73-
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName MyDomain\AccountName -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
73+
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

7676
This command installs the NDES using a service account named CONTOSO\PattiFul that is a member of the local computer's IIS_USRS group.

0 commit comments

Comments
 (0)