answersLogoWhite

0

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.

User Avatar

Freddy Wunsch

Lvl 10
3y ago

What else can I help you with?

Related Questions

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

netdomNetdom


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

Dsadd


What is dcpromo?

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


Can the dsadd command only create new user objects in Active Directory?

DSADD can add user,computers and groups all


How can you create a directory in dos command line?

MKDIR


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.


How do you start Active Directory Users and Computers from the command line?

Active Directory Users and Computers is a snap-in. A snap-in cannot be started from a command line or from "Start" "run" it has to be started from an MMC (Microsoft Management Console). If you do not know how to create a Custom MMC let me know an I will walk you through those steps. you can use dsa.msc


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

DiskPart command - line utility


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.


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


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