Cube refresh with Automation Account in Azure SSAS
问题 I'm currently trying to create an automation runbook to process a cube in Azure. I've tried multiple PowerShell scripts like this one : $AzureCred = Get-AutomationPSCredential -Name "RefreshTest" Add-AzureRmAccount -Credential $AzureCred | Out-Null Invoke-ProcessASDatabase -databasename "MKTGCube" -server "AzureServerName" -RefreshType "Full" -Credential $AzureCred With that kind of error (despite the fact that I installed the SQLServer module). Invoke-ProcessASDatabase : The term 'Invoke