Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.4 KB

File metadata and controls

46 lines (29 loc) · 1.4 KB

Dutch Scripting Guys Blog - Script Examples

This repository contains PowerShell script examples and demonstrations from articles published on the Dutch Scripting Guys Blog.

About

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.

Usage

Each script is designed to be educational and demonstrates specific PowerShell concepts or techniques. You can:

  1. Run individual scripts to see the concepts in action
  2. Study the code to understand implementation details

Getting Started

To use these scripts:

  1. Clone or download this repository
  2. Open PowerShell (preferably PowerShell 5.1 or PowerShell 7+)
  3. Navigate to the repository directory
  4. Run the desired script or import modules as needed

Example:

# Run a script
.\ConvertTo-DistinguishedName.ps1

# Import a module
Import-Module .\Scope\HelloModule.psm1

Requirements

  • PowerShell 5.1 or later
  • Some scripts may require specific Windows features or modules (documented within individual scripts)

Blog

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.