SCCM Windows Feature Update: Error Code 0xC1900208
Today I wanted to update a Windows 10 client to version 1809 by installing the feature update with Microsoft System Center Configuration Manager (SCCM)....
Using MxToolbox to analyze mailserver and DNS problems
After configuring your new webhosting or if you encounter any errors with your services you may need to analyze it to get to the...
Using Regular Expressions (RegEx)
Regular expressions can be used to define specific search patterns. In most cases they can be used for operations like "search and replace". Due...
Different types of DNS records for your website
When you are setting up your new website, one of the essential things to configure are the DNS records of your domain. Without proper...
Sending HTML Email with AD User Groups
An inquiry, which occurs very often in daily business: "What permissions does a specific user have?" What about sending a HTML Email with AD...
Analyze why an user gets locked out in Active Directory
Recently I wanted to connect to a machine with my admin user but then I realized that this user had been locked out in...
How to change an expired Windows password via remote desktop protocol (RDP)?
Last time I had the problem, that the password of my administrator account was expired due to changes to the password policies. The expiry...
Find users where Outlook Web Access (OWA) is disabled with Exchange Management Shell
By default all users are allowed to use Outlook Web Access, also called OWA. It is possible to disable access to OWA and the...
Sending an email within a PowerShell script
Imagine you need to inform an user about something which had already been automated in a PowerShell script. You do not want to start...
Create Image Hover Zoom Effect with simple CSS
Do you want to bring some life into your images with a simple hover effect? All you need: 10 lines of CSS codeSimply add...