Forum Discussion
User Addin Report
- Jun 14, 2019
Depends on the type of add-in. You can report on some via PowerShell cmdlets (Get-App), but that mostly covers Exchange. Others might be visible as a service principal object (so Get-MsolServicePrincipal). Desktop ones can be covered by Office telemetry: https://docs.microsoft.com/en-us/deployoffice/compat/manage-add-ins-by-using-telemetry-dashboard-in-office
Depends on the type of add-in. You can report on some via PowerShell cmdlets (Get-App), but that mostly covers Exchange. Others might be visible as a service principal object (so Get-MsolServicePrincipal). Desktop ones can be covered by Office telemetry: https://docs.microsoft.com/en-us/deployoffice/compat/manage-add-ins-by-using-telemetry-dashboard-in-office
- Jeff HarlowJun 14, 2019Iron Contributor
VasilMichev Excellent! The Get-App ( get-app -mailbox [username] ) did the trick. Thanks