niusouti.com

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

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

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

    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

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true  -AccountPassword $_.password}     When you run the script, you receive an error message indicating that the format of the password  is incorrect. The script fails.     You need to run a script that successfully creates the user accounts by using the password  contained in accounts.csv.     Which script should you run()

    • A、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertHost-
    • B、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertTo-
    • C、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-To
    • D、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-Host

    正确答案:B

  • 第5题:

    You are the network administrator for . Your network consists of asingle Active Directory domain. All network servers run Windows Server 2003. TestKing has offices in Chicago, New York and Los Angeles. Each office has one domain controller. Each office also has its own organization unit (OU), which contains all user accounts and computer accounts in that office. The Chicago OU is accidentally deleted from Active Directory. You perform an authoritative restoration of that OU. Some users in Chicago now report that they receive the following error message when they try to log on to the domain. "The session setup from the computer DOMAINMEMBER failed to authenticate. The name of the account referenced is the security database in DOMAINMEMBER$. The following error occurred: Access is denied". How should you solve this problem?()

    • A、Reset the computer accounts of the computers that receive the error message. Instruct the affected users to restart their computers.
    • B、Perform a nonauthoritative restoration of Active Directory. Force directory replication on all domain controllers.
    • C、Restart the Kerberos Key Distribution Center service on each domain controller.
    • D、Run Nltest.exe on the computers that receive the error message. Restart the Net Logon service on the domain controller on Chicago.

    正确答案:A

  • 第6题:

    You want users to log on to Active Directory by using a new 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

  • 第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 = tr ue;

    B

    Wizard1.Email = “user@address.com”;

    C

    Wizard1.MailDefinition.From = “registration@mysite.com”;

    D

    SmtpMail.SmtpServer = “ mail.contoso.com”;


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

  • 第8题:

    单选题
    Your company’s network has client computers that run Windows 7.    When a user attempts to log on to the domain from a computer named Client1,she receives the following message:   The system cannot log you on to this domain because the system’s computer account in its primary domain is missing or the password on that account is incorrect.  You need to ensure that the user can log on to the domain from Client1.   What should you do?()
    A

    Disjoin and rejoin Client1 to the domain.

    B

    Add the computer account for Client1 to the Domain Computers Active Directory group.

    C

    Reset the account password for Client1 through Active Directory Users and Computers.

    D

    Reset the account password for the user through Active Directory Users and Computers.


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

  • 第9题:

    单选题
    You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword  $_.password}   When you run the script, you receive an error message indicating that the format of the password is  incorrect. The script fails.   You need to run a script that successfully creates the user accounts by using the password contained in  accounts.csv.   Which script should you run()
    A

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString Password -AsPlainText -force)}

    B

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString $_.Password -AsPlainText -force)}

    C

    import-csv Accounts.csv foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword Read-Host -AsSecureString Password)}

    D

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword (Read-Host -AsSecureString $_.Password)}


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

  • 第10题:

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


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

  • 第11题:

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


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

  • 第12题:

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


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

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

    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

  • 第16题:

    Your company’s network has client computers that run Windows 7.    When a user attempts to log on to the domain from a computer named Client1,she receives the following message:   The system cannot log you on to this domain because the system’s computer account in its primary domain is missing or the password on that account is incorrect.  You need to ensure that the user can log on to the domain from Client1.   What should you do?()

    • A、Disjoin and rejoin Client1 to the domain.
    • B、Add the computer account for Client1 to the Domain Computers Active Directory group.
    • C、Reset the account password for Client1 through Active Directory Users and Computers.
    • D、Reset the account password for the user through Active Directory Users and Computers.

    正确答案:A

  • 第17题:

    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

    正确答案:C

  • 第18题:

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


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

  • 第19题:

    单选题
    You want users to log on to Active Directory by using a new 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
    解析: 暂无解析

  • 第20题:

    单选题
    You are the network administrator for . Your network consists of asingle Active Directory domain. All network servers run Windows Server 2003. TestKing has offices in Chicago, New York and Los Angeles. Each office has one domain controller. Each office also has its own organization unit (OU), which contains all user accounts and computer accounts in that office. The Chicago OU is accidentally deleted from Active Directory. You perform an authoritative restoration of that OU. Some users in Chicago now report that they receive the following error message when they try to log on to the domain. "The session setup from the computer DOMAINMEMBER failed to authenticate. The name of the account referenced is the security database in DOMAINMEMBER$. The following error occurred: Access is denied". How should you solve this problem?()
    A

    Reset the computer accounts of the computers that receive the error message. Instruct the affected users to restart their computers.

    B

    Perform a nonauthoritative restoration of Active Directory. Force directory replication on all domain controllers.

    C

    Restart the Kerberos Key Distribution Center service on each domain controller.

    D

    Run Nltest.exe on the computers that receive the error message. Restart the Net Logon service on the domain controller on Chicago.


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

  • 第21题:

    单选题
    You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true  -AccountPassword $_.password}     When you run the script, you receive an error message indicating that the format of the password  is incorrect. The script fails.     You need to run a script that successfully creates the user accounts by using the password  contained in accounts.csv.     Which script should you run()
    A

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertHost-

    B

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertTo-

    C

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-To

    D

    import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-Host


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

  • 第22题:

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


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

  • 第23题:

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


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

  • 第24题:

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