Delegate365 changelog 9.7-Improvements

Delegate365 changelog 9.7-Improvements

The current version of Delegate365 v9.7 comes with some improvements. See the details here. SMTP Authentication in Users / Mailbox settings: A new switch SMTP Authentication has been added to the Mailbox settings of a User. This allows, see Enable or disable authenticated client SMTP submission (SMTP AUTH) in Exchange Online. Usually, Microsoft recommends to disable SMTP AUTH in your Exchange Online organization and to enable it only for the accounts (mailboxes) that still require it. If security defaults is enabled in your organization, SMTP AUTH is already disabled in Exchange Online. However, admins can modify this setting in the Mailbox features section. The SMTP Authentication dropdown allows to set the setting to* On, Off, *and Organization settings. which means that the settings for the user are inherited from the organization´s transportation rules settings. This setting corresponds to the setting in the Microsoft 365 Admin Center, under Users / Active Users / Select a user / Manage Email Apps / Authenticated SMTP switch or with PowerShell. In PowerShell, this setting is set with Set-TransportConfig and Set-CASMailbox with an attribute named SmtpClientAuthenticationDisabled, where the organization settings are equal to $null, On means $false, and Off means $true. This is simplified in Delegate365 to be more understandable. ...

December 11, 2023 · 3 min · Toni Pohl
atwork wins the Microsoft Austria Partner Innovation Award 2023

atwork wins the Microsoft Austria Partner Innovation Award 2023

Congratulations to the atwork team behind the Sign Language Project (SLRproject.ai) for winning the Microsoft Austria Partner Innovation Award 2023! The project aims to develop a machine learning model that can automatically translate Sign Language into text and transmit this text into various communication programs, such as Microsoft Teams. It is an innovative development and research project for sign language recognition with Azure Artificial Intelligence Services (Azure AI). The SLR project is a remarkable example of how technology can have a positive impact on society using modern AI technology. We congratulate the project initiator Peter Hödl, who started this project around two years ago and continues to work hard together with the team to create an integrable solution. ...

November 28, 2023 · 2 min · Toni Pohl
Azure Logic Apps Toolbox 9-More useful Tips

Azure Logic Apps Toolbox 9-More useful Tips

By working with Azure Logic Apps, data can be processed very quickly and conveniently. Sometimes small details are a challenge, like function names or correct syntax. This is especially true if you don’t work with logic apps all the time. In addition to our existing tips here in the blog, we have some other useful functions from various scenarios that will make your work with Logic Apps easier. If you are interested, we have already collected a number of tips in our blog in category Logic Apps. So, here are some more general tips for your flows. ...

October 5, 2023 · 4 min · Toni Pohl
Get the expiration date of application secrets and certificates in Entra

Get the expiration date of application secrets and certificates in Entra

Part of the job of Microsoft 365 administrators is to ensure that their users can access and work with all services. This also includes ensuring that applications work. Microsoft Entra manages applications and the associated settings in a central location. It is relevant to know when application certificates and secrets expire in order to renew them in a timely manner. This article shows how you can query which applications need to be updated. ...

October 4, 2023 · 3 min · Toni Pohl
Replacement of MSOnline and Azure AD Powershell modules

Replacement of MSOnline and Azure AD Powershell modules

I know some habits are hard to break. We still see some IT administrators using the outdated tools. We recommend admins using older Azure AD, Azure AD Preview or MS Online modules to use MS Graph modules instead. Renew your tools! Powershell modules retirements The discontinuation means that Microsoft is not making any investments in the outdated Powershell modules and does not make any SLA commitments beyond security-related fixes. See the details of the retirement plans here: ...

August 17, 2023 · 2 min · Toni Pohl
How to get all SharePoint Online sites with their owner with Graph

How to get all SharePoint Online sites with their owner with Graph

Microsoft Graph is the key to access data in Microsoft 365. When working with SharePoint, we have some access with Graph, but there is still a lot missing. In my case I needed a list of all SharePoint sites with their owners for governance reasons. Here I show how you can get this data today with the Graph API. Tools to communicate with the Graph API and the docs To use Microsoft Graph, we can use any conceivable methods that can call the Graph API. The Graph API is well documented on https://learn.microsoft.com/en-us/graph/api/overview. Try it out at Graph Explorer. ...

July 24, 2023 · 5 min · Toni Pohl
Microsoft 365 Developer Proxy for app permissions detection and improved simulating throttling

Microsoft 365 Developer Proxy for app permissions detection and improved simulating throttling

Hey, developers! Need a tool to test API calls, and to simulate errors to improve your apps? Here we go! Test out the new Microsoft 365 Developer Proxy (formerly known as Microsoft Graph Developer Proxy)! The main idea of the tool is to check if your apps properly handle API errors. But, there are some really cool features in the latest version, such as “Detect over-consented apps that use Microsoft Graph”. ...

June 29, 2023 · 1 min · Toni Pohl
Delegate365 changelog 9.6-Premium Reports

Delegate365 changelog 9.6-Premium Reports

The latest version of Delegate365 v9.6 brings some improvements, fixes, and additional reports with the new Premium feature. See it here. Updating License Name Mappings during Sync: The background sync now checks the hash of a Microsoft service file that contains all M365-friendly license names (SKUs) and plan names. If there is a change in a Microsoft license name, the Delegate635 sync updates it´s database to always show the latest product and plan names in the licenses. With this feature, all Microsoft product names are automatically updated, regardless of what licenses the customer tenant has. If the naming is not consistent, this is unfortunately due to the quality of the data provided by Microsoft. ...

June 7, 2023 · 3 min · Toni Pohl
Delegate365 Applications

Delegate365 Applications

Delegate365 uses two Azure AD applications. They are created through the setup process. Application one is only used for the login process. The second application is used to perform the operations. To change application properties such as branding, terms or settings for multi-tenant apps, you can do this in your own Azure AD. Admins with application management roles such as global admins can change their tenant’s application settings in their Azure portal at Azure AD Active Directory/Registered Apps menu. Search for “Delegate 365”, as shown in the following screenshot. ...

April 25, 2023 · 2 min · Toni Pohl
Welcome, Microsoft 365 Copilot

Welcome, Microsoft 365 Copilot

Today Microsoft announced Microsoft 365 Copilot at a LinkedIn Live event. Microsoft describes the service as an “AI-powered tool that boosts productivity and creativity in the Microsoft 365 world”. Microsoft 365 Copilot integrates with popular Microsoft apps like Word, Excel, PowerPoint, Outlook, and Teams, but also with Power Apps, Power Automate and the Microsoft Graph API. The new business chat feature streamlines work across data and apps in Microsoft Teams. See some first impressions and features here. ...

March 16, 2023 · 3 min · Toni Pohl