DuPSUG – Autumn 2025 🍂 - Retrospective
Our first in-person DuPSUG event since the relaunch was a great success. A big thank you to our speakers, Rex de Koning and Leo Visser, for their engaging and insightful sessions. Rex explored the challenges and possibilities of securing Azure Functions, while Leo shared valuable insights on making automation more sustainable, both talks sparked great discussions and community interaction.
We’d also like to extend a special thanks to Rubicon for hosting us and supporting the PowerShell community. It was great to see both familiar and new faces joining us again. We look forward to seeing everyone at our upcoming sessions, join our Meetup to stay updated and check out the event photos there.
Join us on Meetup, and view the photos there!
DuPSUG – Autumn 2025 🍂 - Speaker Announcement!
We’re pleased to announce the next Dutch PowerShell User Group event, taking place on October 30, 2025, at Rubicon HQ. This evening will feature two great sessions: Azure Functions and network security... Can it be done? by Rex de Koning and Make your automations more sustainable by Leo Visser. Join us for dinner, discussions, and networking as we continue building the PowerShell and automation community in the Netherlands.
Speakers
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 Azure Functions and network security.. Can it be done? - Rex de Koning
- 19:45 – 20:15 Break
- 20:15 – 21:00 Make your automations more sustainable - Leo Visser
- 21:00 – 21:30 Networking
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.
Virtual DuPSUG – Bring Your Own Tools on YouTube📽️
Our first virtual session of the Dutch PowerShell User Group was a great success. Doug Finke delivered an excellent presentation, Bring Your Own Tools: Extend AI with PowerShell Functions, showcasing how PowerShell can be used to build creative integrations with AI tools. The audience was highly engaged, with great questions and live interaction throughout the session.
We’re excited to see such strong participation as we bring DuPSUG back online and continue building our community around automation and PowerShell. If you missed it, the full recording is now available on YouTube.
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 -ForceHappy 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:\\ -RecurseHappy scripting!
