Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Exchange Server 2007 - Commands

Exchange Server 2007 - Commands

Scheduled Pinned Locked Moved C#
databasesysadminwindows-adminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sebastian T Xavier
    wrote on last edited by
    #1

    Hello All, I want to find the query for Total Mail Box Size in Exchange Server 2007. I have implemented this earlier in Exchange Server 2003 with WMI using following Query. select Size from Exchange_Mailbox where Size >= 0. I have googled for it and saw lot of scripts, But I hope I can implement it in a single line query like this using powershell. Can someone shed some light for an easier solution? Thanks in advance... Regards Sebastian

    D 1 Reply Last reply
    0
    • S Sebastian T Xavier

      Hello All, I want to find the query for Total Mail Box Size in Exchange Server 2007. I have implemented this earlier in Exchange Server 2003 with WMI using following Query. select Size from Exchange_Mailbox where Size >= 0. I have googled for it and saw lot of scripts, But I hope I can implement it in a single line query like this using powershell. Can someone shed some light for an easier solution? Thanks in advance... Regards Sebastian

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Sorry, there is no single query. You have to enumerate through the folders of the mailbox and get the total size for each, then add them all up.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups