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"}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank you for the answer, we know that this is a localhost setting,but for security reasons we need to know why and for what MNE needs it for.
it needs to because the application invoked powershell and passes the creds it is configured to use to to the local host.