DocPowerS
banner
docpowers.bsky.social
DocPowerS
@docpowers.bsky.social
I'm a Storage and SAN SSE , Consultant, #PowerShell fanboy, #Coder and #Triathlet

I am here to meet interesting people from whom you can learn new things or find inspiration.
Languages: German and English
Reposted by DocPowerS
PowerShell 7.5.2 und 7.4.11 wurden veröffentlicht
PowerShell 7.5.2 und 7.4.11 wurden veröffentlicht
www.deskmodder.de
June 25, 2025 at 5:17 AM
Reposted by DocPowerS
@posh.guru will be on stage for #PSConfEU 2025 in #Malmö (23-26 June)!

🎙️Optimizing Visual Studio Code for PowerShell, 2025 Edition
🎙️PowerShell Runspaces Deep Dive

🎟️ Tickets and full schedule available at psconf.eu

#PowerShell #Skåne #Svenska #Sweden #IT
April 22, 2025 at 5:00 AM
Wieso wird mir aktuell soviel Fußball angezeigt, ist der Algorithmus defekt oder hat die KI ne Macke.
Mich interessiert der Schwachsinns Fußball nicht!
April 7, 2025 at 6:16 PM
Reposted by DocPowerS
If your company needs to ramp up #PowerShell skills for SysAdmins and IT Pros, invite me for 3-5 days of intense, hands-on classes. Content is client-driven and highly customized.
March 9, 2025 at 3:48 PM
Reposted by DocPowerS
PowerShell 7.6.0 als Preview 3 wurde veröffentlicht
PowerShell 7.6.0 als Preview 3 wurde veröffentlicht
www.deskmodder.de
February 22, 2025 at 7:50 AM
Work on my #powershell module for #ibmstorage & #brocade #san and traveling with the #DB
January 30, 2025 at 6:40 AM
Reposted by DocPowerS
Master secure #PowerShell scripting with Friedrich Weinmann. Gain insights into best practices for script security, including Azure Key Vault and PowerShell's Secret Management module. #PSConfEU
Secure Code Design Practices - Friedrich Weinmann - PSConfEU 2024
In this lecture, we explore secure code design practices from the perspective of a cloud solution architect at Microsoft. The speaker, Fred, expresses his pa...
youtu.be
January 27, 2025 at 6:30 AM
Reposted by DocPowerS
PowerShell 7.5.0 und 7.4.7 wurden veröffentlicht
PowerShell 7.5.0 und 7.4.7 wurden veröffentlicht
www.deskmodder.de
January 24, 2025 at 6:01 AM
Reposted by DocPowerS
The Hamburg #PowerShell User Group is happy to be joined by @funbucket.dev on Wednesday 22.01.2025 @ 18:30 CET.

This time 100% online. So feel free to sign up regardless of where you are.

#HHPSUG

