The more I am playing with it, the more I like it: Test-NetConnection. Test-NetConnection views information of a connection. What can we do with it?
PowerShell: Using the Help (Get-Help)
Don Jones, the author of “Learn PowerShell in a month of lunches” said: “Be prepared to read the help, or you’ll fail at PowerShell.”
Exchange: How to export a Mailbox to PST using PowerShell
For archiving purposes run the following command in Exchange Management Shell to export a mailbox to a PST File and to save the file in the folder pst:
Windows 10: Mein Gerät suchen
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. […]
Configuring the automatic start of PowerShell at every logon
In this article, I am going to show how to configure your computer to start PowerShell with administrative privileges every time you log on to your computer.
PowerShell Cmdlets: List all availabe parameters without using the Help
To find out the parameters of a Cmdlet, you can call the Windows PowerShell Help. To be faster you can use some tricks to get more out of Parameters.
OSPF: Passive Interfaces konfigurieren
Bei der Aktivierung von Routing-Protokollen werden Automatismen angestoßen, welche oft im nachhinein etwas “nachjustiert” werden sollten. Ein Automatismus ist das automatische Aktivieren von OSPF auf allen Interfaces. Die Lösung: Das Konfigurieren von passiven […]
Windows Server 2012/2016: Sprache ändern (Deutsch auf Englisch)
In diesem Beitrag wird Step-by-Step ein Windows Server, welcher auf Deutsch installiert wurde, auf Englisch umgestellt – für alle Benutzer. Viele hadern mit dem Problem der Sprache. Einst Deutsch gewählt, ist jetzt […]
Calculating with PowerShell
PowerShell supports all possible types of calculations. The following examples will help you explore the possibilities of PowerShell.
Speak to me: PowerShell tells you if a host is up or not (Test-Connection)
Execute the following two-liners to cause PowerShell saying “Command completed successfully”. $words = New-Object -ComObject SAPI.SpVoice $words.speak(“Command completed successfully”)
Mein E-Mail Konto: Ungewöhnliche Aktivität erkannt: Outlook.com
Heute bekam ich eine E-Mail von Microsoft. Es versucht jemand in mein E-Mail Konto zuzugreifen. Und zwar aus Deutschland. Während ich in Purkersdorf ganz ruhig geschlafen habe. Solche Lauser.
Windows Server: List all installed Roles and Features using PowerShell
If you install Roles and Features with PowerShell, Install-WindowsFeature is your friend. Get-Windowsfeature gets information about installed or available Server Roles. This blog post shows you how to get a list of […]
How to find expired Certificates with PowerShell
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 […]
Gruppenrichtlinien (GPO) sichern
Wer hat die Gruppenrichtlinie gelöscht und warum gibt es kein Backup? Nicht mehr verwendete Gruppenrichtlinien können – bevor man beabsichtigt sie zu löschen – gesichert werden. Eine Wiederherstellung ist problemlos möglich.
PowerShell: Documenting your work with Start-Transcript
Start-Transcript creates a record of PowerShell Sessions. For documenting and archiving. The feature is very useful for administrative tasks and programming. This article describes the use of Start-Transcript and Stop-Transcript on the […]



