web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to change the name...
Power Apps
Unanswered

How to change the name of app owner - I know PowerShell cmdlet - it gives error

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

How to change the name of app owner - I know PowerShell cmdlet - it gives error. So please don't provide a link to the Page where all cmdlets are listed. 

 

I use this cmdlet interactively.

Set-AdminPowerAppOwner

It asks for AppName, EnvironmentName and AppOwner.

What should I supply? AppName has space - do I put into double quotes? same with EnvironmentName.

Or Do enter AppID and Environment UniqueID? Whar should be entered for AppOwner? O365 Login ID? Display name ? Anyone who has tried this, please provide the above details. I will really appreciate it.

 

Thanks

 

I have the same question (0)
  • redleo85 Profile Picture
    17 on at

    You need to supply the relevant names, which to most people look more like IDs.

     

    You get the EnvironmentName from the list of the following command:

    Get-PowerAppEnvironment

    You get the PowerApp Name from the following command:

    Get-PowerApp

    What you are probably refering to as the AppName is actually the DisplayName.

    You get the user id through a call to AzureAD.

    Connect-AzureAD
    $user = Get-AzureADUser -searchstring [e-mail-address]

    Then you can call the command you know:

    Set-AdminPowerAppOwner -AppName [AppName] -EnvironmentName [EnvironmentName] -Owner $user.ObjectId

    [AppName] and [EnvironmentName] should look something like xxxxxxxxx-xxxxx-xxxxxx-xxxxx-xxxxx

     

    Hope this helps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard