Skip to content

Instantly share code, notes, and snippets.

@emregulcan
Created February 18, 2022 00:28
Show Gist options
  • Select an option

  • Save emregulcan/390e92fa0dc26d87a1f96e1e63528217 to your computer and use it in GitHub Desktop.

Select an option

Save emregulcan/390e92fa0dc26d87a1f96e1e63528217 to your computer and use it in GitHub Desktop.
Change Power Apps Canvas Application Owner Information by using PowerShell
Set-AdminPowerAppOwner -AppName '{guid}' -AppOwner '{guid}' -EnvironmentName '{guid}'
@emregulcan
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment