Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Unanswered

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

(0) ShareShare
ReportReport
Posted on by

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

 

  • redleo85 Profile Picture
    17 on at
    Re: How to change the name of app owner - I know PowerShell cmdlet - it gives error

    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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 9 Super User 2025 Season 1

#2
bscarlavai33 Profile Picture

bscarlavai33 5 Super User 2025 Season 1

#3
getsplash Profile Picture

getsplash 2

Overall leaderboard

Featured topics