Thorsten Butz 🎗️
@thorsten.butz.io
260 followers 320 following 310 posts
Natural born trainer with a passion for PowerShell, frequently collecting mugs from PSConfEU
Posts Media Videos Starter Packs
Pinned
thorsten.butz.io
Lets try to engage more people and connect in a meaningful way: I will deliver a 40 minutes "Follow along" session in Malmö on Tuesday at #PSConfEU.
Grab your NB and join me! And best of all: Get-Swag!
Title slide for the "Invoke-BlueSky" session in Malmö
thorsten.butz.io
Today is October, 7.
48 hostages are still missed - from their families, partners, friends. 🎗️
#BringThemHomeNow
10.7..2023
thorsten.butz.io
Mein Vortrag von der CIM Lingen 2025 ist online:
"Zweiter Faktor - doppelt Ärger?"

www.thorsten-butz.de/cimlingen2025

youtu.be/Fb97lU59fYw

Vielen Dank an Michael und das CIM-Team für 20 Jahre bewegte Community.

#CIMLingen #CIMLingen2025
Fahnen imWind vor dem IT Zentrum Lingen
Die Titelfolie des Vortrags
Reposted by Thorsten Butz 🎗️
psconf.eu
🌐 Learn APIs the fun way: with Blue Sky & PowerShell.
At #PSConfEU 2025, @thorsten.butz.io showed how to:
✔ Post via Invoke-RestMethod
✔ Manage tokens
✔ Explore DIDs & social tech
🎟️ Early bird 2026 → psconf.eu
#PowerShell #BlueSky #RESTAPI #Automation
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
youtu.be
thorsten.butz.io
We also provide a mentorship program for 2026. Do you wanna be on stage in Wiesbaden? Join us for MiniCon, we’ll show you the way - from Community demo, to PoShaKucha, to Open Stage.

#PSConfEU
thorsten.butz.io
Finally, a new episode of the #SlidingWindows slowcast is available. My guest is @niehaus.bsky.social. Guess what? We’re talking about Windows deployment …

Get it in any podcatcher or on slidingwindows.de
The Sliding Windows podcast website
thorsten.butz.io
@skircle.bsky.social provides an interesting approach to visualize BSKY data. Nice ping from @blog.kilasuit.org
Seems like i am bit focused on a certain shell ….
Reposted by Thorsten Butz 🎗️
niehaus.bsky.social
Today's MS-speak verb is a classic: "double-click" as a verb. "We're going to double-click on that in the next session."
thorsten.butz.io
Here is the perfect chance for onboarding to #PSConfEU : join the cockpit, deliver a 20 by 20 session on the main stage.
No better way, to become an active part of the community.
Reposted by Thorsten Butz 🎗️
psconf.eu
The #PSConfEU MiniCon schedule is here! 🚀
An evening of #PowerShell, #Automation, #AI, #DSC, #Testing & more.

📅 14 Oct 2025 | Online | Starting at 4pm (CET)
🎟️ Tickets: synedgy.com/psconfeu-minicon

#DevOps #Community
thorsten.butz.io
Schön, Dich zu treffen bei der #cimLingen 2025!
Reposted by Thorsten Butz 🎗️
familiemuether.de
Gerade ne tolle Session über 2FA von @thorsten.butz.io gesehen bei der CIM Lingen 👍
Reposted by Thorsten Butz 🎗️
gregorreimling.bsky.social
Ready for take off for the 20th anniversary of the #cimlingen.
thorsten.butz.io
@it-pro-berlin.de missioniert zu Tier 0 bei der #cimLingen 2025.
Evgenij auf der Bühne
thorsten.butz.io
Die goldene Brücke zu meinem Vortrag: gleich geht’s genau darum , ebenfalls in Raum 1 :
2FA, MFA
#cimLingen 2025
Mark Heitbrink auf der Bühne
thorsten.butz.io
Jetzt macht Mark sich bei mir unbeliebt :
Mark warnt vor der besten Shell der Welt bei der #cimLingen 2025.

Mark, it’s not a bug - it’s a feature !
#powershell
Mark Heitbrink on Stage
thorsten.butz.io
Mark Heitbrink (gruppenrichtlinien.de) müht sich redlich, ungeliebte Wahrheiten unter das Volk zu bringen bei der #cimLingen 2025 !
Applocker und so, Ihr wisst schon !
Mark Heitbrink auf der Bühne
thorsten.butz.io
Heute bei der #cimLingen 2025 gibt es Geschenke !
Seid dabei in Raum 1, wenn ich der Frage nachspüre:
„Zweiter Faktor - doppelt Ärger?“
Fido2 security sticks
thorsten.butz.io
Good try. Can you also explain the difference between the „white cyclops“ and the „black cyclops“? 😂
thorsten.butz.io
Here’s a little quiz:
Can you explain the meaning of the different account icons in the "Microsoft Athenticator" app?
Here is 3 of 3 !
thorsten.butz.io
Here’s a little quiz:
Can you explain the meaning of the different account icons in the "Microsoft Athenticator" app?
Here is the 2 of 3 !
thorsten.butz.io
Here’s a little quiz:
Can you explain the meaning of the different account icons in the "Microsoft Athenticator" app?
Here is the 1 of 3 !
thorsten.butz.io
The #OTP module is extremely helpful, particularly in test environments with numerous MFA-enabled accounts. No need to fiddle around with smartphones anymore, which is extremely helpful in seminars and workshops.
#powershell #mct

Check it out, let me know what you think!
Get-Item -Path *.png | Read-OTPQRCode | Get-OTPCode -IncludePath -ShowUI Screenshot of Proton Authenticator displaying the OTP codes of test accounts
thorsten.butz.io
I have created a module to manage #OTP authentication. It can also be used as an excellent testing tool in lab environments and for normal daily authentication.
Install-Module -Name OTP

You can find some guidance on the project site.
github.com/thorstenbutz...

#powershell
New-OTPSecret -Label 'NCC-1701:spock@star.trek' -Issuer 'StarFleet' -SaveQRCode spock.png -ShowQRCode Read-OTPQRCode -Path .\spock.png | Get-OTPCode # -ShowUI