Remove hybrid configuration On-premise / Office365

When faced with this challenge, it became apparently that there wasn’t a great deal of information available around how to smoothly remove an hybrid configuration from an Exchange organisation, whilst MS walk through the process in the following technet blog entry the order in which MS suggest performing the steps required wasn’t actually possible and resulted in a number of errors.  I therefore wanted to provide some clarity around the process/ordering.  This process covers hybrid configurations in both Exchange 2010 and Exchange 2013. (more…)

Continue Reading

Remove duplicates mailbox Office365 powershell

How to remove double items from a office365 mailbox.

Set-ExecutionPolicy RemoteSigned

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $Session

Connect-MsolService –Credential $LiveCred

-Mailbox [email protected] -RecurseFolders -MatchEntireMailbox -Credentials $UserCredential

 

Then run this script with the extensions.

(more…)

Continue Reading

Change email adresses or reply adress office365 after removing last exchange server from on-premise

The operation on mailbox “User” failed because it’s out of the
current user’s write scope. The action ‘Set-Mailbox’, ‘EmailAddresses’, can’t
be performed on the object ‘User’ because the object is being
synchronized from your on-premises organization. This action should be
performed on the object in your on-premises organization.

(more…)

Continue Reading

Save and deploy Sharepoint Site as a Template

Recently I was browsing the TechNet Forums like I usually do a few times a week, and I’ve seen a question a user was asking, which intrigued me.

  • When we save a subsite as a template, can we re-use it to create a Site Collection?

I thought that was a good question, especially in SharePoint Online (where things are a bit “restricted”), and I’ve never had this request either so… What’s the best way to know if that’s possible? You got it. Try!
So I went into my own Office 365 environment, and started to play around, trying to achieve what the user was asking for.

Needless to say that I was happy to be able to help this user at the end 😉 (more…)

Continue Reading
Close Menu