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

Tolba Samra 1 Reputation point
2021-07-16T16:45:28.423+00:00

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"

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,636 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,530 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 46,796 Reputation points
    2021-07-16T19:59:22.2+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.