Skip to the main content.

Topic: Scripting (2)

Posts about

Scripting (2)

March 4, 2022 - 9 min read

Easy ways how to query Active Directory with PowerShell

PowerShell is a powerful environment when it comes to querying information in Windows. PowerShell...

February 3, 2022 - 5 min read

AD objects and more — How to search in properties of complex objects

While working with PowerShell, you probably have encountered objects with a lot of properties. It’s...

December 10, 2021 - 9 min read

Adding Active Directory users, groups and computers with PowerShell

In PowerShell, it is relatively easy to create user accounts and groups, add users to groups or...

November 25, 2021 - 6 min read

Teams-Webhooks via PowerShell – Modern Alerting (part 3/3)

Teams Adaptive Cards: Certificate Monitoring with PowerShell

If you are one of the admins who...

July 21, 2021 - 3 min read

Teams-Webhooks via PowerShell – Modern Alerting (part 2/3)

SendMessage2Channel: The Sophisticated Way to Send Teams Webhooks

In the article "Teams Webhooks...

July 14, 2021 - 7 min read

Teams Webhooks via PowerShell – Modern Alerting (part 1/3)

Surely you are familiar with the following scenario: Monitoring and the resulting alerting has...

June 2, 2021 - 6 min read

Get-Help! Using Comment-Based Help in PowerShell Scripts

Surely you already use comments within your PowerShell scripts, and surely you too have been...

March 25, 2021 - 10 min read

PowerShell PSDefaultParameterValues

PSDefaultParameterValuesis a hashtable allowing us to overwrite default values of any parameter on...

March 10, 2021 - 17 min read

5 PowerShell scripting best practices – From runnable to professional code

How much time have you spent deciphering code from your colleagues or your predecessor? Often there...