You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsServerDocs/administration/windows-commands/add.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: add (diskshadow)
3
3
no-loc: [add (diskshadow)]
4
4
description: Reference article for the add command, which adds volumes to the set of volumes that are to be shadow copied, or adds aliases to the alias environment.
Copy file name to clipboardExpand all lines: WindowsServerDocs/administration/windows-commands/adprep.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Adprep
3
3
no-loc: [Adprep]
4
4
description: Learn about adprep command line tool to prepare a forest and domain for a domain controller for Windows Server.
5
5
ms.topic: reference
6
-
author: meaghanlewis
7
-
ms.author: mosagie
6
+
author: dknappettmsft
7
+
ms.author: daknappe
8
8
ms.date: 04/22/2024
9
9
10
10
---
@@ -23,9 +23,9 @@ For more information about running `Adprep.exe` and how to resolve errors that c
23
23
24
24
For examples of how this command can be used, see [Examples](#examples).
25
25
26
-
For more information about running `adprep /forestprep`, see [Prepare a Windows2000 or WindowsServer2003 Forest Schema for a Domain Controller that Runs WindowsServer2008 or WindowsServer2008R2](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753437(v=ws.10)).
26
+
For more information about running `adprep /forestprep`, see [Prepare a Windows2000 or WindowsServer2003 Forest Schema for a Domain Controller that Runs WindowsServer2008 or WindowsServer2008R2](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753437(v=ws.10)).
27
27
28
-
For more information about running `adprep /domainprep /gpprep`, see [Prepare a Windows2000 or WindowsServer2003 Domain for a Domain Controller That Runs WindowsServer2008 or WindowsServer2008R2](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754670(v=ws.10)).
28
+
For more information about running `adprep /domainprep /gpprep`, see [Prepare a Windows2000 or WindowsServer2003 Domain for a Domain Controller That Runs WindowsServer2008 or WindowsServer2008R2](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754670(v=ws.10)).
29
29
30
30
For more information about running `adprep /rodcprep`, see [Prepare a Forest for a Read-Only Domain Controller](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc771055(v=ws.10)).
| /forestprep | <p>Prepares a forest for the introduction of a domain controller that runs Windows Server. You run this command only once in the forest. You must run this command on the domain controller that holds the schema operations master role (also known as flexible single master operations or FSMO) for the forest. You must be a member of all the following groups to run this command:</p><p><ul><li>The Enterprise Admins group</li><li>The Schema Admins group</li><li>The Domain Admins group of the domain that hosts the schema master</li></ul></p> |
42
42
| /domainprep | <p>Prepares a domain for the introduction of a domain controller that runs Windows Server. You run this command after the **forestprep** command finishes and after the changes replicate to all the domain controllers in the forest.</p><p>Run this command in each domain where you plan to add a domain controller that runs Windows Server. You must run this command on the domain controller that holds the infrastructure operations master role for the domain. You must be a member of the Domain Admins group to run this command.</p> |
43
-
| <p>/domainprep <p>/gpprep | <p>Performs similar updates to **domainprep**. However, this command also provides updates that are necessary to enable the Resultant Set of Policy (RSOP) Planning Mode functionality. <p>In Active Directory environments that run Microsoft Windows, this command performs updates during off-peak hours. Replicating updates to file system permissions and Active Directory permissions on existing Group Policy objects (GPOs) during off-peak hours minimizes replication traffic. <p>Run this command after the **forestprep** command finishes and after the changes replicate to all domain controllers in the forest. You must run this command on the infrastructure master for the domain. For more information about running this command in WindowsActive Directory environments, see [Prepare Your Infrastructure for Upgrade](/previous-versions/windows/it-pro/windows-server-2003/cc783495(v=ws.10)). |
43
+
| <p>/domainprep <p>/gpprep | <p>Performs similar updates to **domainprep**. However, this command also provides updates that are necessary to enable the Resultant Set of Policy (RSOP) Planning Mode functionality. <p>In Active Directory environments that run Microsoft Windows, this command performs updates during off-peak hours. Replicating updates to file system permissions and Active Directory permissions on existing Group Policy objects (GPOs) during off-peak hours minimizes replication traffic. <p>Run this command after the **forestprep** command finishes and after the changes replicate to all domain controllers in the forest. You must run this command on the infrastructure master for the domain. For more information about running this command in WindowsActive Directory environments, see [Prepare Your Infrastructure for Upgrade](/previous-versions/windows/it-pro/windows-server-2003/cc783495(v=ws.10)). |
44
44
| /rodcprep | This parameter updates permissions on the application directory partitions to enable replication of the partitions to read-only domain controllers (RODCs). This operation runs remotely; it contacts the infrastructure master in each domain to update the permissions. You need to run this command only once in the forest. However, you can rerun this command anytime if it fails to complete successfully because an infrastructure master isn't available. You can run this command on any computer in the forest. You must be a member of the Enterprise Admins group to run this command. |
45
45
| /wssg | Returns an expanded set of exit codes, instead of just 0 (Success) and 1 (Failure). |
46
46
| /silent | Specifies that no standard output is returned from an operation. This parameter can be used only if /wssg is also used. |
- To prepare an existing Windows or Windows ServerActive Directory environment for a Windows Serverdomain controller, run the version of adprep included in the Windows Serverinstallation media.
53
+
- To prepare an existing Windows or Windows ServerActive Directory environment for a Windows Serverdomain controller, run the version of adprep included in the Windows Serverinstallation media.
54
54
55
55
- You can also perform verification steps before and after you run the **adprep** command to help ensure that the operations complete successfully. For more information, see [Steps for Extending the Schema](/previous-versions/windows/it-pro/windows-server-2003/cc773360(v=ws.10)).
Copy file name to clipboardExpand all lines: WindowsServerDocs/administration/windows-commands/append.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: append
3
3
no-loc: [append]
4
4
description: Reference article for the append command, which allows programs to open data files in specified directories, as if they were in the current directory.
Copy file name to clipboardExpand all lines: WindowsServerDocs/administration/windows-commands/arp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: arp
3
3
description: Reference article for the arp command, which displays and modifies entries in the Address Resolution Protocol (arp) cache used to store IP addresses and their resolved physical addresses in Windows.
0 commit comments