Hi All,
I'm trying to stop the messages that users get to accept the connections the first time they connect to a PowerApp.
I've installed the modules
Microsoft.PowerApps.Administration.Powershell
Microsoft.PowerApps.PowerShell
I'm running PS in admin mode and when I try to run the command
Set-AdminPowerAppApisToBypassConsent and I pass in the correct EnvironmentName and Appname
I get an error...
"InvokeApi: The term 'Test-PowerAppsAccount' is not recognized as a name of a cmdlet..."
When I type in Test-PowerAppsAccount, PS resolves it but when I do a get-command on the module I can't see it listed.
Anyone know what I'm doing wrong?
Regards