MODULE 6

Cards (49)

  • Cluster - To create a new cluster or configure an existing cluster. [DEPRECATED]
  • Dfscmd - Configure DFS folders and folder targets in a DFS namespace. [DEPRECATED]
  • Dirquota - Creates and manages File Server
    Resource Manager quotas. [DEPRECATED]
  • Filescrn - Create and manage file groups, file screens, file screen
    exceptions, and file screen templates that are used to configure general administrative options for screening files. [DEPRECATED]
  • Fondue - Enable optional features in Windows by downloading required files from Windows Update or a source that Group Policy specifies. [NEW]
  • PowerShell_Ise - Read, write, run, debug, and test Windows PowerShell scripts and modules in a friendly, graphic-assisted environment. [NEW]
  • Servermanagercmd - Deprecated Install or remove roles, role
    services, and features. [DEPRECATED]
  • Shadow -Monitor an RD Session Host session. [DEPRECATED]
  • Storrept - Create and manage storage reports and storage report tasks, and configure general administrative options for File Server Resource Manager. [DEPRECATED]
  • Command Shell - is a software program that provides direct communication between the user and the operating system
  • Command Shell - The non-graphical, command shell user interface provides the environment in which you run character-based applications and utilities
  • Command Shell - executes programs and displays their output on the screen by using individual characters similar to the MS-DOS
    command interpreter, Command.com.
  • Cmd.Exe - loads applications, directs the flow of information
    between applications, and translates user input into a form
    that the operating system understands.
  • Don't use the command shell to create and edit scripts to
    automate routine tasks. - FALSE
  • Scripts accept all commands that are available at the
    command line - TRUE
  • dsadd - Adds specific types of objects to the directory
  • 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.
  • dsmod - Modifies an existing object of a specific type in the
    directory
  • 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
  • LDIFDE - Creates, modifies, and deletes directory objects
  • You can also use ldifde to extend the schema, export Active Directory user and group Information to other applications or services, and populate Active Directory Domain Services (AD DS) with data from other directory services.
  • When you create the import file to use with the ldifde command, use a changeType value to define the type of changes that the import file will
    contain.
  • CSVDE - Imports and exports data from Active Directory Domain Services (AD DS) using files that store data in the comma-separated value (CSV) format.
  • CSVDE - You can also support batch operations based on the CSV file format standard.
  • • You can import user passwords by using csvde because passwords must
    be sent over an encrypted channel. - FALSE
  • CSVDE does not support Secure Sockets Layer (SSL) or encrypted LDAP communication. - TRUE
  • Applications such as Microsoft Excel spreadsheet software are capable of
    reading and saving data in the CSV format.
  • You can't also create CSV files using Notepad; separate the values that you add to your file with commas. - FALSE
  • In addition, the Microsoft Exchange Server administration tools are
    capable of importing and exporting data using the CSV format, as are
    many other from software developers other than Microsoft. - TRUE
  • The CSV format consists of one or more lines of data with each value
    separated by a comma and no spaces between the comma and the next
    entry.
    The first line (sometimes referred to as the header) of the CSV file must
    contain the names of each attribute in the same order as the data in any line
    following the first line.
  • You can use csvde -r to create an LDAP search filter for data export.
  • The csvde -d switch indicates the root (top) of a particular query.
  • The csvde -r switch is a filter for exporting information from the directory.