Azure

MS Graph for Aliens

If somebody would have to build the users and groups of the whole galaxy into a single AzureAD, group memberships would play a big role. For an alien it would then be easy to understand who is member of what part of the galaxy. Lets take a little – not too serious – example: How… Read more MS Graph for Aliens

Azure Resource Graph Logo

Azure Resource Graph IV – „Where“ and string operators

Querying data needs always filtering capabilities. ARG, has a powerful query language that allows complex queries with just a few characters of typework.  Knowing how to filter data is importtant, so that you can use the power of the ARG engine before you retrieve the data to your session (PowerShell in that case), especially with… Read more Azure Resource Graph IV – „Where“ and string operators

Use a Raspberry PI to trigger Azure Automation runbooks

Dear all ! We hear so much about IoT and the Cloud so I thought, a practical example of how to  combine one of the most popular IoT devices, the Raspberry PI, with Azure Automation is appreciated. Whats the use case? When building this, you will have a Raspberry PI with a push-button, and when… Read more Use a Raspberry PI to trigger Azure Automation runbooks

New Version of PowerShell Gallery in Public Preview

Dear All! The PS Gallery will receive an update very soon, you can test the preview version already now on https://www.preview.powershellgallery.com/ New features are: Improved download performance provided via CDN Enhanced security for publishers, including support for 2FA, multiple publishing keys Account management support for changing email address or login account Direct download of items… Read more New Version of PowerShell Gallery in Public Preview

Enable ServiceMaps for Azure VM´s

Azure ServiceMap is a great extension to LogAnalytics, measuring Processes, Connectivity and Performance for Windows and Linux Computers onPrem and in the Cloud. This script (from https://blogs.technet.microsoft.com/msoms/2017/08/29/azure-vm-extension-for-dependency-agent/ ) enables the ServiceMap extension to all VM´s in a defined ResourceGroup. I just tested this again and it still works fine.

Hope that helps. R.