Naming concepts for IT environments

Namingconcept Naming concepts for IT environments 1

Why do I need a name concept?

Let’s start with the example server names. As long as the IT team is small, it doesn’t matter. When external employees join or the team grows, it can help. Here are a few examples of naming concepts that I have already encountered, which may not have been quite so understandable at first glance:

Read more

Clean up Windows Server Update Services

Scrrenshot Decline WSUSUpdateTypes Clean up Windows Server Update Services 3

There are many ways to achieve a well-functioning Windows Server Update Services (WSUS) system. Unfortunately, not all of them lead to the final destination, many are rather stages on the way. One of these stages I would like to introduce to you here, solved with some PowerShell.

Read more

Problems with the Windows Server Update Service – 0x8024400D

072517 1208 Problememit2 Problems with the Windows Server Update Service - 0x8024400D 5

I recently had an interesting phenomenon in a rather extensive environment. With a newly installed WSUS Server based on Windows Server 2016, some clients encountered errors “0x8024400D”. The clients were previously connected to an old WSUS on Windows Server 2008R2. Strange, there everything worked…

The usual attempts to reset the WSUS client, for example, brought no improvement. So I asked Google.

Read more

Local Administrator Password Solution (LAPS)

041917 0532 LocalAdmini5 Local Administrator Password Solution (LAPS) 7

In the past, a company-specific standard was usually always used for local administrator passwords. But what do you do if an employee who knows the default password leaves the company?

Right, it should be changed. In the past, Group Policies (GPO) were often used for this, even if the password was in clear text in SysVol. This was fortunately stopped by Microsoft. What other solutions are available? In practice I have seen VBS or PowerShell scripts, the good ones have random passwords, the bad ones only a standard.

But isn’t there a well designed solution from Microsoft? Yes, there is, Local Administrator Password Solution (LAPS).

Read more