Make your account an Exchange Admin as will and reconnect to the powershell session so it can import the commands and see if that works
Connect-ExchangeOnline -UserPrincipalName <User@contoso.com>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
![156412-error.jpg][1] [1]: /api/attachments/156412-error.jpg?platform=QnA I am unable to run the Set-Transport keeps coming up with this error Set-TransportConfig : The term 'Set-TransportConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Set-TransportConfig -SmtpClientAuthenticationDisabled $false + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Set-TransportConfig:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException I am running this as a Global admin user. Have already installed the all the modules and logged into powershell. I tried the command on another tenant and it works fine, but just not on this tenant. When I try the Set-Tran and tab it doesn't even find the command * Also the tenant is not set for Security Default and Modern authentication is enabled on it.
Make your account an Exchange Admin as will and reconnect to the powershell session so it can import the commands and see if that works
Connect-ExchangeOnline -UserPrincipalName <User@contoso.com>
![156219-error2.jpg][1] [1]: /api/attachments/156219-error2.jpg?platform=QnA Here is the full screen shot
So have you added the account to the Exchange Admin role in Azure and/or Organization Mgmt in EAC as a test?
What do you see for
Yes I did add the user to exchange admin and also other admin to test. Yes the login is part of the Organization management Also I only get the Get command and not the Set command ![156413-command.jpg][1] ![156340-message-3.jpg][2] [1]: /api/attachments/156413-command.jpg?platform=QnA [2]: /api/attachments/156340-message-3.jpg?platform=QnA
Hello
Thank you for your question and reaching out.
This should be a permissions issue.
Please reboot your PC
Create the $Session using an account that has Global Admin privileges in your O365 Tenant and you'll see that the 'Set-...' cmdlets automatically get downloaded and inserted into your session.
Also, Please check if user account part of the Organization Management group.
--If the reply is helpful, please Upvote and Accept as answer--