power apps
2 TopicsPowershell script for Power Apps not working
I'm trying to run a PS script I found online which is supposed to disable the permission prompts for a specific power app but it's not really working. 1. Install-Module -Name Microsoft.PowerApps.Administration.PowerShell -RequiredVersion 2.0.127 Installs fine then grab the App ID of my power app: 2. Set-AdminPowerAppApisToBypassConsent -AppName <my App ID> But instead of it updating that setting, I'm getting this and don't know what I'm supposed to put in the "Environment Name." It also didn't prompt me for my credentials. WARNING: The names of some imported commands from the module 'Microsoft.PowerApps.AuthModule' 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 pa rameter. For a list of approved verbs, type Get-Verb. cmdlet Set-AdminPowerAppApisToBypassConsent at command pipeline position 1 Supply values for the following parameters: EnvironmentName:5.7KViews0likes2CommentsEAO CONNECTOR: Connecting to Linux servers
HI, How can we connect to Linux servers?. They don't use PuTTy but use a Tool called EAO connector. this is my 1st time seeing this tool. If connecting from this they don't have enter the cred for login(like in PuTTy), but have to enter they're ERM credentials! If I use New-SSHsession command (without port just with credentials) it throws "No such host found". Do you know or have experience with EAO connector? Thank you!Solved1.5KViews0likes2Comments