You create 200 new user accounts. The users are located in six different sites. New users report that they receive the following error message when they try to log on: "The username or password is incorrect." You confirm that the user accounts exist and a

题目

You create 200 new user accounts. The users are located in six different sites. New users report that they receive the following error message when they try to log on: "The username or password is incorrect." You confirm that the user accounts exist and are enabled. You also confirm that the user name and password information supplied are correct. You need to identify the cause of the failure. You also need to ensure that the new users are able to log on Which utility should you run()

  • A、Rsdiag
  • B、Rstools
  • C、Repadmin
  • D、Active Directory Domains and Trusts
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Your network contains an Active Directory forest.   You set the Windows PowerShell execution policy to allow unsigned scripts on a domain   controller in the network. You create a Windows PowerShell script named new-users.ps1 that  contains the following lines:     new-aduser user1  new-aduser user2  new-aduser user3  new-aduser user4  new-aduser user5     On the domain controller, you double-click the script and the script runs. You discover that the  script fails to create the user accounts.     You need to ensure that the script creates the user accounts.     Which cmdlet should you add to the script()

  • A、Import-Module
  • B、Register-ObjectEvent
  • C、Set-ADDomain
  • D、Set-ADUser

正确答案:A

第2题:

You are the network administrator for TestKing. The network consists of a single Active Directory domain named testking.com. All domain controllers run Windows Server 2003. The sales department recently hired 10 new employees. User accounts for these employees were created in Active Directory. The manager of the sales department sent you a list of a new users and asked you to add the user accounts to an existing global group named SalesDept. You need to add the users to the SalesDept global group. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. Choose two.()

  • A、Use the dsadd user command to add the user accounts to the SalesDept global group.
  • B、Use the dsadd group command to add the user accounts to the SalesDept global group.
  • C、In Active Directory Users and Computers, select all 10 user accounts. Right-click the selected users, and then select the Properties menu command.
  • D、In Active Directory Users and Computers, select all 10 user accounts. Right-click the selected users, and then select the Add to a Group menu command.

正确答案:B,D

第3题:

You are the administrator of a Windows 2000 Professional computer that is shared by several users in the Sales department. User accounts have been created for current users. Current users can log on to the computers. To accommodate new users, you add two new user accounts named User7 and User8 to computer5. When User7 attempts to log on o the computer, she receives the following error message: "Windows cannot copy file C:\Documents and Settings\Default User\ to location C:\Documents and Settings\User7. Contact your network administrator. Detail - Access is denied." When User8 attempts to log on to the computer, he receives the same type of error message.

You want to allow the two new users, as well as other users in the Sales department, to be able to log on to the computer.

Which two methods can you use to accomplish your goal? (Choose two.)

A.Add the User7 and User8 user accounts to the DACL for the Profiles shared folder on the network server.

B.Add the User7 and User8 user accounts to the DACL for the C:\Documents and Settings\Default User folder.

C.Add the Everyone group to the DACL for the C:\Documents and Settings\Default User folder.

D.Add a Group Policy object (GPO) for the Sales OU that redirects user profiles to a shared folder.

E.Log on by using the local Administrator account and create new folders for User7 and User8 in the C:\Documents and Settings folder.

F.Select the allow inheritable permissions from parent to propagate to this object option on the C:\Documents and Settings\Default User folder, and reset the permissions on all child objects.

G.Move and retain permissions and compressions.


正确答案:CF
C,F 解析:Explanation: The problem in this scenario is related to permissions to the C:\Documents and Settings\Default User folder. To solve this problem you should grant the Everyone group permission on the C:\Documents and Settings\Default User folder by adding the group to the DACL (Discretionary Access Control List) of this folder. You should also specify that the permissions to the C:\Documents and Settings\Default User folder must

Incorrect answers:
A: The error message indicates that there is a permission problem on the C:\Documents and Settings\Default User folder, not with permission on Profiles shared folder.

B: Granting the Everyone group permission to the C:\Documents and Settings\Default User folder rather than just User7 and User8 will reduce administrative effort and would not have to be repeated for each new user that is added to the domain.

D: The error message indicates that there is a permission problem on the C:\Documents and Settings\Default User folder. It does not indicate a Group Policy object problem.

E: Granting the Everyone group permission to the C:\Documents and Settings\Default User folder rather than just User7 and User8 will reduce administrative effort and would not have to be repeated for each new user that is added to the domain.

