Azure Automation Runtime Environment Module Management

As Azure Automation Runtime Environment now is public preview, I have released a new version of Powershell module management Runbooks. Finally one can programmatically manage Powershell modules for both 7.x and 5.1 environments.They can be either imported directly from AA through Runbook gallery or just grab them from github. Import-PSGalleryModuleAArte Update-PSGalleryModuleAArte Happy tinkering!

By Morten Lerudjordet January 27, 2024 0

Update AA module management

Just a quick post, I updated the Import-PSGalleryModulesToAA.ps1 runbook to also handle running on a new Azure Automation account. The runbook will now bring AzureRM.Profile, AzureRM.Automation, AzureRM.Resources up to the latest version before importing other modules. You will need to also set the parameters AutomationAccountName and AutomationResourceGroupName as the logic that automatically discovers the AA account does…

By Morten Lerudjordet June 27, 2020 0

AzDO: AzureAD pipeline task

So I was trying to add owners on AzureAD groups and found that this was not something you currently could do by using the Az-module from the built-in Azure Powershell task. I knew this was supported using the AzureAD modules, though there was no existing way of using this directly in AzDO. I therefor set…

By Morten Lerudjordet February 3, 2020 0

Intune Win32 & Powershell

I did not find the complete story anywhere so I put this together so it would be easier for others to get PS and Intune making nice. I expect some familiarity with Intune and Win32 apps, as I will skip most of the pretext. As most of you know creating Win32 apps one needs to…

By Morten Lerudjordet June 25, 2019 0