File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docset/winserver2016-ps/adcsdeployment Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ This command displays the default NDES settings that will be configured if it is
5656
5757### Example 2: Display the default NDES settings using a service account name and password
5858```
59- PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\PattiFul " -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
59+ PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\svcNDES " -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
6060```
6161
6262This command displays the default settings when NDES is using a service account without making any changes to the configuration.
63- This command uses the service account named CONTOSO\PattiFul that is a member of the local computer's IIS_USRS group.
63+ This command uses the service account named " CONTOSO\svcNDES" that is a member of the local computer's IIS_USRS group.
6464
6565### Example 3: Install NDES using the application pool identity
6666```
@@ -72,10 +72,10 @@ Substitute the appropriate CA computer name and common name for `<CAComputerName
7272
7373### Example 4: Install NDES using a specific service account
7474```
75- 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
75+ 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
7676```
7777
78- This command installs the NDES using a service account named CONTOSO\PattiFul that is a member of the local computer's IIS_USRS group.
78+ This command installs the NDES using a service account named " CONTOSO\svcNDES" that is a member of the local computer's IIS_USRS group.
7979The command also specifies several non-default parameters.
8080
8181## PARAMETERS
You can’t perform that action at this time.
0 commit comments