Azure PowerShell Runbook does not support System.Data.OleDb.OleDbConnection
I am trying to open a connection with a ssas server and execute a dax query in order to extract table metadata, through a powershell runbook from an Azure Automation Account. $daxConnectionString = "Provider=MSOLAP;Data Source=..." I'm using the following code:…