单选题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
解析: 暂无解析
更多“单选题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”相关问题
  • 第1题:

    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

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    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 an 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 organizational unit in each location.
    • C、Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.
    • D、Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organizational unit in each location.

    正确答案:D

  • 第5题:

    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 place computer accounts for servers in OUs that are organized by server roles. You apply GPOs to these servers at the OU level. You need to add a new server to the domain. You need to ensure that the appropriate GPOs are applied to this server. What should you do?()

    • A、Prestage a domain computer account for the new server in the appropriate OU. Join the server to the domain by using the prestaged computer account.
    • B、On the server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.
    • C、Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.
    • D、Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.

    正确答案:A

  • 第6题:

    You are a security administrator for your company. The network consists of three Active Directory domains. All Active Directory domains are running at a Windows Server 2003 mode functionality level.    Employees in the editorial department of your company need access to resources on file servers that are in each of the Active Directory domains. Each Active Directory domain in the company contains at least one editorial department employee user account.    You need to create a single group named Company Editors that contains all editorial department employee user accounts and that has access to the resources on file server computers.  What should you do?()

    • A、 Create a global distribution group in the forest root domain and name it Company Editors.
    • B、 Create a global security group in the forest root domain and name it Company Editors.
    • C、 Create a universal distribution group in the forest root domain and name it Company Editors. 
    • D、 Create a universal security group in the forest root domain and name it Company Editors.

    正确答案:D

  • 第7题:

    You are the network administrator for your company. The network consists of a single Active Directory domain.All servers run Windows Server 2003.You place computer accounts for servers in organizational units (OUs) that are organized by server roles. You apply Group Policy objects (GPOs) to these servers at the OU level.You need to add a new server to the domain. You need to ensure that the appropriate GPOs are applied to this server.What should you do? ()

    • A、Prestage a domain computer account for the new server in the appropriate OU. Join the server to the domain by using the prestaged computer account.
    • B、On the new server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.
    • C、Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.
    • D、Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.

    正确答案:A

  • 第8题:

    单选题
    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
    解析: 暂无解析

  • 第9题:

    单选题
    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.


    正确答案: A
    解析: 暂无解析

  • 第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 an 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 organizational unit in each location.

    C

    Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.

    D

    Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organizational unit in each location.


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    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);


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You are the network administrator for your company. The network consists of a single Active Directory domain.All servers run Windows Server 2003.You place computer accounts for servers in organizational units (OUs) that are organized by server roles. You apply Group Policy objects (GPOs) to these servers at the OU level.You need to add a new server to the domain. You need to ensure that the appropriate GPOs are applied to this server.What should you do? ()
    A

    Prestage a domain computer account for the new server in the appropriate OU. Join the server to the domain by using the prestaged computer account.

    B

    On the new server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.

    C

    Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.

    D

    Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.


    正确答案: D
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

    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

  • 第16题:

    Your company has an Active Directory forest. The company has three locations. Each location has an  organizational unit and a child organizational unit named Sales.   The Sales organizational unit contains all users and computers of the sales department.   The company plans to deploy a Microsoft Office 2007 application on all computers within the three Sales rganizational units.   You need to ensure that the Office 2007 application is installed only on the computers in the Sales  organizational units.  What should you do()

    • A、Create a Group Policy Object (GPO) named SalesAPP GPO. Configure the GPO to assign the  application to the computer account. Link the SalesAPP GPO to the domain.
    • B、Create a Group Policy Object (GPO) named SalesAPP GPO. Configure the GPO to assign the  application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.
    • C、Create a Group Policy Object (GPO) named SalesAPP GPO. Configure the GPO to publish the  application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.
    • D、Create a Group Policy Object (GPO) named SalesAPP GPO. Configure the GPO to assign the  application to the computer account. Link the SalesAPP GPO to the Sales organizational unit in each  location.

    正确答案:D

  • 第17题:

    You are the administrator of your company’s network. You purchase 75 new Windows 2000 Professional computers that will be shared by the users in Graphic organizational unit (OU). All the computers are configured identically. You want the users to be able to maintain their individual desktop settings regardless of which computer they use. You want to accomplish this with the least amount of administrative effort. What should you do? ()

    • A、Configure each computer to join a workgroup.      Create a user account and a local profile for each user. 
    • B、Configure each computer to join a workgroup.      Create a domain user account that uses roaming user profiles. 
    • C、Configure each computer to join the domain.      Create a user account for each user on a domain controller. 
    • D、Configure each computer to join the domain.      Create domain user accounts that use roaming user profiles.

    正确答案:D

  • 第18题:

    Your network contains an Active Directory domain named adatum.com.You discover that when users join computers to the domain, the computer accounts are created in the Computers container.You need to ensure that when users join computers to the domain, the computer accounts are automatically created in an organizational unit (OU) named All_Computers. What should you do?()

    • A、From a command prompt, run the redircmp.exe command
    • B、From Windows PowerShell, run the Move-ADObject cmdlet
    • C、From Ldp, configure the properties of the Computers container
    • D、From ADSI Edit, configure the properties of the OU1 object.

    正确答案:A

  • 第19题:

    单选题
    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 place computer accounts for servers in OUs that are organized by server roles. You apply GPOs to these servers at the OU level. You need to add a new server to the domain. You need to ensure that the appropriate GPOs are applied to this server. What should you do?()
    A

    Prestage a domain computer account for the new server in the appropriate OU. Join the server to the domain by using the prestaged computer account.

    B

    On the server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.

    C

    Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.

    D

    Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    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


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    Your network contains an Active Directory domain named adatum.com.You discover that when users join computers to the domain, the computer accounts are created in the Computers container.You need to ensure that when users join computers to the domain, the computer accounts are automatically created in an organizational unit (OU) named All_Computers. What should you do?()
    A

    From a command prompt, run the redircmp.exe command

    B

    From Windows PowerShell, run the Move-ADObject cmdlet

    C

    From Ldp, configure the properties of the Computers container

    D

    From ADSI Edit, configure the properties of the OU1 object.


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    You are the administrator of your company’s network. You purchase 75 new Windows 2000 Professional computers that will be shared by the users in Graphic organizational unit (OU). All the computers are configured identically. You want the users to be able to maintain their individual desktop settings regardless of which computer they use. You want to accomplish this with the least amount of administrative effort. What should you do? ()
    A

    Configure each computer to join a workgroup.      Create a user account and a local profile for each user. 

    B

    Configure each computer to join a workgroup.      Create a domain user account that uses roaming user profiles. 

    C

    Configure each computer to join the domain.      Create a user account for each user on a domain controller. 

    D

    Configure each computer to join the domain.      Create domain user accounts that use roaming user profiles.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    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
    解析: 暂无解析

  • 第24题:

    单选题
    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


    正确答案: A
    解析: 暂无解析