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

Community site session details

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

Powershell to return all apps in the tenant + 'last launched date'

Like (2) ShareShare
ReportReport
Posted on 21 Jan 2022 07:07:57 by 632

Hi, I'm trying to get a report for all powerapps on the tenant.  The below works, but is missing 'last launched date'.

Does anyone know how I could return this parameter? I only have created and last modified date. It is the date of last usage which provides value. Thank you.

 

Get-AdminPowerApp | ForEach-Object { $user = Get-UsersOrGroupsFromGraph -ObjectId $_.Owner.id;[PSCustomObject]@{EnvironmentID = $_.EnvironmentName; FlowName = $_.DisplayName; OwnerName = $user.DisplayName ; OwnerEmail = $user.UserPrincipalName ; Owner = $_.Owner.displayName; }; }| Export-Csv -Path 'C:\PowerAppsWithOwner.csv'

Categories:
  • hargow2022 Profile Picture
    3 on 01 Nov 2022 at 12:18:45
    Re: Powershell to return all apps in the tenant + 'last launched date'

    has there been any updates on this

  • v-jefferni Profile Picture
    on 25 Jan 2022 at 06:15:05
    Re: Powershell to return all apps in the tenant + 'last launched date'

    Hi @Brice235i ,

     

    Please consider raise a ticket for this specific question:

    https://admin.powerplatform.microsoft.com/support

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Featured topics

Loading complete