
For restarting your computer, you can simply click the Start Button and afterwards On/Off. In this article it’s all about Windows PowerShell, so we focus on two commands: Restart-Computer and Stop-Computer.
For restarting your computer, you can simply click the Start Button and afterwards On/Off. In this article it’s all about Windows PowerShell, so we focus on two commands: Restart-Computer and Stop-Computer.
Often executed – often not well interpreted. What is Ping? Ping is the network troubleshooting tool No. 1. Ping sends ICMP packets to an IP device. In the hope that the remote device responds. But what does the error code request timed out mean? And what means destination host is unreachable?
This article shows how to enable Remote Desktop on Windows Server systems and Windows 10, and how to establish a remote desktop connection. Do you remember the administrators, who ran from one system to another?
With PowerShell 5.0 two new commands are introduced: Compress-Archive and Expand- Archive. Both commands can – like WinZip or 7-Zip – compress and decompress data.
On every windows system there is a small but useful feature called Ease of access. If you want a high-contrast theme, optimized visual display or closed captions, then “Ease of access” is your […]
What to do if ping returns general failure? One of the most common command line tools on all platforms is the command ping. Ping tests the network connectivity between systems. In this arcticle, I describe the most common configuration errors, which cause the general failure.
Windows macht mal wieder alles anders. Link-Local Adressen werden bei den meisten Betriebssystemen aus der MAC-Adresse konfiguriert. Nur Windows tut das nicht, wie ich im Beitrag Windows und die IPv6-Adressen (EUI-64) beschrieben habe. Und […]
This blog post describes how to join a computer to the domain by using the graphical user interface or running a simple One-Liner in Powershell.
Under certain circumstances the installation of software can only take place at a specific time. This article describes the establishing of a scheduled installation on the localhost and on remote hosts.
Seit Ende letzten Jahres habe ich ein Surface Book. Eigentlich kennt man die Geräte-Suche von Mobile Devices, aber auch Windows 10 unterstützt die Suche eines Gerätes, wenn man es nicht mehr findet. […]
By running a simply PowerShell One-Liner we are able find all expired certificates stored in the Certificate Store. The store is accessible by using the PowerShell Drive cert:. To show all expired […]
Tired of installing 3rd party software on Windows? 7zip, winrar, Chrome, Adobe Reader, Java etc … had to be downloaded manually. Now this is over. Package Management in PowerShell is here! Online repository is the keyword.
Nslookup is a command-line tool for dns name resolution. Resolve-DnsName is the modern version of nslookup. In this blog post I am going to show how to use Resolve-DnsName to query DNS host names […]
In this article i will show how to connect to remote hosts and how to configure the list of Trusted Hosts. Because with the introduction of Windows Server Core and Nanoserver, the significance of Windows PowerShell Remoting has increased.
If the memory is to be upgraded, then you have to find out whether the new memory is compatible. And you have to find out the type of your currently installed memory. The device manager does not provide any information about this.