blog.atwork.at

news and know-how about microsoft, technology, cloud and more.

Delegate365 changelog 9.2-improvements

The next version of Delegate365 is here. Delegate365 v9.2 follows the last update v9.1. This update includes a bunch of helpful features and improvements such as SharePoint sites management, Group OU improvements, report improvements, a new message trace job and more. See a description of the new features here.

Delegate365-Goodbye, Basic Authentication

Delegate365 provides a toolbox for easy management of a Microsoft 365 tenant. Management ranges from Exchange Online to Azure AD, SharePoint Online, Reporting and Intune. Delegate365 communicates with the Microsoft 365 services via apps and Modern Authentication, wherever possible. However, a service account had to be used for some Exchange features and the multi-factor authentication management. This will change with the next versions.

Handle failed actions in Azure Logic Apps

Today´s a quick tip for users working with Azure Logic Apps. This article shows how you can continue to work in a flow if an action has failed. This sample accesses an Excel file from a Microsoft teams SharePoint site and searches for a key. If the key was not found, the flow shall continue and deliver a useful error code with a message. See how this works here.

Project: Massenänderung für Ressourcenkostensätze mit VBA / Bulk Update for Resource Rates with VBA

In vielen Unternehmen gibt es jedes Jahr zum Jahresende die Anforderung, die Kostensätze für Ressourcen für das Folgejahr einzutragen. Hier finden Sie ein Makro, dass die Arbeit erleichtert.

In many companies, at the end of each year, there is a requirement to enter the cost rates for resources for the following year. Here you will find a macro that makes your work easier.

PowerShell package 'Az.Accounts' failed to download

I recently ran into this problem: I had to install the Azure Az PowerShell module from the PowerShell Gallery on a new computer. Interestingly the installation with Install-Module -Name Az failed with the error message "WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/Az.Accounts/1.9.3' is not valid.". See my solution here.