Created
February 18, 2022 00:28
-
-
Save emregulcan/390e92fa0dc26d87a1f96e1e63528217 to your computer and use it in GitHub Desktop.
Change Power Apps Canvas Application Owner Information by using PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-AdminPowerAppOwner -AppName '{guid}' -AppOwner '{guid}' -EnvironmentName '{guid}' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please check official documentation for details, https://docs.microsoft.com/en-us/powershell/module/microsoft.powerapps.administration.powershell/set-adminpowerappowner
Parameter details;
-AppName: Canvas Application Identity (GUID)-AppOwner: Canvas Application's new Owner. This is Azure Active Directory Object ID-EnvironmentName: Current Power Platform Environment Identity (GUID)If you need to change Canvas Application owner for any reason, you can follow steps that explained in my blog post (Turkish)