单选题Which command would create a machine account in Active Directory under the Computers/BusinessUnit/Department/Servers organizational unit?()A net rpc join -m localhost -ldap=ldap.ldapserver.comComputers/BusinessUnit/Department/ServersB rpcclient -c join

题目
单选题
Which command would create a machine account in Active Directory under the Computers/BusinessUnit/Department/Servers organizational unit?()
A

net rpc join -m localhost -ldap=ldap.ldapserver.comComputers/BusinessUnit/Department/Servers

B

rpcclient -c join Computers/BusinessUnit/Department/Servers

C

net ads join ou=Computers/BusinessUnit/Department/Servers

D

net ads join Computers/BusinessUnit/Department/Servers

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

WhichcommandwouldcreateamachineaccountinActiveDirectoryundertheComputers\BusinessUnit\Department\Serversorganizationalunit?()

A.netrpcjoin-mlocalhost-ldap="ldap.ldapserver.comComputers\BusinessUnit\Department\Servers"

B.rpcclient-c"joinComputers\BusinessUnit\Department\Servers"

C.netadsjoinou="Computers\BusinessUnit\Department\Servers"

D.netadsjoin"Computers\BusinessUnit\Department\Servers"


参考答案:D

第2题:

You are the network administrator for TestKing.com. The network consists of a single Active Directory domain named testking.com. All network servers run Windows Server 2003. You create an organizational unit (OU) named Engineering, which will hold all objects associated with the users and computers in the engineering department. You also create a global group named Engineering Admins, whose members will administer these objects. Now you need to assign the appropriate permissions to the Engineering Admins group so its members can administer the objects in the Engineering OU. First, you use Active Directory Users and Computers to view the properties of the Engineering OU. However, the Security tab is not available. What should you do next?()

  • A、Convert the system partition to NTFS.
  • B、Enable the Advanced Features option in the View menu of Active Directory Users and Computers.
  • C、Enable the Users, Groups, and Computers as Containers option in the View menu of Active Directory Users and Computers.
  • D、Log on by using a user account that has Administrator permissions for the Engineering OU.

正确答案:B

第3题:

ExhibitExamine the data in the EMPLOYEES and DEPARTMENTS tables.You want to retrieve all employees‘ last names, along with their manager‘s last names and their department names. Which query would you use?()

A. SELECT last_name, manager_id, department_name FROM employees e FULL OUTER JOIN department d ON (e.department_id = d.department_id);

B. SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.managaer_id = m.employee_id) LEFT OUTER JOIN department d ON (e.department_id = d.department_id);

C. SELECT e.last_name, m.last_name, department_name FROM employees e RIGT OUTER JOIN employees m on ( e.manager_id = m.employee_id) FULL OUTER JOIN department d ON (e.department_id = d.department_id);

D. SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGT OUTER JOIN department d ON (e.department_id = d.department_id);

E. SELECT e.last_name, m.last_name, department_name FROM employees e RIGHT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id)

F. SELECT last_name, manager_id, department_name FROM employees e JOIN department d ON (e.department_id = d.department_id);


参考答案:B

第4题:

Your network consists of Windows XP computers. All computers are joined to a single Active  Directory directory service domain and located in a single Active Directory site. You create a new Group  Policy object (GPO) and link it to the site. The policy configures default screensaver settings. User  accounts of users in the research department are located in an organizational unit (OU) named Research.  You need to allow users in the research department to configure a different screensaver setting on their  computers.  What should you do?()

  • A、 Move the user accounts of users in the research department to the Users container.
  • B、 Configure a local security policy on all computers in the research department to allow users to modify their screensaver settings.
  • C、 Add users in the research department to a domain group. Allow the group the Apply Group Policy permission for the GPO.
  • D、 Add users in the research department to a domain group. Deny the group the Apply Group Policy permission to the GPO.

正确答案:D

第5题:

