Powershell

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

Use Microsoft Graph with REST and PowerShell 7

Personally, i like REST-API´s, especially when they are the direct layer between me and the datasource i want to access. As a PowerShell MVP i often use REST and PowerShell, today i needed to get some data from Microsoft Graph. The question i needed to answer was: „Which groups is a user member of in… Read more Use Microsoft Graph with REST and PowerShell 7

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.

Install a PS Module from the PS Gallery in Azure Automation by Script

Hi All ! Azure Automation allows the installation of Modules published on the PS Gallery, or beeing uploaded from a ZIP File. The ZIP-Upload can be automated with commands from AzureRM.Automation Module, but i was facing the following problem. When i automatically deploy an Azure Automation Account, how can i install a PowerShell Module from… Read more Install a PS Module from the PS Gallery in Azure Automation by Script