Forum Discussion

PoorMens_Bravo's avatar
PoorMens_Bravo
Brass Contributor
Jul 18, 2024
Solved

Pull a report of Integrated Apps in Office365/Microsoft365

Hi, I know that i can navigate into admin center and have a look at the Integrated apps that are available in my tenant. However i want to know that is there a powershell way to generate a report of...
  • Kidd_Ip's avatar
    Jul 19, 2024

    PoorMens_Bravo 

     

    Yes, by using Centralized Deployment PowerShell 

     

    Import-Module -Name O365CentralizedAddInDeployment

     

    Example:

     

    New-OrganizationAddIn -ManifestPath 'C:\Users\YOURANME\Desktop\task.xml' -Locale 'en-US' -Members 'email address removed for privacy reasons', 'email address removed for privacy reasons'

     

     

Resources