I used the follow command in Windows Powershell:
Install-Module Microsoft.Graph -Scope AllUsers
Using the following command, I can verify that Microsoft Graph is installed on this member server.
Get-InstalledModule Microsoft.Graph
When I run the following code using the "Run a program or PowerShell script" I get the execution error shown under:
I attempted to run it as both the service account and my domain admin account.