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'
has there been any updates on this
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.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473