How to transfer ownership of a Microsoft PowerApp using PowerShell
This video shows how to transfer the ownership of a Microsoft PowerApp using PowerShell.
Microsoft 365
Power Platform
PowerApps
The PowerShell Scripts and commands shown in the video are as follows:
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber
Add-PowerAppsAccount
Set-AdminPowerAppOwner -AppName “TYPE APP NAME HERE” -AppOwner $Global:currentSession.userId -EnvironmentName “TYPE ENVIRONMENT NAME HERE”