
Diskpart ist das Tool Nr.1 wenn es darum geht die Festplatte zu partitionieren. Oder eben diskmgmt.msc. In diesem Beitrag soll aber alles in der PowerShell geschehen. Dazu steht das Modul Storage zur […]
Diskpart ist das Tool Nr.1 wenn es darum geht die Festplatte zu partitionieren. Oder eben diskmgmt.msc. In diesem Beitrag soll aber alles in der PowerShell geschehen. Dazu steht das Modul Storage zur […]
Measure-Command shows how long a command or script takes to get the result. This is particularly important for large amounts of data.
With the introduction of PowerShell 5.1 new commands for local user administration were introduced. I`m glad to hear that. I don`t like net user.
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.
By configuring Roaming Profiles, the user is able to use it’s familiar desktop on any computer in the domain. In this article i describe how to configure roaming profiles with the graphical user interface and with PowerShell.
In this blog post I am going to describe how to use PowerShell to administer Group Polices in your Active Directory environment. Group Polices control the environment of users and computers. But […]
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.
There is a small and useful group policy setting where you can enable monitoring of PowerShell, in particular the use of commands related to PowerShell modules. So, I tried it out and […]
When Windows PowerShell starts, standard modules are loaded and the location of the prompt is set to C:\Users\Username. If you want to load additional modules, create an alias for a command, or simply display information, then it´s a good idea to create a Powershell Profile.
In diesem Beitrag wird mit PowerShell ein DHCP Server unter Windows Server 2016 installiert. DHCP und NAT sind zwei Dienste, die mit der Zeit an Bedeutung verlieren werden. Schuld daran ist das […]
Systeminfo gives you a perfect overview of your system. But what about the other systems in your domain? Sure, you can use 3rd Party Tools or SCCM. But the number of those […]
In this blog post I will show you how to extend your trial period to three years. The evaluation version of Windows Server 2016 / 2022 is valid for 180 days and […]
How many files are stored on your computer? How many users have not logged on for a year? How many users use Active Sync? How many Pictures and Music Files are stored? […]
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.
You certainly know the commands cd and Set-Location. It stands for change directory. I hope you also know the commands cd \ and cd .. But what about cd ~ ?