Skip to content

Commit 82d919c

Browse files
authored
Merge pull request MicrosoftDocs#2810 from msbemba/patch-127
Update Install-AdcsNetworkDeviceEnrollmentService.md
2 parents 0e6a9b8 + eed0186 commit 82d919c

File tree

5 files changed

+46
-65
lines changed

5 files changed

+46
-65
lines changed

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

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,47 +43,38 @@ Int is equivalent to Int32 in the .NET Frameworkhttp://msdn.microsoft.com/en-us/
4343

4444
## EXAMPLES
4545

46-
### -------------------------- EXAMPLE 1 --------------------------
46+
### Example 1: Display the default NDES settings
4747
```
48-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
48+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
4949
```
5050

51-
Description
52-
53-
-----------
54-
55-
This command displays the default Network Device Enrollment Service settings when the service is running as the default application identity without making any changes to the configuration.
51+
This command displays the default NDES settings that will be configured if it is installed.
5652

57-
### -------------------------- EXAMPLE 2 --------------------------
53+
### Example 2: Display the default NDES settings using a service account name and password
5854
```
59-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName <Domain>\<AccountName> -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
55+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\svcNDES" -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
6056
```
6157

62-
Description
63-
64-
-----------
65-
6658
This command displays the default settings when NDES is using a service account without making any changes to the configuration.
67-
This command assumes that the \<Domain\>\\\<AccountName\> service account is a member of the local machine's IIS_USRS group.
68-
Substitute the domain name for \<Domain\> and the user account name for \<AccountName\>.
59+
This command uses the service account named CONTOSO\svcNDES that is a member of the local computer's IIS_USRS group.
6960

70-
### -------------------------- EXAMPLE 3 --------------------------
61+
### Example 3: Install NDES using the application pool identity
7162
```
72-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -CAConfig <CAComputerName>\<CACommonName>
63+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -CAConfig "<CAComputerName>\<CACommonName>"
7364
```
7465

75-
Description
76-
77-
-----------
78-
79-
This command installs the Network Device Enrollment Service using the application pool identity to use a remote CA as specified by the CA computer \<CACompterName\>\\\<CACommonName\>.
80-
Substitute the appropriate CA computer name and common name for \<CAComputerName\> and \<CACommonName\>.
66+
This command installs NDES using the application pool identity to use a remote CA as specified by the CA computer `<CAComputerName>\<CACommonName>`.
67+
Substitute the appropriate CA computer name and common name for `<CAComputerName>` and `<CACommonName>`.
8168

82-
### -------------------------- EXAMPLE 4 --------------------------
69+
### Example 4: Install NDES using a specific service account
8370
```
84-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName MyDomain\AccountName -ServiceAccountPassword (read-host "Set user password" -assecurestring) -CAConfig "CAMachineName\CAName" -RAName "Contoso-NDES-RA" -RACountry "US" -RACompany "Contoso" -SigningProviderName "Microsoft Strong Cryptographic Provider" -SigningKeyLength 4096 -EncryptionProviderName "Microsoft Strong Cryptographic Provider" -EncryptionKeyLength 4096
71+
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
8572
```
8673

74+
This command installs the NDES using a service account named CONTOSO\svcNDES that is a member of the local computer's IIS_USRS group.
75+
The command also specifies several non-default parameters.
76+
77+
8778
Description
8879

8980
-----------

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

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,47 +45,37 @@ Int is equivalent to Int32 in the .NET Frameworkhttp://msdn.microsoft.com/en-us/
4545

4646
## EXAMPLES
4747

48-
### -------------------------- EXAMPLE 1 --------------------------
48+
### Example 1: Display the default NDES settings
4949
```
50-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
50+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
5151
```
5252

53-
Description
54-
55-
-----------
56-
57-
This command displays the default Network Device Enrollment Service settings when the service is running as the default application identity without making any changes to the configuration.
53+
This command displays the default NDES settings that will be configured if it is installed.
5854

59-
### -------------------------- EXAMPLE 2 --------------------------
55+
### Example 2: Display the default NDES settings using a service account name and password
6056
```
61-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName <Domain>\<AccountName> -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
57+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName "CONTOSO\svcNDES" -ServiceAccountPassword (read-host "Set user password" -assecurestring) -WhatIf
6258
```
6359

64-
Description
65-
66-
-----------
67-
6860
This command displays the default settings when NDES is using a service account without making any changes to the configuration.
69-
This command assumes that the \<Domain\>\\\<AccountName\> service account is a member of the local machine's IIS_USRS group.
70-
Substitute the domain name for \<Domain\> and the user account name for \<AccountName\>.
61+
This command uses the service account named CONTOSO\svcNDES that is a member of the local computer's IIS_USRS group.
7162

72-
### -------------------------- EXAMPLE 3 --------------------------
63+
### Example 3: Install NDES using the application pool identity
7364
```
74-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -CAConfig <CAComputerName>\<CACommonName>
65+
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -CAConfig "<CAComputerName>\<CACommonName>"
7566
```
7667

77-
Description
78-
79-
-----------
68+
This command installs NDES using the application pool identity to use a remote CA as specified by the CA computer `<CAComputerName>\<CACommonName>`.
69+
Substitute the appropriate CA computer name and common name for `<CAComputerName>` and `<CACommonName>`.
8070

81-
This command installs the Network Device Enrollment Service using the application pool identity to use a remote CA as specified by the CA computer \<CACompterName\>\\\<CACommonName\>.
82-
Substitute the appropriate CA computer name and common name for \<CAComputerName\> and \<CACommonName\>.
83-
84-
### -------------------------- EXAMPLE 4 --------------------------
71+
### Example 4: Install NDES using a specific service account
8572
```
86-
C:\PS>Install-AdcsNetworkDeviceEnrollmentService -ServiceAccountName MyDomain\AccountName -ServiceAccountPassword (read-host "Set user password" -assecurestring) -CAConfig "CAMachineName\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
8774
```
8875

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.
77+
The command also specifies several non-default parameters.
78+
8979
Description
9080

9181
-----------

docset/winserver2016-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Int is equivalent to Int32 in the [.NET Framework](https://msdn.microsoft.com/en
5252
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
5353
```
5454

55-
This command displays the default NDES settings when the service is running as the default application identity without making any changes to the configuration.
55+
This command displays the default NDES settings that will be configured if it is installed.
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

6262
This 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.
7979
The command also specifies several non-default parameters.
8080

8181
## PARAMETERS

docset/winserver2019-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Int is equivalent to Int32 in the [.NET Framework](https://msdn.microsoft.com/en
5252
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
5353
```
5454

55-
This command displays the default NDES settings when the service is running as the default application identity without making any changes to the configuration.
55+
This command displays the default NDES settings that will be configured if it is installed.
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

6262
This 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.
7979
The command also specifies several non-default parameters.
8080

8181
## PARAMETERS

docset/winserver2022-ps/adcsdeployment/Install-AdcsNetworkDeviceEnrollmentService.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Int is equivalent to Int32 in the [.NET Framework](https://msdn.microsoft.com/en
5252
PS C:\> Install-AdcsNetworkDeviceEnrollmentService -ApplicationPoolIdentity -WhatIf
5353
```
5454

55-
This command displays the default NDES settings when the service is running as the default application identity without making any changes to the configuration.
55+
This command displays the default NDES settings that will be configured if it is installed.
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

6262
This 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.
7979
The command also specifies several non-default parameters.
8080

8181
## PARAMETERS

0 commit comments

Comments
 (0)