G: This is a very vague suggestion, as it does not indicate what permissions should be moved and what permissions must be retained. Furthermore, file compression is an invisible process in Windows 2000. The operating system takes care of uncompressing the compressed files when they need to be read. Therefore file compression is not the cause of the problem in this scenario.

第4题:

You need to design a migration path for migrating user accounts and mailboxes to the new environment. Which two actions should you perform?()

  • A、Use the Migration Wizard to create and migrate mailboxes to Exchange Server 2003
  • B、Use Active Directory Users and Computers to move user accounts and mailboxes to the new environment
  • C、Use Microsoft Identity Integration Server (MIIS) to synchronize user accounts with the new environment
  • D、Use the Active Directory Migration Tool (ADMT) to clone user accounts in Active Directory
  • E、Use ClonePrincipal to migrate user accounts to the new environment

正确答案:A,D

第5题:

You are designing a migration strategy to create user IDs for all company users in the new environment. What should you do?()

  • A、Create a script that uses Active Directory Services Interfaces (ADSI) to import all user account into the new environment.
  • B、Create new accounts for all users. Create a trust relationship between the existing environment and the new environment to enable access to resources in the existing environment.
  • C、Import all user accounts into the new environment by using the Active Directory Migration Tool (ADMT).
  • D、Import all user accounts into the new environment. Instruct users to no change their passwords during the migration phase so that they can access resources in the existing environment.

正确答案:A

第6题:

Your network consists of a single Active Directory domain. User accounts for engineering  department are located in an OU named Engineering.     You need to create a password policy for the engineering department that is different from your  domain password policy.     What should you do()

  • A、Create a new GPO. Link the GPO to the Engineering OU.
  • B、Create a new GPO. Link the GPO to the domain. Block policy inheritance on all OUs except for the Engineering OU
  • C、Create a global security group and add all the user accounts for the engineering department to the group. Create a
  • D、Create a domain local security group and add all the user accounts for the engineering department to the group. Fr

正确答案:C

第7题:

You create a Web Form that allows users to create a new account. You add a CreateUserWizard control by using the following code segment. You need to ensure that the wizard automatically sends an e-mail message to users when they finish creating their accounts. You add a valid element to the Web.config file. Which code segment should you add to the Page_Load event? ()

  • A、Wizard1.RequireEmail = True
  • B、Wizard1.Email = "user@address.com"
  • C、Wizard1.MailDefinition.From = "registration@mysite.com"
  • D、SmtpMail.SmtpServer = "mail.contoso.com"

正确答案:C

第8题:

Your network consists of a single Active Directory domain. User accounts for engineering department  are located in an OU named Engineering.    You need to create a password policy for the engineering department that is different from your domain  password policy.    What should you do()

  • A、Create a new GPO. Link the GPO to the Engineering OU.
  • B、Create a new GPO. Link the GPO to the domain. Block policy inheritance on all OUs except for the  Engineering OU.
  • C、Create a global security group and add all the user accounts for the engineering department to the  group. Create a new Password Policy Object (PSO) and apply it to the group.
  • D、Create a domain local security group and add all the user accounts for the engineering department to  the group. From the Active Directory Users and Computer console, select the group and run the  Delegation of Control Wizard.

正确答案:C

第9题:

You need to design an access control strategy for resources that are located in the extranet for partners and for internal users. Your solution must meet business and security requirements. What should you do?()

  • A、Create a new child domain named extranet.corp.woodgrovebank.com in the existing forest. Create user accounts for users from partner companies in the new child domain. Create shortcut trusts in which the child domain trusts every domain in the forest
  • B、Create a new forest and domain named extranet.woodgrovebank.com. Create user accounts for users from partner companies in the new domain. Create a one-way forest trust relationship in which the extranet forest trusts the company forest
  • C、Create a new forest and domain named extranet.woodgrovebank.com. Create user accounts for users from partner companies in the new domain. Create an external trust relationship in which the extranet domain trusts the den.corp.woodgrovebank.com domain
  • D、Create a child domain of the den.corp.woodgrovebank.com domain for the extranet. Create user accounts for users from partner companies in the new child domain. Create an external trust relationship in which the forest root domain trusts the extranet domain

正确答案:B

第10题:

You want users to log on to Active Directory by using a new User Principal Name (UPN).    You need to modify the UPN suffix for all user accounts.  Which tool should you use()

  • A、Dsmod
  • B、Netdom
  • C、Redirusr
  • D、Active Directory Domains and Trusts

正确答案:A

更多相关问题