Member-only story

How to change PowerApps Owner using PowerShell

Developers Group
2 min readAug 20, 2019

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.

Developers Group
Developers Group

Written by Developers Group

A Developer is responsible for coding, designing, deploying, and debugging development projects, typically on the server-side (or back-end).

Responses (2)

Write a response

Hi I am getting Forbidden error while executing last step. Tried with Admin account and getting same error.

--