Management

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 773 other subscribers

Social

  • LinkedIn
  • RSS Feed for Posts
  • Twitter
  • StumbleUpon

[Solved] Create archive mailbox in Hybrid envoriment

The week I had a migration, from Exchange 2010 to Office 365 in a hybrid environment.

Some users were migrated to Office 365, most of the users, where located in the local Exchange.

The local users had no online archive, the Office 365 users must have an online archive.

When

Read more… [Solved] Create archive mailbox in Hybrid envoriment

(Solved) Exchange Hybrid, give an online users an Archive mailbox

The week I had a migration, from Exchange 2010 to Office 365 in a hybrid environment. Some users were migrated to Office 365, most of the users, where located in the local Exchange. The local users had no online archive, the Office 365 users must have an online archive. When

Read more… (Solved) Exchange Hybrid, give an online users an Archive mailbox

(Solved) PowerShell add-in powershell.admin is not installed

Last week I had to migrate a customer to Office 365.

Normally I use the standard migration scripts, as used in my earlier post :

https://www.vspbreda.nl/nl/ms-office/office-365/o365-on-premise-to-cloud-migration-and-mail-enabled-user-solved/

But this time nothing happened while executing the script Exchange2007MBtoMEU.ps1

Fortunately I used the customized script from Paul Cunninham:

https://practical365.com/exchange-server/customized-exchange2007mbtomeu-ps1-script-office-365-migrations/

This script

Read more… (Solved) PowerShell add-in powershell.admin is not installed

[Solved] O365 : Trouble shooting Office 365 / Outlook e-mail problems, complete checklist.

I’ve been trouble shooting Office 365 e-mail (outlook) errors, for several months now.

There are many different errors, who need a different solution.

I’ve created a complete checklist for these problems.

I’ll hope you can use this list.

Read more… [Solved] O365 : Trouble shooting Office 365 / Outlook e-mail problems, complete checklist.

[Solved] Office 365/Exchange 2013: Error during Hybrid configuration “HCW8010 Default Receive Connector cannot be found on server” error when you run the Hybrid Configuration wizard

This week I had an error while activating the Hybrid Configuration from Exchange 2013 to Office 365.

During the configuration there was an error, because the Receive connector was set up wrong.

Error:

“HCW8010 Default Receive Connector cannot be found on server” error when you run the Hybrid Configuration wizard

Read more… [Solved] Office 365/Exchange 2013: Error during Hybrid configuration “HCW8010 Default Receive Connector cannot be found on server” error when you run the Hybrid Configuration wizard

[Solved] Office 365/Exchange : Unable to activate hybrid deployment (Content was blocked because it was not signed by a valid security certificate. For more information, see “About Certificate Errors” in Internet Explorer Help )

This week i had an Exchange installation, who wasn’t configured for hybrid deployment.

When trying to do so, I ran into an error:

Content was blocked because it was not signed by a valid security certificate.

For more information, see “About Certificate Errors” in Internet Explorer Help.

Solution:

Add the

Read more… [Solved] Office 365/Exchange : Unable to activate hybrid deployment (Content was blocked because it was not signed by a valid security certificate. For more information, see “About Certificate Errors” in Internet Explorer Help )

[Solved] Office 365 : Unable to connect outlook to Office 365, after migration.

When Migrating to Office 365 you need to reconfigure your Outlook profile.

You need to change your internal and external Autodiscover DNS setting.

Most of the time, this doesn’t work for the internal users, because Outlook is hard-coded to query an AD Service Connection Point (SCP) to locate a server

Read more… [Solved] Office 365 : Unable to connect outlook to Office 365, after migration.

[Solved] Exchange : Create a Transport rule summary in HTML

This script creates an HTML summary of the existing transport rules, so you can recreate them on another server, or in Office 365

Get-TransportRule | select Name, comments, Description | ConvertTo-Html | Set-Content c:\scripts\TransportRules.htm

 

How to connect to a domain-joined Exchange server from a stand-alone PC [Solved]

Special thanks to my colleague Eric Snijders for his contribution!

 

Be Aware:

This is not the best practice!

We have done this in order to decommission the current mail server!

 

This week I encountered some troubles connecting from my

Read more… How to connect to a domain-joined Exchange server from a stand-alone PC [Solved]

Exchange 2013 : Get – Add – Remove Public Folder Client Permission [Solved]

This week i had to change some permissions on public folders in Exchange 2013

Here are some examples

List All Top Level Public Folders Anonymous Permissions

Get-PublicFolder \ -GetChildren | Get-PublicFolderClientPermission | ?{$_.User.UserType -eq ‘Anonymous’} | FT Identity, User, AccessRights -auto -wrap

List All Top Level Public Folders Default Permissions

Read more… Exchange 2013 : Get – Add – Remove Public Folder Client Permission [Solved]