Category Archives: SBS 2011

SBS2011 RDGateway (g)UI?

Many of you have asked where you can find RDGateway user interface in SBS 2011 – in fact RDGateway is working but you can not access its interface in SBS 2011. Well you can do that by reading this MS KB article…

How to Manage the Remote Desktop Gateway Service in SBS 2011
http://support.microsoft.com/kb/2472211

SBS 2011 – Import PST in Exhange 2011

To enable import and export of mailboxes on SBS 2011 you need to:

Go to Windows SBS console and create a security group – that shuld be universal (by default) for example: Mailbox management

Add administrator / admin account to the group

Then you need to enable “import / export” feature on members of this group. To do that you need to open Exchange Management Shell (Powershell with Exchange 2010 modules) as administrator and write:

New-ManagementRoleAssignment -Name “Import Export Mailbox Admins” -SecurityGroup “Mailbox management” -Role “Mailbox Import Export”

After that you can folow my article to import or export mailboxes