Enable us to run Azure Runbooks for Modern Work customers as well - then we can use the Nerdio application context to configure other parts of Modern Work that the UI is not ready for yet
Case: I want to automate the tedious process of uploading Defender indicators for known bad-actor file-hashes and url-s which currently is a manual csv-file upload in the Security Center portal
Having the ability to run an Azure Runbook without the AVD platform enabled would help us automate this without the need for more infrastructure since Nerdio already have the required infrastructure and permissions
When I can do this in Nerdio against an assigned customer - I also have a way to push almost any automation against the entire M365 platform for a large customer base (using SecureVars or EnvironmentVars - depending on where I get the correct customer tenant id from):
$token = (Get-AzAccessToken -ResourceUrl "https://graph.microsoft.com").Token
Connect-MgGraph -TenantId $SecureVars.TenantId -AccessToken $token -NoWelcome

Comments (6 comments)