Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


timbosan

2159 posts

Uber Geek


#240413 6-Sep-2018 19:17
Send private message

Hi,

 

 

I run SBS2011 at home, primarily so I can host my own email server. This hasn't been without issues and a steep learning curve, but I have learnt lots and I am happy with it. Plus my email is my own property, not that of some big American corporate.

 

 

However one thing that always causes issues are power cuts (yes I know, I need a UPS). Normally the SBS server isn't affected too badly, running as a VM it seems quite resilient and I can always revert to the previous days backup if needed.

 

 

However last week we had a power cut and now the server is very unhappy. And to top that off the backups of that one specific (and only that one) VM have been failing. So no backups.

 

 

Now I have managed to fix this before a while back - I use Outlook for my email so have local copies of them, and last time I had to reinstall SBS I managed to get everything back. But this time the database is corrupted, so:

 

 

* I can only use OWA for getting email. ActiveSync is failing and I cannot fix it, so no Outlook, no mobile email, etc.

 

* I tried to export mailboxes to another local database - this also fails (unable to synchronize manifest)

 

* I can send email fine from OWA

 

* I can receive email fine from OWA

 

 

So geekzoners, any ideas as what to do to get the emails exported? Ideally I want to export and import at a database level, but that's new to me. I have to do this (I think) since ActiveSync is broken and emails haven't been going to Outlook for about 2 weeks.

 

 

Once this is done I will be rebuilding the VM, and getting a UPS ASAP!

Create new topic
Kraven
729 posts

Ultimate Geek


  #2085267 6-Sep-2018 21:55
Send private message

If OWA is working then it hopefully means the message store is still intact. You could try exporting to PST via powershell. The command you want is New-MailboxExportRequest. You'll need a user with the Mailbox Import Export role first, which you can set with New-ManagementRoleAssignment -Role "Mailbox Import Export" -User "<user name or alias>".

 

Failing that, you could take the edb offline and try extracting the data using Veeam Explorer for Microsoft Exchange. You can install the free version of Veeam Backup to get it.

 

Hope this helps a little and good luck!




Andib
1363 posts

Uber Geek

ID Verified
Trusted

  #2085314 7-Sep-2018 07:48
Send private message

As Kraven has suggested, Since OWA is working your mailbox should still be exportable via Powershell. 

 

Run the following command from the Exchange management shell with Mailbox Admin rights and you should get a pst which you can then re-import with the New-MailboxImportRequest command once you've rebuilt your server.

 

New-MailboxExportRequest -Mailbox $timbosan -FilePath C:\temp\Export.pst

 

 

 

A side note, Since you're rebuilding your server I would recommend looking at upgrading the OS & Exchange version. Both go end of Life in just over a year. 





<# 
       .DISCLAIMER
       Anything I post is my own and not the views of my past/present/future employer.
#>


timbosan

2159 posts

Uber Geek


  #2085349 7-Sep-2018 09:29
Send private message

Thanks, these are exactly the kind of responses I am looking for!  If I can get the mailbox data out to a PST, that would be perfect :-)

@Andib - I have never upgraded to later versions of Exchange (although I would like to as the "SBS has to be the domain controller" thing is a pain) but I have never done it before.  How far from the "SBS handholds everything" is a true Exchange install?




1101
3122 posts

Uber Geek


  #2085425 7-Sep-2018 10:53
Send private message

timbosan:

 

Thanks, these are exactly the kind of responses I am looking for!  If I can get the mailbox data out to a PST, that would be perfect :-)

@Andib - I have never upgraded to later versions of Exchange (although I would like to as the "SBS has to be the domain controller" thing is a pain) but I have never done it before.  How far from the "SBS handholds everything" is a true Exchange install?

 

 

There is no modern equivalent of SBS with exchange any longer.
MS have dropped exch from the new SBS equivalent

 

When you upgrade , you'll need to buy exchange & exch licensees separately, just not worth the cost for many small business's , so move to 365.
Pretty sure you'll need to buy Server 2016 as well , in order to install a new exch version. 
So Server2016 + exchange + licenses =$$$


timbosan

