Uninstall Office 365 Click-To-Run Updates
There are cases where you want or need to uninstall an Office update. Office 365 installations use a different update than the old Office 2013 & 2016 installations. Where the old installations are a point in time installation, click-to-run always downloads the latest version and then runs the setup....
Re-establish trust with Active Directory domain
If you ever had to restore a domain joined machine, or a laptop/desktop that didn’t connect to the domain in a long time, it might happen that the domain relationship is broken. When you try to logon you get the following error: “The trust relationship between this workstation and...
Set or clear immutable ID
Below are the 2 options to reset or change the immutable ID. These are sometimes required when you want to sync your users, or when you receive a sync error. Calculate and set immutable ID (Recommended) This method is the best way to make sure that AD Connect gets...
Azure AD exclude user from password experation policy
Connect to Azure AD with PowerShell: Connect-azuread Now we would like to get an overview of all users, run the following command: Get-azureAduser If you have the UserPrincipalName or email address we might shorten the list to just that single user bij adding a filter: Get-AzureADUser -ObjectId <UserPrincipleName> Next...
Connect to Azure AD with PowerShell
On your Windows device open a PowerShell prompt. To be able to connect we first need to make sure that the PowerShell module has been installed. Run the following command and confirm all questions with yes Install-Module -Name AzureAD Now we are ready to connect to Azure AD. Because...