Skip to content

Commit fb6f847

Browse files
Merge pull request #7630 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-30 22:30 UTC
2 parents f78f758 + 1176ab0 commit fb6f847

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

WindowsServerDocs/administration/windows-commands/lodctr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference article for the lodctr command, which allows you to regis
44
ms.topic: reference
55
ms.author: roharwoo
66
author: robinharwood
7-
ms.date: 10/16/2017
7+
ms.date: 10/22/2025
88
---
99

1010
# lodctr
@@ -33,6 +33,7 @@ lodctr <filename> [/s:<filename>] [/r:<filename>] [/t:<servicename>]
3333
#### Remarks
3434

3535
- If the information that you supply contains spaces, use quotation marks around the text (for example, "file name 1").
36+
- An exit code of **0** indicates the command line syntax was correct. It doesn't mean the operation was successful. Check the output from the command for potential error messages.
3637

3738
### Examples
3839

WindowsServerDocs/administration/windows-commands/ping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ping [/t] [/a] [/n <count>] [/l <size>] [/f] [/I <TTL>] [/v <TOS>] [/r <count>]
2828

2929
| Parameter | Description |
3030
|:--:|---|
31-
| /t | Specifies ping continue sending echo Request messages to the destination until interrupted. To interrupt and display statistics, press CTRL+ENTER. To interrupt and quit this command, press CTRL+C. |
31+
| /t | Specifies ping continue sending echo Request messages to the destination until interrupted. To interrupt and display statistics, press CTRL+BREAK. To interrupt and quit this command, press CTRL+C. |
3232
| /a | Specifies reverse name resolution be performed on the destination IP address. If this operation is successful, ping displays the corresponding host name. |
3333
| /n `<count>` | Specifies the number of echo Request messages be sent. The default is 4. |
3434
| /l `<size>` | Specifies the length, in bytes, of the **Data** field in the echo Request messages. The default is 32. The maximum size is 65,500. |

WindowsServerDocs/administration/windows-commands/unlodctr.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference article for the unlodctr command, which removes Performan
44
ms.topic: reference
55
ms.author: daknappe
66
author: dknappettmsft
7-
ms.date: 10/16/2017
7+
ms.date: 10/22/2025
88
---
99

1010
# unlodctr
@@ -29,6 +29,10 @@ unlodctr <drivername>
2929
| `<drivername>` | Removes the **Performance counter name** settings and **Explain text** for driver or service `<drivername>` from the Windows Server registry. If your `<drivername>` includes spaces, you must use quotation marks around the text, for example "Driver name". |
3030
| /? | Displays help at the command prompt. |
3131

32+
#### Remarks
33+
34+
An exit code of **0** indicates the command line syntax was correct. It doesn't mean the operation was successful. Check the output from the command for potential error messages.
35+
3236
## Examples
3337

3438
To remove the current **Performance counter names** and **Explain text** for the Simple Mail Transfer Protocol (SMTP) service, type:

WindowsServerDocs/identity/ad-cs/migrate-certification-authority.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migrate the Certification Authority in Windows Server
2+
title: Migrate a Certification Authority in Windows Server
33
description: Learn how to migrate your Certification Authority with step-by-step instructions and best practices.
44
ms.topic: how-to
55
ms.author: daknappe
@@ -8,7 +8,7 @@ ms.date: 04/22/2025
88
#customer intent: As a system administrator, I want to migrate the Certification Authority so that I can ensure continuity of certificate services.
99
---
1010

11-
# Migrate the Certification Authority
11+
# Migrate a Certification Authority
1212

1313
Migrating a Certification Authority (CA) ensures the continuity of your organization's certificate services. This guide provides step-by-step instructions and best practices for successfully migrating a CA. It covers essential tasks such as backing up the CA database and private key, removing the CA role service from the source server, and restoring the CA on the destination server. Whether you're using the Certification Authority snap-in, Windows PowerShell, or command-line tools like Certutil, this guide offers detailed steps tailored to various migration scenarios. Follow these instructions to ensure a smooth and secure migration process.
1414

0 commit comments

Comments
 (0)