exam questions

Exam SC-400 All Questions

View all questions & answers for the SC-400 exam

Exam SC-400 topic 1 question 12 discussion

Actual exam question from Microsoft's SC-400
Question #: 12
Topic #: 1
[All SC-400 Questions]

Each product group at your company must show a distinct product logo in encrypted emails instead of the standard Microsoft Office 365 logo.
What should you do to create the branding templates?

  • A. Create a Transport rule.
  • B. Create an RMS template.
  • C. Run the Set-IRMConfiguration cmdlet.
  • D. Run the New-OMEConfiguration cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Deeksix
Highly Voted 3 years, 7 months ago
D is correct. You use New-OMEConfiguration to CREATE the branding template (as the question asks). A transport rule is needed to apply it, but not to CREATE it.
upvoted 11 times
sergioandreslq
3 years, 5 months ago
To create a new branding configuration for use with a specific domain, run the New-OMEConfiguration cmdlet: New-OMEConfiguration -Identity "Office 365 IT Pros" You then use the Set-OMEConfiguration cmdlet to update the configuration to tweak different aspects of the notification message created using the template such as the image in the notification heading (shown instead of the Office 365 logo) and text displayed in different places in the message. For example, this command sets four different text strings, adds a different picture, and sets a 10-day expiration period for any message sent using the template. The picture should be no more than 170 x 170 pixels. Set-OMEConfiguration -Identity "Office 365 IT Pros" -DisclaimerText "Office 365 for IT Pros takes no responsibility for this portal." -PortalText "Office 365 for IT Pros Secure Messaging" -EmailText "Good things happen when you protect email" -ExternalMailExpiryInDays 10 -IntroductionText "has sent you a secret message" -Image (Get-Content "C:\Temp\SmallBookCover.jpg" -Encoding byte)
upvoted 10 times
...
...
husamshahin
Highly Voted 10 months, 2 weeks ago
on Exam 28-7-2024
upvoted 5 times
...
blokechettri
Most Recent 8 months, 3 weeks ago
D. New-OMEConfiguration cmdlet. (OME encryption is the only encryption that allows branding)
upvoted 1 times
...
hsinchang
1 year, 9 months ago
Selected Answer: D
You should run the New-OMEConfiguration cmdlet to create a new OME configuration. Then, modify the branding template using Set-OMEConfiguration cmdlet.
upvoted 1 times
...
xswe
2 years, 2 months ago
When you want to configure the your organizations emails you want to user New-OMEConfiguration cmdlet. This cmdlet can give you the possibility to create a custom look for the emails that you send from your organization, you can do the following, Background color of the email Dislaimer text for recievers Image Introduction text When the email will get expired Configure the "read button" text etc
upvoted 3 times
...
Bluebaron520
2 years, 6 months ago
valid 24/11/2022
upvoted 3 times
...
wooyourdaddy
2 years, 11 months ago
Selected Answer: D
I wrote the exam today, this question was on it, I choose D, scored 890. 100% right.
upvoted 3 times
...
Ali_557
3 years, 5 months ago
Logo Set-OMEConfiguration -Identity "<OMEConfigurationName>" -Image <Byte[]> Example: Set-OMEConfiguration -Identity "Branding Template 1" -Image (Get-Content "C:\Temp\contosologo.png" -Encoding byte) Supported file formats: .png, .jpg, .bmp, or .tiff Optimal size of logo file: less than 40 KB Optimal size of logo image: 170x70 pixels. If your image exceeds these dimensions, the service resizes your logo for display in the portal. The service doesn't modify the graphic file itself. For best results, use the optimal size.
upvoted 2 times
...
jcgonzalez1978
3 years, 10 months ago
To create a new branding template you need to run New-OMEConfiguration and in order to use it, you must first run Set-OMEConfiguration and them create a Transport Rule. Here there is a good explanation: https://www.petri.com/advanced-ome-branding
upvoted 5 times
...
Piper
4 years ago
I thought this would be D, then A?
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...