This repository contains PowerShell script examples and demonstrations from articles published on the Dutch Scripting Guys Blog.
The Dutch Scripting Guys Blog is a community-driven resource focused on PowerShell scripting, automation, and best practices. The scripts in this repository serve as practical examples and learning materials that accompany the blog articles.
Each script is designed to be educational and demonstrates specific PowerShell concepts or techniques. You can:
- Run individual scripts to see the concepts in action
- Study the code to understand implementation details
To use these scripts:
- Clone or download this repository
- Open PowerShell (preferably PowerShell 5.1 or PowerShell 7+)
- Navigate to the repository directory
- Run the desired script or import modules as needed
Example:
# Run a script
.\ConvertTo-DistinguishedName.ps1
# Import a module
Import-Module .\Scope\HelloModule.psm1- PowerShell 5.1 or later
- Some scripts may require specific Windows features or modules (documented within individual scripts)
Visit the Dutch Scripting Guys Blog for detailed explanations and tutorials that accompany these scripts.
This repository is maintained as a resource for the PowerShell community and students of automation and scripting.