question

TolbaSamra-4812 avatar image
0 Votes"
TolbaSamra-4812 asked AndreasBaumgarten edited

How i should this powershell script( -RequireSenderAuthenticationEnabled $false) ?"

I tried to type this :

Set-Mailuser -Identity "user mail name" -RequireSenderAuthenticationEnabled $false

but it doesn't work i got an error,but if writ it like this : Set-Mailbox -Identity "user mail name" -RequireSenderAuthenticationEnabled $false
I got a warning message says : "the command completed successfully but no settings of have been modified"

windows-server-powershelloffice-exchange-server-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

RichMatheisen-8856 avatar image
0 Votes"
RichMatheisen-8856 answered

Well, the difference is that a "Mailuser" has an email address and an AD user, but does NOT have a mailbox.

The "no settings have been modified" usually means that the property was already assigned the value you're trying to set it to.

This particular question really should have been assigned a tag that MS Exchange folks monitor.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.