2159 posts

Uber Geek


  #2085432 7-Sep-2018 11:04
Send private message

1101:

 

timbosan:

 

Thanks, these are exactly the kind of responses I am looking for!  If I can get the mailbox data out to a PST, that would be perfect :-)

@Andib - I have never upgraded to later versions of Exchange (although I would like to as the "SBS has to be the domain controller" thing is a pain) but I have never done it before.  How far from the "SBS handholds everything" is a true Exchange install?

 

 

There is no modern equivalent of SBS with exchange any longer.
MS have dropped exch from the new SBS equivalent

 

When you upgrade , you'll need to buy exchange & exch licensees separately, just not worth the cost for many small business's , so move to 365.
Pretty sure you'll need to buy Server 2016 as well , in order to install a new exch version. 
So Server2016 + exchange + licenses =$$$

 



Hi, I have licensing covered, and would rather keep everything out of the cloud.  If needed I can just re-created my SBS2011 server, which is about an hours' work as I have done it a few times already.  Exchange 2016 is something I would like to move to, but I don't NEED to.


geekiegeek
2513 posts

Uber Geek
Inactive user


  #2085530 7-Sep-2018 11:44
Send private message

Why the aversion to cloud email? Just tinfoil hat or you have actual concerns?


timbosan

2159 posts

Uber Geek


  #2085943 7-Sep-2018 22:18
Send private message

geekiegeek:

Why the aversion to cloud email? Just tinfoil hat or you have actual concerns?

 

 

I value my privacy, and email plays a big part of my life, and a part I can keep under my own control rather than becoming a product of some big data collection firm. Not really tinfoil, I just don't see what a hosted email solution gives me that makes up for losing that privacy.

 

 

If I put some more money towards this and have a proper UPS etc. then my uptime would increase to closer to that of a hosted solution, again mitigating the difference.

 

 

And I do actually like what I am learning, I find it fun (if somewhat frustrating sometimes trying to track down obscure Exchange Server error codes!).

 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
timbosan

2159 posts

Uber Geek


  #2087633 11-Sep-2018 15:48
Send private message

An update - many thanks to the 2 posters who put me onto the mailbox export - this worked a treat and I managed to create a PST file (and then remove a load of junk email, and create a second, much smaller one).

 

 

Now I am recreating the SBS2011 VM, but it seems the VM host is also a bit screwed up and won't start any VM that wasn't running before the power cut; even new ones wont start.

 

 

So I am now setting up a whole new server, running HyperV on that, and will install SBS2011 on there. At least this way I will have a nice clean install of the host and VM. Plus I hope to see some speed improvements on the new host with a RAID10 disk setup, vs. the single 7200rpm disk on the previous host (along with a slightly faster CPU).

 

 

I have also looked into UPS unit, just figuring out if I can use a serial-post based one in Windows with a serial-USB adapter.

 

 

More to come!

  #2089435 12-Sep-2018 17:17
Send private message

Nice one. OWA is one of my favourite tools at work to say.. "Ah... yea the mailbox is working. Must be Outlook profile or something." Then punt the ticket off to desktop support team XD


1101
3122 posts

Uber Geek


  #2089818 13-Sep-2018 10:55
Send private message

timbosan:  I have also looked into UPS unit, just figuring out if I can use a serial-post based one in Windows with a serial-USB adapter. More to come!

 

Some servers (eg HP) are very fussy regarding the UPS. Make sure the UPS is compatible (ie not a cheapy)


timbosan

2159 posts

Uber Geek


  #2090090 13-Sep-2018 14:24
Send private message

1101:

 

timbosan:  I have also looked into UPS unit, just figuring out if I can use a serial-post based one in Windows with a serial-USB adapter. More to come!

 

Some servers (eg HP) are very fussy regarding the UPS. Make sure the UPS is compatible (ie not a cheapy)

 



I have moved my VM to running on a Supermicro server.  UPS's are a new area to me and I am not sure if I need a basic USB/serial model, or a network model, or something else.  I do I want the UPS to shutdown the server after the power has been out for a while, and ideally for it to be rack mounted.


Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.