需要使用Powershell获取所有用户及其相应的Exchange 2013邮箱配额的列表 [英] Need to get a listing of all users and their corresponding Exchange 2013 Mailbox Quotas using Powershell

查看:539
本文介绍了需要使用Powershell获取所有用户及其相应的Exchange 2013邮箱配额的列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将尽快更改邮箱的默认配额,但还有一些其他人拥有"自定义"邮箱。配额,我也需要识别它们。

I will be changing the default quota on mailboxes soon, but there are a number of others who have "customized" quotas and I will need to identify them also.

Charlie

推荐答案

以下powershell命令可以获取使用"custum"配额的邮箱:

The following powershell command can get you the mailboxes that are using "custum "quota:

Get-Mailbox -Resultsize unlimited | where-object {


_。UseDatabaseQuotaDefaults -eq
_.UseDatabaseQuotaDefaults -eq


false}


这篇关于需要使用Powershell获取所有用户及其相应的Exchange 2013邮箱配额的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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