Download and install PowerShell 7

PowerShell 7 console

PowerShell 7 is now finally finished and can be downloaded and installed. PowerShell 7 is the successor to PowerShell 6 and is no longer being developed by Microsoft, but has been an open source project on GitHub for some time… Continue Reading

Windows activation error code 0xc004e028

Windows is activated

Today we would like to report to you the Windows activation error code 0xc004e028 , which for inexplicable reasons occurs again and again with the most different users and Windows versions. The Windows activation error 0xc004e028 not only occurs under… Continue Reading

FClientDisableUDP – Deactivate RDP connection via the UDP protocol and switch to TCP

The quality of the connection to the remote computer is good.

Typically, a remote desktop connection (RDP) runs over UDP and not over TCP . UDP is the abbreviation of ” User Datagram Protocol ” a is a network protocol that belongs to the transport layer of the Internet protocol family.… Continue Reading

Automatically end RDP session after a certain time

Registration timer expired

RDP (Remote Desktop Connections) connections do not normally close automatically. Under certain circumstances, however, it may be useful or necessary for Remote Desktop connections to close automatically after a certain period of remote access . Microsoft has introduced a registry… Continue Reading

Install RSAT Tools via PowerShell and query installed RSAT tools

Install all RSAT tools via PowerShell

We have reported on RSAT tools (Remote Server Administration Tools) several times in the past. Today we would like to show you how you can install these Windows RSAT tools using PowerShell . To do this, first open a PowerShell… Continue Reading

Detect AD group without members using PowerShell

GET-ADGroup AD groups without members

Active Directory groups are an important part of every network. As a rule, AD groups are used, for example, to control access authorizations or printer assignments . The larger the network, the more confusing it becomes and therefore it should… Continue Reading