answersLogoWhite

0


Best Answer

c). Dsmove

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command line utility can be used to move an active directory object from one container to another?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

netdomNetdom


What happens when you give the which utility the name of a command that resides in a directory that is not in the search path?

It won't find it.


What command line utility can install active directory?

dcpromo.exe command line tool :source 70-640 windows server 2008 book pg.25


What is the difference between command and utility in UNIX?

A command is something that's built-in to the kernel, where as the utility is something that runs on top of the kernel. Example of utilities are: fdisk, copy, edit, etc.


What command can be used to view a list of directory hierarchies, including the file system type?

The df utility displays a list of the directory hierarchies available on the file system. NFS is the file system type.


What command line utility can you use to create and modify Active Directory?

TO ADD OR CREATE Dsadd is a command-line tool that is built into Windows Server 2008. It is available if you have the Active Directory Domain Services (AD DS) server role installed. To use dsadd, you must run the dsadd command from an elevated command prompt. To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator. Dsadd computer:Adds a single computer to the directory Dsadd contact:Adds a single contact to the directory Dsadd group:Adds a single group to the directory. Dsadd ou:Adds a single organizational unit to the directory. Dsadd user:Adds a single user to the directory Dsadd quota:Adds a quota specification to a directory partition. TO MODIFY Dsmod is a command-line tool that is built into Windows Server 2008. It is available if you have the Active Directory Domain Services (AD DS) server role installed. To use dsmod, you must run the dsmod command from an elevated command prompt. To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator. Dsmod computer:Modifies attributes of one or more existing computers in the directory. Dsmod contact:Modifies attributes of one or more existing contacts in the directory. Dsmod group:Modifies attributes of one or more existing groups in the directory. Dsmod ou:Modifies attributes of one or more existing organizational units (OUs) in the directory. Dsmod server:Modifies properties of a domain controller. Dsmod user:Modifies attributes of one or more existing users in the directory. Dsmod quota:Modifies attributes of one or more existing quota specifications in the directory. Dsmod partition:Modifies attributes of one or more existing partitions in the directory.


What command line utility enables one machine to check whether it can communicate with another machine?

Ping command for example "Ping 127.0.0.1" Which is the loop back address


What command can be used to view a list of directories hierrchies?

The command ls / will list the contents of the root directory; most items will be directories or links. If you want to see only directories, ls -l / | grep ^d will give a "long" list (including information other than the directory name) but limited to those lines beginning with a "d", indicating a directory. The output of this pipeline can be piped to the awk utility to select only the last word of each line, which will be the directory name; alternatively the output can be redirected to a text file which you can then edit: ls -l / ] grep ^d > textfilename Another approach would be to use the find command to search / for entries of type d, with search depth limited to 1.


What utility do you use to mark active directory objects as authoritative?

NTDS utility is used for this and this is found in admin pak


Which utility is used to display the pathname of a current working directory?

pwd


What command can be used to view a list of directory including the file system type?

The DIR command in MS-DOS and the Windows command prompt can do this. Since this is in the Linux category the way to do it would be by using the df utility. be sure and use the -h (human) option to make the output more easily understandable.


To create a fourth primary partition what utility do you use?

DiskPart command - line utility