net rpc join -m localhost -ldap=ldap.ldapserver.comComputers/BusinessUnit/Department/Servers
rpcclient -c join Computers/BusinessUnit/Department/Servers
net ads join ou=Computers/BusinessUnit/Department/Servers
net ads join Computers/BusinessUnit/Department/Servers
第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?()
第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?()
第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?()
第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()
第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?()
第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?()
第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? ()
第8题:
Move the user accounts of users in the research department to the Users container.
Configure a local security policy on all computers in the research department to allow users to modify their screensaver settings.
Add users in the research department to a domain group. Allow the group the Apply Group Policy permission for the GPO.
Add users in the research department to a domain group. Deny the group the Apply Group Policy permission to the GPO.
第9题:
Convert the system partition to NTFS.
Enable the Advanced Features option in the View menu of Active Directory Users and Computers.
Enable the Users, Groups, and Computers as Containers option in the View menu of Active Directory Users and Computers.
Log on by using a user account that has Administrator permissions for the Engineering OU.
第10题:
Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the domain.
Configure the GPO to assign the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.
Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organizational unit in each location.
Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organizational unit in each location.
第11题:
SELECT last_name, department_name FROM employees NATURAL JOIN departments;
SELECT last_name, department_name FROM employees JOIN departments ;
SELECT last_name, department_name FROM employees e JOIN departments d ON (e.department_id = d.department_id);
SELECT last_name, department_name FROM employees e RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);
SELECT last_name, department_name FROM employees FULL JOIN departments ON (e.department_id = d.department_id);
SELECT last_name, department_name FROM employees e LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);
第12题:
Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the domain.
Configure the GPO to assign the application to the user account. Link the SalesAPP GPO to the Sales organization
Configure the GPO to publish the application to the user account. Link the SalesAPP GPO to the Sales organization
Configure the GPO to assign the application to the computer account. Link the SalesAPP GPO to the Sales organiz
第13题:
Which of the following commands would you run to add your machine to an NT4 domain?()
第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()
第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()
第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()
第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? ()
第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?()
第19题:
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.
On the server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.
Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.
Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.
第20题:
net rpc join -S PDC -UAdministrator%password
net ads join -s PDC -UAdministrator%password
net rpc join -s PDC -UAdministrator%password
net ads join -W PDC -nAdministrator%password
第21题:
From a command prompt, run the redircmp.exe command
From Windows PowerShell, run the Move-ADObject cmdlet
From Ldp, configure the properties of the Computers container
From ADSI Edit, configure the properties of the OU1 object.
第22题:
Configure each computer to join a workgroup. Create a user account and a local profile for each user.
Configure each computer to join a workgroup. Create a domain user account that uses roaming user profiles.
Configure each computer to join the domain. Create a user account for each user on a domain controller.
Configure each computer to join the domain. Create domain user accounts that use roaming user profiles.
第23题:
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.
On the new server, add the domain name for the Active Directory domain to the DNS suffix setting. Join the server to the domain.
Assign a user account the Allow - Create permission for the appropriate OU. Join the new server to the domain by using the user account.
Join the new server to the Active Directory domain. On the new server, run the gpupdate /force command.