Click the Exhibit button and examine the data in the EMPLOYEES and DEPARTMENTS tables.You want to retrieve all employees, whether or not they have matching departments in the departments table. Which query would you use?()

  • A、SELECT last_name, department_name FROM employees NATURAL JOIN departments;
  • B、SELECT last_name, department_name FROM employees JOIN departments ;
  • C、SELECT last_name, department_name FROM employees e JOIN departments d ON (e.department_id = d.department_id);
  • D、SELECT last_name, department_name FROM employees e RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);
  • E、SELECT last_name, department_name FROM employees FULL JOIN departments ON (e.department_id = d.department_id);
  • F、SELECT last_name, department_name FROM employees e LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);

正确答案:F

第6题:

Which command would create a machine account in Active Directory under the Computers/BusinessUnit/Department/Servers organizational unit?()

  • A、net rpc join -m localhost -ldap="ldap.ldapserver.comComputers/BusinessUnit/Department/Servers"
  • B、rpcclient -c "join Computers/BusinessUnit/Department/Servers"
  • C、net ads join ou="Computers/BusinessUnit/Department/Servers"
  • D、net ads join "Computers/BusinessUnit/Department/Servers"

正确答案:D

第7题:

Which of the following commands would you run to add your machine to an NT4 domain?()

  • A、 net rpc join -S PDC -UAdministrator%password
  • B、 net ads join -s PDC -UAdministrator%password
  • C、 net rpc join -s PDC -UAdministrator%password
  • D、 net ads join -W PDC -nAdministrator%password

正确答案:A

第8题:

Click the Exhibit button and examine the data in the EMPLOYEES and DEPARTMENTS tables.You want to retrieve all employees‘ last names, along with their managers‘ last names and their department names. Which query would you use?()

A.SELECT last_name, manager_id, department_name FROM employees e FULL OUTER JOIN departments d ON (e.department_id = d.department_id);

B.SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.manager_id = m.employee_id) LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);

C.SELECT e.last_name, m.last_name, department_name FROM employees e RIGHT OUTER JOIN employees m on ( e.manager_id = m.employee_id) LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);

D.SELECT e.last_name, m.last_name, department_name FROM employees e LEFT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);

E.SELECT e.last_name, m.last_name, department_name FROM employees e RIGHT OUTER JOIN employees m on ( e.manager_id = m.employee_id) RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);

F.SELECT last_name, manager_id, department_name FROM employees e JOIN departments d ON (e.department_id = d.department_id) ;


参考答案:B

第9题:

Your company has an Active Directory forest. The forest includes organizational units corresponding to the following four locations.  London      Chicago      New York     Madrid  Each location has a child organizational unit named Sales. The Sales organizational unit contains all the users and computers from the sales department.  The offices in London, Chicago, and New York are connected by T1 connections. The office in Madrid is connected by a 256-Kbps ISDN connection.  You need to install an application on all the computers in the sales department.  Which two actions should you perform()

  • A、Disable the slow link detection setting in the Group Policy Object (GPO).
  • B、Configure the slow link detection threshold setting to 1,544 Kbps (T1) in the Group Policy Object GPO).
  • C、Create a Group Policy Object (GPO) named Officelnstall that assigns the application to users. Link the GPO to each Sales organizational unit.
  • D、Create a Group Policy Object (GPO) named Officelnstall that assigns the application to the computers.Link the GPO to each Sales organizational unit.

正确答案:A,D

第10题:

Your company has an Active Directory forest. Each branch office has an organizational unit and a  child organizational unit named Sales.     The Sales organizational unit contains all users and computers of the sales department.     You need to install a Microsoft Office 2007 application only on the computers in the Sales  organizational unit.   You create a GPO named SalesApp GPO.     What should you do next()

  • A、Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the domain.
  • B、Configure the GPO to assign the application to the user account. Link the SalesAPP GPO to the Sales organization
  • C、Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organization
  • D、Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organiz

正确答案:D

更多相关问题