Getting total mailbox size for specific OU member only

Hi,
In Exchange Server 2007 and I wonder if by using Powershell, I can get the mailbox size for each of the member of specific OU and display the total at the bottom for that OU members ?
Thanks in advance.
/* Server Support Specialist */

Wrong command not working
How so?
Start your own thread and put some actual effort into it if you want help.
Don't retire TechNet! -
(Don't give up yet - 12,950+ strong and growing)

Similar Messages

  • T-codes to get total runnig hours for machine and lab

    Plz tell any one t-codes to get total runnig hours for machine and labour against the prodduction order or work center wise ..
    Thanks & Regards
    Punit SIngh

    Hi pjd,
    I'm sorry to hear of your problem getting help with your issue.  Have you checked this thread to see if there's any useful information in it that would help you get this resolved?? 
    If the information there does not help, please advise and I'll try to get you to the proper department to get this resolved for you.
    Regards,
    KaLin
    Verizon Forum Moderator
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • Can I get the queue size for ExecutorService

    Can I get the queue size for ExecutorService created by newSingleThreadExecutor.

    You would need to go to the implemented class or another interface. That interface does not define that method - read the JavaDoc on the API for more

  • If I get Total Equipment Coverage for Droid Charge, will I be billed $99 when my phone is lost

    If I get Total Equipment Coverage for Droid Charge, will I be billed $99 when my phone is lost
    and replaced with a refurbished Droid Charge?     (because of the $99 deductible)

    Thank you to the community for your replies.
    Its very frustrating when a device gets lost. Total Equipment Coverage protects you from paying full retail price for a device. Yes the deductible is 99.00 for a smart phone prior to Asurion sending out a replacement device. Please click this link to see the great benefits of Total Equipment Coverage.
    Thank you

  • Get Total DB size , Total DB free space , Total Data & Log File Sizes and Total Data & Log File free Sizes from a list of server

    how to get SQL server Total DB size , Total DB free space , Total Data  & Log File Sizes and Total Data  & Log File free Sizes from a list of server 

    Hi Shivanq,
    To get a list of databases, their sizes and the space available in each on the local SQL instance.
    dir SQLSERVER:\SQL\localhost\default\databases | Select Name, Size, SpaceAvailable | ft -auto
    This article is also helpful for you to get DB and Log File size information:
    Checking Database Space With PowerShell
    I hope this helps.

  • How to get total DB size

    I am using SQL 2005/2008/2012. I want to get such type of information:-
    Server Name
    Total Number DB
    Total DB Size in GB
    Server1
    10
    100
    Server2
    15
    200
    Any help would be highly appreciated.
    Thanks

    The below query for one server
    USE MASTER
    Go
    select servername,
    count(dbname) NoOfDatabase,
    sum(TotalSizeMB)TotalSizeMB
    From
    SELECT @@SERVERNAME Servername,
    CONVERT(VARCHAR(25), DB.name) AS dbName,
    (SELECT SUM((size*8)/1024) FROM sysaltfiles WHERE DB_NAME(dbid) = DB.name AND groupid!=0)+(SELECT SUM((size*8)/1024) FROM sysaltfiles WHERE DB_NAME(dbid) = DB.name AND groupid=0) TotalSizeMB
    FROM sysdatabases DB
    )T
    Group by ServerName
    See this below link on how to capture execute the script across multiple servers and store the data in a centralized server.
    http://gallery.technet.microsoft.com/T-SQL-DiskSpace-of-d55e9314
    --Prashanth

  • Exchange 2010 SP3 maximum journal mailbox size for performance

    Hello all,
    Does anyone know if there is a limit mailbox
    size near 01 terabyte than
    above it generates performance problems?
    We have a journaling mailbox that
    reached today 1.077 GB  and
    from there began the process very
    slowly messages to store.
    All (4) Exchange Hub Trasnport that try to connect to this store get an 4.32 store drive error.  A new
    journal mailbox was created in the same
    database, and the problem was solved.
    Thanks
    João Paulo.
     Exchange 2010 SP3 RU8 on-premisses

    Hi Paulo,
    Base on my knowledge,  journaling mailbox as the same as any other mailbox, the maximum size depends on the data to be stored in the mailbox, the hardware resources available, and the disaster recovery requirements
    for the server where the journaling mailbox is located.
    If you configure journaling mailboxes without storage quotas, monitor the Mailbox server to ensure that it doesn't exceed the available hardware resources or disaster recovery capabilities.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • BAPI to get all user lists for specific inputs

    Hi Experts,
    Is there any BAPI to get all input related user lists when I give input specific object, authorizations, profiles and values?
    Thanks,
    Rohan

    Hi
    use the fun module/Bapi's
    BAPI_USER_GET_DETAIL
    BAPI_USER_LOCPROFILES_ASSIGN
    BAPI_USER_LOCPROFILES_DELETE
    BAPI_USER_LOCPROFILES_READ
    BAPI_USER_PROFILES_ASSIGN
    BAPI_USER_PROFILES_DELETE
    SUSR_BAPI_USER_PROFILES_ASSIGN
    SUSR_BAPI_USER_PROFILES_DELETE
    also you can use the tables UST12 for user based authorizations
    AGR_USERS   -roles assignment for users
    AGR_PROF  - Profile data for roles
    AGR_DEFINE - Auth Profiles for users
    See the AGR_* and US* tables further
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • How to stop getting text messages intended for another family member?

    Hi,
    I occassionally get a text message intended for another member of my family, and vice versa. When that happens we both get the message, and the other person can then see the rest of the thread. I think the problem is that we share 1 AppleID. If that's the cause I'm not sure how to correct it because we are also sharing all our app, music, and video purchases made with that ID. We are also on the Sprint network, if that is relevant.

    On each device: Settings>Messages>Send/Receive...edit here & just make sure phone number is checked, or that only one person uses the Apple ID. Either that, or you each get separate Apple ID's for iMessage, FaceTime & iCloud. you can continue to use the same ID for iTunes content.

  • Total pixel count for specific shades

    I am photographing fixed points along an artificial stream bed and want to document algae growth in it over time.  There may be up to 7 different shades of green (types of algae) in a given photograph.
    Can Photoshop CS4 separate these shades and give you a total pixel count of each shade? 
    I was told by techical support that if you select an area with a tool that the histogram can give you a pixel count (along with the RBG values) for that given area.  Is there a way to click on a particular shade point and have PS computate the total pixel count of that shade in the entire photograph.
    The magic wand tool does not appear to be a reliable tool for this purpose.

    Hi Paulo:
    Thanks for your response!  When I go to Select/Color Range and set the bar to low fuzziness, I get an eye dropper.  When I click the eye dropper on the photograph, nothing happens in the histogram to indicate a pixel count.  I am missing a step?
    Thanks, Bretzfrog

  • Getting Total Order Cost for each order

    I have a fact table, order lines.
    There are two dimension tables, customer & Product.
    For each order i want to display on a pivot table:
    - the cost of the line.
    -the cost of the total order. 
    Is this possible? I have been playing with ALL & All except but have not found a solution yet. some metadata is below
    CustomerID CustomerName
    1 john
    2 mary
    3 jim
    4 kevin
    ProductID ProductName Price
    1 pen 5
    2 cup 4
    3 car 7
    4 phone 3
    OrderLineID CustomerID ProductID Quantity
    1 1 2 2
    1 1 3 2
    2 2 1 4
    3 1 2 5
    3 1 2 4
    3 4 4 6
    4 4 4 6

    Hi Winston,
    Could you kindly provide an example of the output you'd expect based on the above data? Also, I've noticed that there is no OrderID column in the order line table. How would you determine which OrderLineIDs belong to a single order?
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com
    Blog: http://www.nimblelearn.com/blog
    Twitter: @nimblelearn

  • HT1339 How do I get a separate account for a family member's music ?

    I am trying to set up an itunes account for my mom who will appreciate different music than I do .  I set up a separate account, I thought, but it keeps syncing to my main account .  How do I reset this one again, then have a blank slate for this separate ipod ?
    Thanks,
    Greg

    How exactly did you set up a "new" account"?  Are you wanting to set up a new Apple ID account for her or a separate iTunes library?
    B-rock

  • Encountering problems getting the median value for specific rows alone.

    Consider the following columns:
    Call Value
    0.49
    0.65
    1.22
    1.29
    1.34
    1.64
    1.8
    2.25
    3.86
    4.32
    5.12
    Median 1.64
    Quartile 1
    0.49
    0.65
    1.22
    1.29
    1.34
    Expected Median 1.22
    BO Returns      
    The first column in the table contains call values. The median of all the call values is 1.64. BO displays this value as is (correctly). In case of obtaining the median for Quartile 1, BO returns a null value instead of 1.22.
    Can anyone please tell me what needs to be done in BO to achieve this value 1.22?

    Hi Rajiv,
    Following is the syntax of the formula for median values.
    The Syntax is as follows:
    number Median([measure]), where measure is any measure object.
    Example
    Median([Revenue]) returns 971000 if [Revenue] has the values 736431, 971000, and 5476652
    Please note that the Median function in BusinessObjects works differently from the Median function in Microsoft Excel.
    For odd number of rows in the report, the Median will take the middle value and for even number of rows in the report, the Median will take the two middle values and calculate the Average of them.
    Regards,
    Sarbhjeet Kaur

  • How to decide buffer sizes for specific size of RAM

    Hi sdners.
    Generally, how can we decide the buffer sizes which are shown in the ST02 screen. suppose we have 100GB ram /5GB ram,  then how can we decide the related buffer sizes...and generally which buffer takes more place in the RAM
    Thanks in advance.

    Hi balaji
    You can tune your SAP buffer by the statistics of Hit Ratio and swap occuring.  There should not be no swap on your system. you can adjust your buffer value by the optimizing the both value.
    Regards
    Anwer Waseem
    SAP BASIS

  • Outlook loses connection to exchange, pop up for credentials for specific internal users only

    2 load balanced CAS/web exchange 2010.
    "the connection to microsoft exchange is unavailable. outlook must be online or connected to complete this action"
    No one is experiencing this externally, only internally on terminal servers.
    Lync 2010 and Outlook 2010.
    They get the Lync MAPI conneciton prompt.
    Occasionally, after the above outlook error are prompted to enter credentials for exchange logon.
    When I go to connection status during this issue, the "outlook.domain.com" URL is "established" for mail, but referral, and 2 directory statuses are "disconnected" or "connecting".
    Address book service on 2 front ends are fine and started during this issue.
    This is only happening for one department in our environment. Of course, they are the only department that uses Lync internally on terminal servers.
    Lync config also says "EWS not deployed"
    Other departments testing Lync internally so far, "EWS ok".
    No other departments are having outlook issues.
    Departments differ from one another by OU and GPO.
    Josh

    Hi,
    According to your description, the issue may be related to your CAS array configuration.
    Thus, let’s check if there is a DNS entry pointing to
    Virtual IP Address of the CAS array and check load balancer's configuration.
    http://blogs.technet.com/b/omers/archive/2010/10/11/microsoft-exchange-2010-cas-array-steps-and-recommendations.aspx
    For the Lync issue, I recommend you ask for more professional help on our Lync forum:
    http://social.technet.microsoft.com/Forums/lync/en-US/home?category=ocs
    If you have any question, please feel free to let me know.
    Thanks,
    Angela
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for