ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Exchange 2013 Databases

    Scheduled Pinned Locked Moved IT Discussion
    15 Posts 2 Posters 1.2k Views
    Loading More Posts
    • 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.
    • brianlittlejohnB
      brianlittlejohn
      last edited by

      I don't think you can from the EAC...

      1 Reply Last reply Reply Quote 0
      • bbigfordB
        bbigford
        last edited by

        What I'm doing by shaving off a few, is creating a recovery database so I'm not working with a live database. I know that 2013 can work much better on the fly with individual mailboxes whereas older versions you had to bring down the whole database, and restore might screw up the whole thing. With some of those caveats, I'm definitely not trying that out without testing it first. Anyway, no way in EAC? That sucks.

        1 Reply Last reply Reply Quote 0
        • bbigfordB
          bbigford
          last edited by

          Anyone know the right command to see who's in that database via the shell? Everything I'm trying from Google is showing a different database. When I did the move (there were only 3 people), I used:

          Get-Mailbox -database "CorpExchangeStore3" | New-MoveRequest -TargetDatabase "CorpExchangeStore2"

          Everything went fine. When I run a Get-Mailbox | Sort Database, CorpExchangeStore3 | format -Table Name, CorpExchangeStore3 then it shows TONS of names, like they are from another database. If I run that command against DB 2, it basically shows the same thing.

          1 Reply Last reply Reply Quote 0
          • bbigfordB
            bbigford
            last edited by

            Nvm, got it with Get-Mailbox -Database "CorpExchangeStore3" -ResultSize Unlimited

            1 Reply Last reply Reply Quote 0
            • brianlittlejohnB
              brianlittlejohn
              last edited by

              I've run this:

              get-maibox | Sort database, name | format-table name, database

              1 Reply Last reply Reply Quote 0
              • brianlittlejohnB
                brianlittlejohn
                last edited by brianlittlejohn

                You may be seeing mailboxes that are soft deleted from the move... not positive though.

                bbigfordB 1 Reply Last reply Reply Quote 0
                • bbigfordB
                  bbigford @brianlittlejohn
                  last edited by

                  @brianlittlejohn said:

                  You may be seeing mailboxes that are soft deleted from the move... not positive though.

                  Scanning through the mailboxes, there are 250... Most are here, some are not. Weird.

                  1 Reply Last reply Reply Quote 0
                  • brianlittlejohnB
                    brianlittlejohn
                    last edited by

                    Does get-moverequest show moves that are still pending?

                    bbigfordB 1 Reply Last reply Reply Quote 0
                    • bbigfordB
                      bbigford @brianlittlejohn
                      last edited by

                      @brianlittlejohn said:

                      Does get-moverequest show moves that are still pending?

                      Two are pending... One is completed but still shows in the Get-mailbox -database "CorpExchangeStore3" -ResultSize Unlimited list...

                      1 Reply Last reply Reply Quote 0
                      • bbigfordB
                        bbigford
                        last edited by

                        One user is going to take all day. They have 10GB in their mailbox.

                        brianlittlejohnB 1 Reply Last reply Reply Quote 1
                        • brianlittlejohnB
                          brianlittlejohn @bbigford
                          last edited by

                          @BBigford yea... that one will take a while.... im not sure why you are still seeing mailboxes that should have been moved...

                          1 Reply Last reply Reply Quote 0
                          • bbigfordB
                            bbigford
                            last edited by

                            Am I running this right (to get a list of anyone on CorpExchange3)?

                            Get-Mailbox | Sort Database, CorpExchangeStore3 | format -Table Name

                            brianlittlejohnB 1 Reply Last reply Reply Quote 0
                            • brianlittlejohnB
                              brianlittlejohn @bbigford
                              last edited by

                              @BBigford

                              get-mailbox -database "DBNAME"

                              should do it

                              bbigfordB 1 Reply Last reply Reply Quote 0
                              • bbigfordB
                                bbigford @brianlittlejohn
                                last edited by

                                @brianlittlejohn said:

                                @BBigford

                                get-mailbox -database "DBNAME"

                                should do it

                                exactly what I needed, thanks. Weird that a completed mailbox is in there... Oh well, I'll figure that out later.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post