answersLogoWhite

0

What else can I help you with?

Related Questions

What is the command to create a new directory called LABS directly under the current directory you are in if i was i the c directory?

mkdir LABS


How can you create a directory in dos command line?

MKDIR


What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


DOS command to create and move to the newly created directory?

You can use "xcopy" command. mkdir - to create a directory. move - to move one or more files in a new location.


What command did you use to create directory?

mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What is dcpromo?

dcpromo is command u have to write it in Run to create a new domain controller and create active directory


What is the command tool that can create delete view and modify objects in active directory?

Dsadd


What CLI command is used to create a subdirectory?

MD nameofdirectory. MD stands for Make Directory.


Which utility allows you to create Active Directory trust relationships from the command line?

netdomNetdom


How do you create a new application partition?

When you create an application directory partition, you are creating the first instance of this partition. You can create an application directory partition by using the create ncoption in the domain management menu of Ntdsutil. When creating an application directory partition using LDP or ADSI, provide a description in the description attribute of the domain DNS object that indicates the specific application that will use the partition. For example, if the application directory partition will be used to store data for a Microsoft accounting program, the description could be Microsoft accounting application. Ntdsutil does not facilitate the creation of a description. To create or delete an application directory partition 1. Open Command Prompt. 2. Type:ntdsutil 3. At the ntdsutil command prompt, type:domain management 4. At the domain management command prompt, do one of the following: · To create an application directory partition, type:create ncApplicationDirectoryPartitionDomainControllerAnswer:Start >> RUN>> CMD >> type there "NTDSUTIL" Press Enter Ntdsutil: domain management Press Enter Domain Management: Create NC dc=, dc=, dc=com Use the DnsCmd command to create an application directory partition. To do this, use the following syntax: DnsCmd ServerName /CreateDirectoryPartition FQDN of partition To create an application directory partition that is named CustomDNSPartition on a domain controller that is named DC-1, follow these steps: # Click Start, click Run, type cmd, and then click OK. # Type the following command, and then press ENTER:dnscmd DC-1 /createdirectorypartition CustomDNSPartition.contoso.com When the application directory partition has been successfully created, the following information appears: DNS Server DC-1 created directory partition: CustomDNSPartition.contoso.com Command completed successfully.Configure an additional domain controller that is acting as a DNS server to host the new application directory partition that you created. To do this, use the following syntax with the DnsCmd command: DnsCmd ServerName /EnlistDirectoryPartition FQDN of partition To configure the example domain controller that is named DC-2 to host this custom application directory partition, follow these steps: # Click Start, click Run, type cmd, and then click OK. # Type the following command, and then press ENTER:dnscmd DC-2 /enlistdirectorypartition CustomDNSPartition.contoso.com The following information appears: DNS Server DC-2 enlisted directory partition: CustomDNSPartition.contoso.com Command completed successfully.