You have an Exchange Server 2010 organization.You have a user named User1 and a user named User2. You need to ensure that User1 can add User2 to the From field when he sends e-mail messages. Messages that have User2 in the From field must display only User2 as the message sender to recipients Who receive the messages. What should you use?()
A: Active Directory Users and Computers
B: Exchange Control Panel (ECP)
C: Exchange Management Console (EMC)
D: Microsoft Office Outlook
A: Active Directory Users and Computers
B: Exchange Control Panel (ECP)
C: Exchange Management Console (EMC)
D: Microsoft Office Outlook
举一反三
- A user named User1 uses a computer that runs Windows XP Professional. You need to enable User1 to create local user accounts. You must minimize the rights assigned to the User1 account. Which group should you add User1 to?() A: Administrators B: Power Users C: Users D: Network Configuration Operator
- A user named User1 uses a computer that runs Windows XP Professional. You need to enable User1 to create local user accounts. You must minimize the rights assigned to the User1 account. Which group should you add User1 to?() A: Administrators B: Power Users C: Users D: Network Configuration Operators
- Your network contains an Active Directory domain. A user named User1 takes a leave of absence for one year. You need to restrict access to the User1 user account while User1 is away. What should you do() A: From the Default Domain Policy, modify the account lockout settings. B: From the Default Domain Controller Policy, modify the account lockout settings. C: From the properties of the user account, modify the Account options. D: From the properties of the user account, modify the Session settings.
- Your company security policy requires complex passwords. You have a comma delimited file named import.csv that contains user account information. You need to create user account in the domain by using the import.csv file. You also need to ensure that the new user accounts are set to use default passwords and are disabled. What shoulld you do()
- 下面使用DELETE语句删除用户user2的语句中,正确的是 A: DELETE FROM mysql.user WHERE Host='localhost' AND User='user2'; B: DELETE FROM mysql.user WHILE Host='localhost' AND User='user2'; C: DELETE FROM mysql.user WHERE Host='localhost' OR User='user2'; D: DELETE FROM mysql.user WHILE Host='localhost' OR User='user2';