19 June 2021
Change App Owner
Technical article about Change App Owner
pills
script
1 min read
Technical article about Change App Owner
Let’s see how to change Power App owner.
Actually there is no possible to change it from UI. You can only add a Co-Owner user.
Fortunately we can do it with a simple PowerShell command:
Set-AdminPowerAppOwner -AppName ‘abcd1234-abcd1234-abcd1234-abcd1234-abcd1234’ -AppOwner ‘abcd1234-abcd1234-abcd1234’ -EnvironmentName ‘Default-abcd1234-abcd1234-abcd1234’
Step to do it:
Now, you can change Owner:
I hope it help you…Have a good day!