Virtual DuPSUG β Bring Your Own Tools
With the relaunch of the Dutch PowerShell User Group, we are also restarting our online content with the return of Virtual DuPSUG. These sessions will feature members of the community sharing what excites them right now in the PowerShell and automation space. Each talk will be a single, focused presentation, delivered live and streamed for everyone who registers via Meetup.
Next Session - Oktober 15
Bring Your Own Tools: Extend AI with PowerShell Functions
With Doug Finke
16-time Microsoft MVP, Generative AI Engineer, Author. Researching the optimal, implementing the practical.
Date & Time
October 15, 2025 - 19:00 CEST
Agenda
18:50 - 19:00 Open up live stream for viewer 19:00 - 19:05 Welcome and Introduction 19:05 - 20:00 Bring Your Own Tools: Extend AI with PowerShell Functions - Doug Finke
Format
The online sessions are short, interactive presentations highlighting practical tools, scripts, or approaches from our community. Each one provides a chance to learn something new, see fresh perspectives, and stay connected even when you cannot attend in person.
Registration
Participation is free, but registration through Meetup is required to receive the livestream link.
DuPSUG β Autumn 2025 π
After a period of quiet, we are thrilled to restart the Dutch PowerShell User Group with a brand-new in-person edition. This marks the return of our community events, once again bringing people together around DevOps, PowerShell scripting, and automation in the Netherlands. Hosted at Rubicon HQ in Leusden, the evening will be a chance not only to learn but also to reconnect with fellow community members. Registration through Eventbrite is optional, with the benefit that youβll receive an email notification, a calendar invite, and event updates.
Speakers
As part of this restart, we have opened a Call for Papers to give both new and experienced speakers the opportunity to contribute. The full program will be announced soon.
Agenda
The event will take place on the 30th of October, 2025. All times are listed in CET.
- 17:30 β 18:00 Arrival
- 18:00 β 18:45 Dinner
- 18:45 β 19:00 Welcome from Rubicon / Organizers
- 19:00 β 19:45 First Session
- 19:45 β 20:15 Break
- 20:15 β 21:00 Second Session
- 21:00 β 21:30 Networking
Speaker Information
With the restart of DuPSUG, we are opening the stage for both familiar names and new voices. The CFP is currently live, and speakers will be announced shortly.
Sessions
As we restart our events, sessions will continue to focus on advanced topics in automation, scripting, and DevOps. Final details will be shared once the CFP closes.
Location
We are restarting in-person at:
Rubicon HQ Leusderend 36 3832 RC Leusden
Tickets
We kindly ask you to register your attendance through Meetup. Our events are made possible through sponsorship, and accurate attendance numbers help us secure continued support. Please make sure to register if you plan to attend, and update your RSVP if your plans change.
Welcome to DuPSUG
Welcome to the Dutch PowerShell User Group! This user group is for anyone interested in PowerShell, DevOps, Infrastructure as Code, and Cloud Infrastructure. Join us to learn, share knowledge, and network with like-minded professionals. Whether you are a beginner or an expert, we're here for you. We will be hosting regular meetups, workshops, and events to discuss all things related to PowerShell and automation in the modern IT landscape. Let's collaborate, automate, and elevate our skills together!
Join us next month
Get-Date 30-10-2025 | Set-Calendar -Force
Happy scripting!
Welcome to PowerShell Scripting
PowerShell is a powerful command-line shell and scripting language built on .NET. Here are some key features:
Key Features
- Object-oriented pipeline
- Extensive cmdlet library
- Cross-platform support
- Integration with .NET
Basic Commands
Get-Process | Where-Object {$_.CPU -gt 100}
Get-ChildItem -Path C:\\ -Recurse
Happy scripting!