Entries by Laszlo Bocso

Dr. Scripto

Once upon a time, in a distant, magical IT academy, the most talented system administrators and script masters were trained. At this academy, there was a special day that every student awaited with a mix of excitement and fear: the PowerShell exam day. The exam was conducted by the legendary, albeit slightly eccentric professor, Dr. […]

Streamlining Your Move to the Cloud: PowerShell Script for Mailbox Migration to Microsoft 365

As organizations transition to cloud-based solutions, migrating mailboxes to Microsoft 365 (formerly Office 365) is a common task. While the process can be complex, PowerShell provides powerful tools to automate and simplify this migration. In this post, we’ll explore a script that helps you migrate on-premises Exchange mailboxes to Microsoft 365. The Problem: Manually migrating […]

Funny Updater

Once upon a time, in a magical IT kingdom, there lived a talented but somewhat forgetful system administrator named Geza. Geza spent his days tending to the servers and keeping the network in order. One fine day, as the sunlight streamed through his window, Geza noticed that one of the servers, which he had named […]

Monitoring System Performance with PowerShell: A Simple Script for IT Professionals

As an IT professional, keeping track of system performance is crucial for maintaining a healthy and efficient computing environment. PowerShell provides an excellent platform for creating custom monitoring solutions. In this post, we’ll explore a PowerShell script that monitors key system metrics and logs them for analysis. The Problem: You need to regularly monitor CPU […]

The Importance of Documenting Your PowerShell Scripts

As PowerShell continues to be a crucial tool for IT professionals and system administrators, the significance of properly documenting your scripts cannot be overstated. Well-documented scripts are easier to understand, maintain, and share with colleagues. In this blog post, we’ll explore best practices for documenting PowerShell scripts and why it’s essential for your workflow. Every […]

Windows PowerShell versions

Windows PowerShell has come a long way since its initial release in 2006. This powerful scripting language and command-line shell has become an essential tool for system administrators and power users alike. Let’s take a journey through the various versions of PowerShell and explore their key features and improvements. Version Release date Notes PowerShell 7.2 […]