Microsoft Exchange SMTP User
You will need to remote access to the FactoryWiz server to perform this procedure.When setting up an SMTP user mailbox in Exchange Online (O365) it may be necessary to use powershell to turn off the default setting for SmtpClientAuthenticationDisabled
open powershell as admin and then load the Connect-ExchangeOnline module and then set that value for the mailbox Identity of the email user you are trying to use as an SMTP service account
NOTE: the italicized should be replaced with your company specific username values
Connect-ExchangeOnline -UserPrincipalName [Your Global Admin User Account]
Set-CASMailbox -Identity user@companyname.onmicrosoft.com -SmtpClientAuthenticationDisabled $false
Get-CASMailbox -Identity user@companyname.onmicrosoft.com | select SmtpClientAuthenticationDisabled
ALSO NOTE: the user must also have Two Factor Authentication turned off in Exchange (not just in Azure AD)
Related Articles
User Being Signed-Out
User Configuration User Being Signed-Out If you'd like to change the time out value to prevent users from being signed out, you can modify this setting on the server in the Internet Information Services Manager. Default time out value = 20 minutes. ...
Create Readonly User for Large Screens
Login to FactoryWiz with the full admin account Click the Gear icon in the upper right hand corner for Configuration menu then click the Database option and then the MySQL Console tab Paste in the following and click EXECUTE: CREATE USER ...
Tooling Module Overview
FactoryWiz Monitoring provides a Tooling Module to track the lifetime of the tools loaded in each CNC machine monitored by the software. Tools can be added to the machine either as a Single Tool or as part of a Tool Group. The system will keep track ...
10.2 ODBC Installation
If you wish to connect a computer on your FactoryWiz network to the FactoryWiz database for things such as Microsoft Excel, you can use an ODBC connector. Normally we will install the 32bit MariaDB/MySQL ODBC Connector for things such as FactoryWizTV ...
Preparing for FactoryWiz Monitoring
Preparing for FactoryWiz Monitoring FactoryWiz Installation This document is to help you understand the preparation which is required to ensure that your system deployment goes as smoothly as possible. We want to make sure that you have a good ...