Monthly Archives: August 2015

How to migrate MYSQL to a new Windows server

  Setup the new Windows server Install the mysql on new server and stop the mysql service from service pane Now make a copy of the existing mysql data folder for backup( default path is C:\ProgramData\MySQL\MySQL Server 5.6\data) Delete all …

Posted in Blog Category | Leave a comment

Powershell script to export Mailboxes

To export all mailboxes in exchange 2010 and exchange 2013 Copy the code below in a notepad window and save it as a powershell script. $mailboxes = get-mailbox foreach ($mailbox in $mailboxes) { new-mailboxexportrequest -mailbox $mailbox -FilePath \\server\share\$mailbox.pst } To …

Posted in Exchange Powershell Scripts | Leave a comment

Need Help?

No problem! Our friendly team is here to help answer any concerns you might have.

Contact Us

Every day over 2500 devices are managed by our NOC Engineers
and over 25 Hosting and MSP companies leverage our NOC services to get their job done.

We let our users do talking

Sign up for our Newsletter

Register to receive news and updates

[newsletter]
Copyright offsitenc 2020 – All Rights Reserved