Member-only story
How to change PowerApps Owner using PowerShell
We all enjoy working on and sharing our PowerApps with many coworkers and colleagues. One of the great things about PowerApps is that we can not only share, but we can make other as Co-Owner. But what happens if an employee leaving the company and needs to transfer Ownership to someone(in most cases replacement)? Fear not, with the help of PowerShell we can change the ownership without losing access of any normal user!

How To Transfer Ownership
Step 1: Run PowerShell as an administrator.

Step 2: Run following commands to get PowerApps admin module in PowerShell
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber

If you are prompted to accept the change to InstallationPolicy value of the repository, accept [A] Yes to all modules by typing ‘A’ and pressing Enter for each module.