Category Archives: Exchange 2010

Exporting and Importing Mailboxes with Exchange Server 2010

Introduction This article will describe how to export and import mailboxes with Exchange 2010; based on the Exchange 2010 Release Candidate. Although RC should be finally completed, this may be subject to change in the final release of Exchange 2010. In the near future, we will take a deep dive into what you will need […]

Importing Data From a PST File to an Online Archive Mailbox

With Exchange 2010 RTM one of the disappointments for organizations that decided to move away from PST files and instead enable the native online archive mailbox for users within the organization, was the fact that they couldn’t import PST files directly to the online archive mailbox. Instead, they first had to import it to the […]

Advanced Import Mailbox Request Commands

If the basic commands we just went through are not sufficient when it comes to what data you want to import from the PST file, you can use the “-IncludeFolders” parameter to specify which folder or folders from the PST files should be imported. For instance, if I only want to import the data in […]

Importing data from a PST file to a Mailbox

Time has come to try import data from a PST file to an Exchange 2010 SP1 mailbox using the New-MailboxImportRequest cmdlet. As mentioned already we can do this from any machine with the Exchange 2010 Management tools installed or a machine with just Windows PowerShell 2.0 (see sidebar in the end of this article for […]

Provjera URL-ova za provjeru certifikata

Get-WebServicesVirtualDirectory | fl Id*,*url* Kod za promijenu URL-a putem power shella: Sve podatke potrebne za promijenu dobije s gore navedenom naredbom: Set-WebServicesVirtualDirectory -identity “IME_EXCHANGE_SERVERA (Default Web Site)” -InternalNLBBypassUrl URL_U_KOJI_MIJENJAMO -BasicAuthentication:$True Set-WebServicesVirtualDirectory -identity “IME_EXCHANGE_SERVERA (Default Web Site)” -InternalUrl URL_U_KOJI_MIJENJAMO -BasicAuthentication:$True Set-WebServicesVirtualDirectory -identity “IME_EXCHANGE_SERVERA (Default Web Site)” -ExternalUrl URL_U_KOJI_MIJENJAMO -BasicAuthentication:$True Get-OwaVirtualDirectory | fl Id*,*url* Get-ClientAccessServer | fl […]

Postavke slanja u ime Distribucijske grupe

To allow a user to be able to send on behalf of a distribution group, simply follow the below: 1) Logon to your Exchange 2007/2010 server 2) Open the ‘Exchange Management Shell’ 3) Type the below in, but change ‘GroupName‘ to the name of the group and ‘UserName‘ to the name of the user you […]