Add subfolders to Edge favorites via InTune

I’ve been asked to create favorites in Edge to be rolled out via InTune. The wish was to have a structure with folders and subfolders, like this; Main folder – URL1 – Subfolder — URL2 — SubSubFolder — URL3 I came across a lot of forum posts but could not find a nice template for […]

Read More »

PowerPoint error when importing icons

When in PowerPoint (or word etc) you can import icons to your slides by going to ‘Insert -> Icons’. You can get a error like below; “An error occurred while importing this file. https://cdn.hubblecontent.osi.office.net/icons/publish/icons_statistics_ltr/statistics_ltr.svg” To fix this issue, open Internet Explorer, go to settings -> advanced -> and search for “Don’t save encrypted pages to […]

Read More »

The trust relationship between this workstation and the primary domain failed

This can happen if a computer/server is offline for a longer period, or is restored from backup and in the meantime the computerobject password is changed. There is an easy fix for this, on the affected machine, login with the local administrator, start powershell and type; reset-computermachinepassword -Server DomainController -Credential DomainAdmin

Read More »

Purge ADObject from Active Directory recycle bin

When deleting an AD object, it will (if the Recycle bin is enabled) be moved to the Active Directory recycle bin. Sometimes you want to permamently remove the object, for example if you want to recreate a pc or server with the same name. To do this, open PowerShell and type in the following commands; […]

Read More »

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 »