SharePoint Online – Change timezone for all SPO Sites

Today i needed to change the TimeZone for a lot of sites, when searching online i found some other scripts but i found them too complicated and needed something easier to manage. I combined and script some other script and came up with this: # Define variable $adminurl = https://tenantname-admin.sharepoint.com $timezone = “(UTC+01:00) Amsterdam, Berlijn, […]

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 »