从特定用户邮箱中删除组织级别上安装的加载项 [英] Remove add-in installed on organization level from specific users mailbox

查看:58
本文介绍了从特定用户邮箱中删除组织级别上安装的加载项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从特定用户的邮箱中删除整个组织的Exchange管理中心上安装的Outlook加载项?


执行以下PowerShell命令时

p>

 Remove-App -OrganizationApp -Identity $ id -Mailbox $ user.Identity -Confirm:$ false 

发生错误: 参数'邮箱'和'组织'是互斥的。



如果我在下面尝试删除-OrganizationApp并执行以下命令:

 Remove-App -Identity $ id -Mailbox $ user.Identity -Confirm:$ false 

发生错误:应用程序安装在组织级别,因此无法从用户邮箱中删除。


请建议。


提前致谢!

解决方案

以上两点都是按设计进行的,错误信息准确无误。无法删除单个用户的org加载项。您可以做的是,您可以为单个用户禁用该加载项。这样,它就不会出现在Outlook中,但用户可以通过
重新启用加载项。那会有用吗?


禁用 - 应用
- 身份


id
- 邮箱


user 身份
- 确认 <跨度>

How can i remove an outlook add-in installed on Exchange admin Center for entire organization from the mailbox of specific users?

While executing the below PowerShell command

Remove-App -OrganizationApp -Identity $id -Mailbox $user.Identity -Confirm:$false

Error occurred : The arguments 'Mailbox' and 'Organization' are mutually exclusive.

If i try below remove -OrganizationApp and execute the command as below:

Remove-App -Identity $id -Mailbox $user.Identity -Confirm:$false

Error occurred : App is installed on organization level and hence can't be deleted from users mailbox.

Please advice.

Thanks in advance !

解决方案

Both of the above are as designed, and error messages are accurate. There is no way to remove org add-in for individual users. What you can do is, you can disable that add-in for individual users. This way, it will not show up in Outlook however users will be able to re-enable the add-in. Would that work?

Disable-App -Identity


id -Mailbox


user.Identity -Confirm:


这篇关于从特定用户邮箱中删除组织级别上安装的加载项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