CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 27: 70-347: Enabling Office 365 Services

Your company uses Microsoft Exchange Online. Employees frequently need to change their primary email addresses. The messaging operations team has requested a script to simplify the process of changing email addresses. The script must perform the following actions: ✑ Obtain employee information from a .csv file that ha…

Nội dung câu hỏi

Your company uses Microsoft Exchange Online. Employees frequently need to change their primary email addresses. The messaging operations team has requested a script to simplify the process of changing email addresses. The script must perform the following actions: ✑ Obtain employee information from a .csv file that has a header line of UserPrincipalName,CurrentPrimaryAddress,NewPrimaryAddress. ✑ Change employees' primary email addresses to the values in the NewPrimaryAddress column. ✑ Retain employees' current email addresses as secondary addresses. You create the following Windows PowerShell script to read the .csv file. Line numbers are included for reference only. You need to complete the script to meet the requirements. Which Windows PowerShell command should you insert at line 06?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary"; remove="SMTP:" + "$OldPrimary"}
  2. B. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary", "smtp:" + "$OldPrimary"; remove="SMTP:" + "$OldPrimary"}
  3. C. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary"} — đáp án hiện tại
  4. D. Set-Mailbox -Identity $UserPrincipalName -PrimarySmtpAddress $NewPrimary

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề