- AskCody Help Center
- Integrations and Security
- Microsoft Exchange and Exchange Online
-
Implementing AskCody
- 1. Plan & Prepare for the implementation of AskCody
- 2. Identify the meeting journey / business processes
- 3. Sign up to the AskCody Platform
- 4a. Integrate with Microsoft Exchange
- 4b. Establish User Management
- 5. Setting up Bookings
- 6. Setting up Services
- 7. Setting up Visitors
- 10. Setting up Displays
- 11. User management in Entra ID and AD Server
- 12. Platform test and adjustments
- 13. Deploy Add-ins to all end-users
- 14. Training and end-user adoption
- 15. Go-Live
-
Troubleshooting
-
Tips & Tricks, Webinars, and more
-
Central
-
Maps
-
Bookings
-
Services
-
Visitors
-
Insights
-
Integrations and Security
-
Data processing and legal
-
Mastering Reports
-
Join the AskCody User Community
Create a service account using PowerShell
Learn how to create a service account in your Exchange Environment using PowerShell
In order to integrate with Exchange Server using Basic Authentication, you must be a Global Administrator in your organization's Azure Active Directory.- Open the Exchange management shell and run the following command:
New-Mailbox -UserPrincipalName sa@domain -Alias SA -Name serviceaccount - OrganizationalUnit Users -FirstName Service -LastName Account -DisplayName "Service Account"
Make sure "domain" is replaced with the domain of your organization. The shell will prompt you to enter a password for the new user. This password will later be used to connect the service to the AskCody management portal.
- In the Exchange management shell, run the command:
New-ManagementRoleAssignment –Role:ApplicationImpersonation –User:InsertNameOfServiceAccount
Remember to insert the name of your service account in the command. If you have named the service account as shown in step 1, the command should look like this:
New-ManagementRoleAssignment –Role:ApplicationImpersonation –User:serviceaccount