I have followed the directions here - http://powerappspros.com/2018/07/bypass-consent/
But when I try to bypass consent I get this error:
PS C:\PS> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
PS C:\PS> dir . | Unblock-File
PS C:\PS> Import-Module .\Microsoft.PowerApps.Administration.PowerShell.psm1 -Force
PS C:\PS> Import-Module .\Microsoft.PowerApps.PowerShell.psm1 -Force
WARNING: The names of some imported commands from the module 'Microsoft.PowerApps.PowerShell' include unapproved verbs
that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again
with the Verbose parameter. For a list of approved verbs, type Get-Verb.
PS C:\PS> Add-PowerAppsAccount
PS C:\PS> set-AdminAppApisToBypassConsent -AppName d0d4e1bc-3134-463d-8aa8-68a6f2af3d5e -ApiVersion 2017-05-01
set-AdminAppApisToBypassConsent : The term 'set-AdminAppApisToBypassConsent' is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ set-AdminAppApisToBypassConsent -AppName d0d4e1bc-3134-463d-8aa8-68a6 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (set-AdminAppApisToBypassConsent:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I'm not sure what I'm doing wrong? 😕