MNE - Requirement

Hello to all,

Is this change on MNE server is nessery? even that we use the new Exchnage online powershell module that support modern authentication. 

Thank you in advance

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Reference : support.quest.com/.../3

Windows Remote Management (WinRM) on your computer must allow basic authentication (enabled by default).


To verify that basic authentication is enabled, run this command in a Command Prompt:
winrm get winrm/config/client/auth

If you don't see the value Basic = true, run the following command to enable basic authentication for WinRM:
winrm set winrm/config/client/auth @{Basic="true"}

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------