Intune & Microsoft Store for Business Integration
Introduction
To distribute Microsoft Store Apps in the company, it is recommended to use the Microsoft Store for Business. This allows you to set up your own business store based on Microsoft (and sideload) apps.
Connector Integration
To distribute these apps via Intune, it is possible to activate an Intune Connector so that the apps can be automatically displayed and assigned as "Microsoft Store for Business" apps in Intune.
The following steps have to be performed for an integration. Open the Intune portal and ensure that they have administrative permissions.
In the left context menu, select the "Tenant Administration" option and open the Connectors & Tokens submenu. Select Microsoft Store for Business and click enable & sync.
The Last Sync Time then usually stops at the year 1970 and no apps are synchronized.
In the next step it is necessary that in the Store for Business Portal ( https://businessstore.microsoft.com ) also the Intune Connector is activated. To do this, navigate to the Store for Business and activate the Microsoft Intune Connector under Settings (Management Tools).
When the configuration is complete, return to the Intune portal and click Sync in the Business Store Connector. You should now see your Store for Business apps in Intune.
Import Excel in SharePoint & Microsoft 365 Lists
In many cases, the use of Microsoft 365 Services requires existing processes & workflows to be reworked and existing Microsoft Excel lists to be replaced by Power Apps and SharePoint Online Lists / Microsoft Lists, because with the integration into the native Office 365 environment, new and significant possibilities for automation are provided and previously time-consuming processes can be accelerated.
Link shortener service with Azure Functions and PowerShell
I recently had to write some code to provide a one time link functionality, where links will be invalidated and the underlying files will be deleted as soon as they are accessed once. This brought me to the idea, we will take a look at today. I basically wanted to create a REST API for a link shortener service.