Skip to main content

Notifications

Community site session details

Community site session details

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

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

(2) ShareShare
ReportReport
Posted on by 630

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 at
    Re: Powershell to return all apps in the tenant + 'last launched date'

    has there been any updates on this

  • v-jefferni Profile Picture
    on at
    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

🌸 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