Why does “send-mailmessage” work in Powershell Console and VS Code but not in Azure PowerShell Runbook?
I am trying to send an email from PowerShell runbook.
Why does “send-mailmessage” work in Powershell Console and VS Code but not in Azure PowerShell Runbook
I am trying to send an email from PowerShell runbook.
Azure AD groups and group members avoiding other groups as members
I’m trying to pull together a report of all the members that are inside specific Azure AD groups , everything works fine until one of the members is another AD group instead of a regular username. On the following picture, the row # 3 has Username and UserPrincipalName blank because the UserId is actually a group ID
Azure Runbook Error: Could not load file or assembly ‘Microsoft.SqlServer.BatchParser.dll’
I have a very simple piece of code I am trying to run from an Azure Runbook but when I do, it results in the following error message