Skip to the main content.

Aleksandar Nikolić and Dr. Tobias Weltner

Tobias Weltner and Aleksandar Nikolić joinly wrote the blog post series 'Tobias&Aleksandar's PowerShell tips'. So we introduce both of them here:
----------------------------
Aleksandar Nikolić is a Microsoft Azure MVP and co-founder of PowerShellMagazine.com, the ultimate online source for PowerShell enthusiasts. With over 18 years of experience in system administration, he is a respected trainer and speaker who travels the globe to share his knowledge and skills on Azure, Entra, and PowerShell. He has spoken at IT events such as Microsoft Ignite, ESPC, NIC, CloudBrew, NTK, and PowerShell Conference Europe.
----------------------------
Tobias is a long-time Microsoft MVP and has been involved with the development of PowerShell since its early days. He invented the PowerShell IDE "ISESteroids", has written numerous books on PowerShell for Microsoft Press and O'Reilly, founded the PowerShell Conference EU (psconf.eu), and is currently contributing to the advancement of PowerShell as member in the "Microsoft Cmdlet Working Group". Tobias shares his expertise as a consultant in projects and as a trainer in in-house trainings for numerous companies and agencies across Europe.

November 27, 2024 - 6 min read

Encoding vs encryption? Understand the difference and choose wisely!

Understanding encoding vs encryption is essential for robust data security. But what is the...

November 20, 2024 - 6 min read

Enhancing SecureString security: Best practices on different platforms

How does Windows keep SecureString safe? Dive deeper into encryption methods and uncover...

November 18, 2024 - 6 min read

Cross-platform encryption risks with .NET's SecureString

Think your SecureString is safe? Not on all platforms! Discover the risks of cross-platform data...

November 5, 2024 - 4 min read

For more clarity: Convert PowerShell error records into actionable data

Tired of juggling PowerShell error handling? Discover how to simplify your workflow with a...

October 30, 2024 - 3 min read

What's catch without try in PowerShell? It's a trap – Read how to use it!

Are you familiar with try...catch error handling? What is a catch block without a try block? It's a...

October 30, 2024 - 3 min read

Seamless PowerShell: Handle errors without missing a beat!

As $error is a global variable, consider using your own logging variable for error handling so you...

October 29, 2024 - 2 min read

Power up your PowerShell: Stream errors to your custom handler

Here comes the next strategy to handle errors, after learning about realtime and delayed error...

October 1, 2024 - 5 min read

Discover PowerShell’s hidden formatting features

Discover PowerShell's hidden configuration variables! In tip #13, we delve into $ofs and ...

October 1, 2024 - 2 min read

PowerShell hacks: Disable annoying confirmation prompts

Tweak your PowerShell scripts with essential preference variables! Use $ConfirmPreference = 'None'...