Sharepoint Migration Tool – Invalid SharePoint Online list

When migrating on premises files to SharePoint Online / OneDrive for Business, Microsoft made a simple tool available ‘SharePoint Migration Tool’. Sometimes you will get the ‘Invalid SharePoint Online List’ error like; “Invalid SharePoint Online list ‘Documents’”,”ACTION_STOP”,”0x0201000D” Thanks to Thomasssssss on this technet topic; https://social.technet.microsoft.com/Forums/en-US/774100d6-9a6b-4e3e-91b5-8f15f38047f4/quotinvalid-sharepoint-online-list?forum=SharePointMigrationTool i found the solution. So to get this working do […]

Read More »

Sharepoint Online – Add members and owners via PowerShell

To add members and owners to a SharePoint Online TeamSite you have the below commands avaiable: Note that if you need to make someone Owner of the Teamsite, the user first needs to be member! And then you make the user Owner. #Get Groupnames Get-UnifiedGroup #Check for current members Get-UnifiedGroupLinks –Identity “groupname” –LinkType Members #Check […]

Read More »

We’ve run into a problem with your Office 365 subscription after tenant to tenant migration.

After a tenant to tenant migration multiple people got the message ‘We’ve run into a problem with your Office 365 subscription’. I found a script wroted by someone on 365labs.net; How to resolve “We’ve run into a problem with your Office 365 subscription” with PowerShell So to resolve this issue you start powershell on the PC […]

Read More »

Allow synchronisation of files with special characters (like # and %).

Allow synchronisation of files that include special characters in the filenames, like # and %. Step 1; Download and install the ‘SharePoint Online Management Shell’ link: https://www.microsoft.com/en-us/download/details.aspx?id=35588 Step 2; Open the SharePoint Online Management Shell by searching for ‘sharepoint’ in your startmenu. Step 3; Run the following command: (replace the values according to the tenant […]

Read More »

Office365 – Create a roomlist

If you have multiple rooms in your Exchange Online environment you want to use roomlist(s). To create a roomlist first connect to powershell: Connect to Office 365 using Windows Powershell To create a roomlist enter the below command: New-DistributionGroup -Name “New RoomList” -Roomlist You will now have a roomlist, but the list is empty. To […]

Read More »

Office 365 – Force DirSync synchronisation / update

DirSync will automaticly update passwords every 2 minutes and other users / settings every 3 hours but sometimes you want to force it. To do that open Windows Powershell and go to: PS> cd “C:\Program Files\Windows Azure Active Directory Sync\Sync” PS> .\ImportModules.ps1 PS> Start-OnlineCoexistenceSync Thats it!

Read More »

Outlook 2010 – Anonymous security option missing

When you are trying to configure Office 365 in Outlook 2010 there is a change the ‘anonymous’ security setting is missing. This will result in a setup faillure when trying to log in to office 365 account. So you can’t setup office365 via either autodiscover or manual. To resvolve this issue i did the following: […]

Read More »

Office365 – Incompatible Office products are installed on your machine” when opening Office.

When you try to open office documents you get ‘Incompatible Office products are installed on your machine’ error. The solution to this error is to delete the stand-alone Microsoft OneDrive for Business 2013 sync client from add / remove a program. Once this program is removed you can succesfully open office programs again without the […]

Read More »