
What happens when you run a PowerShell Command? How does it works? There is a small but very informational Cmdlet, which helps you to look behind the scenes. The command is called […]
What happens when you run a PowerShell Command? How does it works? There is a small but very informational Cmdlet, which helps you to look behind the scenes. The command is called […]
Last time we played with PowerShell Drives. In this part we dedicate ourselves to the structure of PowerShell, especially the PowerShell Module structure. But first, let’s look at the exercise from the […]
Install-WindowsFeature is a powerful cmdlet that enables you to install Roles and Features on Windows Server Operating Systems. In this article I am going to describe how to install Windows Server Backup […]
WMI is a powerful feature. Remember that WMI is CMI and CMI is WMI. In this blog post I am going to play with WMI Objects on the local computer and on […]
I hesitated for a long time. It’s done, it’s not done… should I add more menus… But at some point it’s over. It has to be published. The following article describes the […]
It’s inexplicable to me, but my students have always been the most attentive to remoting. I don’t mean the traditional remote connections from computer to computer with remote desktop or the other […]
Manchmal möchte man gar nicht wissen, wenn es etwas nicht funktioniert. Man möchte es auch nicht sehen. Wenn dieser Zustand eintritt, dann hilft der Parameter SilentlyContinue. Es wird dadurch ruhiger und doch […]
As the headline says, with this small script you are able to test all your Domain-Controllers with a single command Test-AllDomainController. The simple things are the best, by all means 😉
In this article I’ll show you how to use a very simple command that works for the local computer and remote computers and lets your computers speak.
WMI is a powerful feature. In this article, I will retrieve the memory (RAM) of all domain computers and store the output in a file.
Recently I was asked how to show all logged on users. So I had the idea to make a function out of it. And now I’ll share this function to the community. Who […]