Forum Discussion
ctedesco3307
Dec 14, 2023Copper Contributor
Azure Runbooks - Powershell
Hi All- taking my first stab at trying to run a powershell script through runbooks. I have a script that works through powershell but I can't get it to execute (I'm using the test pane) through runbo...
Kidd_Ip
Dec 15, 2023MVP
Did you install and connect AzureAD powershell v2 yet?
Install-Module AzureAD -Force
Connect-AzureAD
Get-AzureADUser
ctedesco3307
Dec 15, 2023Copper Contributor
yes. Like I said, it works in powershell just not through runbooks