www.meetup.com/hamburg-powe...
Hamburg PowerShell User Group #40 - AI, Wed, Jan 22, 2025, 6:30 PM | Meetup
Das nächste Treffen der Hamburg PowerShell User Group findet am 22.01.2025 um 18:30 Uhr statt und ihr seid herzlich eingeladen! Das Treffen findet ausschließlich online st
www.meetup.com
January 18, 2025 at 8:21 PM
Reposted by DocPowerS
PowerShell 7.6.0 mit Änderungen und Verbesserungen als Preview 2
PowerShell 7.6.0 mit Änderungen und Verbesserungen als Preview 2 - Deskmodder.de
Einen Monat lag PowerShell 7.6.0 als Preview auf der „Halde“. Jetzt hat das Team die Preview 2 freigegeben. Auch die Community von GitHub hat wieder fleißig mitgeholfen, um Fehler zu korrigieren, oder...
www.deskmodder.de
January 16, 2025 at 6:32 AM
Reposted by DocPowerS
I've pushed a big update of the PSBluesky module. to the #PowerShell Gallery. Bug fixes and new commands including support for reposting and quoting, getting likes and blocks.
January 10, 2025 at 2:49 PM
Reposted by DocPowerS
If your company wants to improve employee's #PowerShell skills, invite me for 3-5 days of intense, hands-on classes.
January 9, 2025 at 6:48 PM
Hello community, I need your help. I have a #Powershell application that uses a GUI based on WPF (xaml) as user interface. Now I would like to clean up the code a bit and move all resources (color, buttons, etc.) to a ResourceDictionary, but I am currently failing to reintegrate it, any suggestions?
December 27, 2024 at 11:18 AM
Reposted by DocPowerS
Join @guyrleech.bsky.social, an expert developer discussing the evolution of their career and the critical role of caching in ##PowerShell. Discover best practices for using arrays and hash tables to enhance system efficiency. ##PSConfEU
Caching Data in PowerShell - Guy Leech - PSConfEU 2024
The speaker starts off the session by stating that they have a unique approach and a different style of presenting. They mention their extensive background i...
youtu.be
December 25, 2024 at 4:00 PM
Reposted by DocPowerS
PowerShell's founding member, Bruce Payette, provides insights into closures and state management in scripting. Essential content for all scripters! ##PowerShell ##PSConfEU
Runspaces and Modules and Closures oh my! - Bruce Payette - PSConfEU 2024
In this lecture, we delve into the intricate topic of run spaces, modules, and closures as presented by Bruce Payette, a founding member of the PowerShell te...
youtu.be
December 20, 2024 at 2:00 PM
Reposted by DocPowerS
@lindnerbrewery.bsky.social discusses ##PowerShell error methodologies, covering error types and best practices for script reliability. Discover effective error handling techniques and explore advanced logging solutions. #PSConfEU
The art of throwing errors - Emrys MacInally - PSConfEU 2024
In the lecture, we delved into the art of throwing errors in PowerShell. Different types of errors were discussed, such as syntax errors, logical errors, sem...
youtu.be
December 16, 2024 at 6:30 AM
Reposted by DocPowerS
Finally finished a #blog post on #powershell and the usage of the try/catch blocks. Once I began using them over traditional if/else blocks, its been a game changer in error handling.

claytonerrington.com/blog/powersh...
Try to Catch PowerShell Error Handling
A guide to handling errors within PowerShell and the best approach
claytonerrington.com
December 13, 2024 at 10:37 PM
One of the advantages of traveling by #DB is that you have enough time for scripting. 😇
Current delay ~30min 🙈

#PowerShell #Script #DB #mademyday
November 26, 2024 at 8:46 AM
I asked myself what I should use in my #PowerShell #Module to recognize and understand errors, processes and so on.
Debug, Verbose, Write-Host etc., then I found this picture. I find it very interesting, but how do you do it, when do you use what? Is there a BP away from the documentary
November 23, 2024 at 3:32 PM
While the kids are doing sports, you can also do some scripting in the car 😇😜
#powershell #powershelleverywhere
#tech #scripter #pwsh
November 23, 2024 at 1:42 PM
Reposted by DocPowerS
New #PowerShell #VisualStudioCode prerelease 2024.5.1! This has the logging overhaul changes I added that removes Serilog, and we are also dropping support for 7.3 (EOS).
Please switch and test, especially if you are still using 5.1 and the last release broke it for you.
github.com/PowerShell/v...
Release v2024.5.1-preview · PowerShell/vscode-powershell
What's Changed Enhancements & Features ✨ Update the end-of-support message for PowerShell <7.4 by @andyleejordan in #5090 Implement LogOutputWindow for Logging by @JustinGrote in #5065 Squashed B...
github.com
November 19, 2024 at 12:08 AM
Reposted by DocPowerS
I always forget where the powershell history file is saved, gonna post it here so that I can look up every time :)

notepad (Get-PSReadLineOption | select -ExpandProperty historysavepath)
November 18, 2024 at 1:19 PM
I'm currently watching the #Powershellconferenceeu videos and, as always, I find them quite informative and entertaining.

#powershell #pwsh #tech #scripter
November 17, 2024 at 10:33 AM
How quickly can you check which are the respective PTFs for your #IBM #Spectrum #Virtualize #software ?

Make your life easier with #PowerShell 😉

#pwsh #tech #scripter
November 16, 2024 at 12:37 PM