Given the Nintex licensing model, we as admins need to know where it gets installed.
Is there a way for a SharePoint service admin to view/monitor where (what sites/site collections) Nintex Workflow for Office365 app is installed in a tenant?
Given the Nintex licensing model, we as admins need to know where it gets installed.
Is there a way for a SharePoint service admin to view/monitor where (what sites/site collections) Nintex Workflow for Office365 app is installed in a tenant?
Best answer by greenawayr
The Get-SPOAppInfo cmdlet should do the job for you. Not particularly clean, but if you build a list of the Site Collections in your tenant, then iterate through the list running the Get-SPOAppInfo cmdlet against each one and output the result to a file. It's not pretty but I think it's about as far as you can go with the SPO cmdlets at the moment.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.