I have been working on this for while but I am truly happy to announce that I have released a new book. PowerShell for Beginners. In our day and age, working as an IT Pro or even a developer, PowerShell is not a subject that can be missed. I encourage […]
Blog
Understanding the Lab Kit The Microsoft Intune and Microsoft Configuration Manager Evaluation Lab Kit serves as a powerful tool for IT professionals. It allows them to evaluate and explore the capabilities of Microsoft Intune and Configuration Manager. Here are the key points: 1. Unified Platform for Endpoint Management: – The […]
Automating PowerShell Scripts with Windows Task SchedulerAutomating PowerShell Scripts with Windows Task Scheduler 1. Using Task Scheduler (Graphical Interface) Open Task Scheduler: – Click on Start and type “Task Scheduler” to open it. – Alternatively, find it in the Start Menu under Windows Administrative Tools (or Windows Tools in […]
As IT professionals, we perform numerous tasks daily. While automation is crucial, we often wonder if the time invested in scripting pays off. Let’s address this by leveraging AI. Consider a common scenario: managing Azure resources. We want to identify resources lacking proper tags (such as username and environment). Instead […]
PowerShell Copilot is a community-developed module that extends the capabilities of PowerShell by integrating with the GPT-4 language model. This innovative tool is designed to assist users in generating code quickly and efficiently, leveraging the vast repository of code available on GitHub. It’s particularly useful for those new to PowerShell […]
Group Policy is a powerful tool for managing Windows environments, but keeping track of changes can be challenging. In this article, we’ll explore how to use PowerShell to monitor and identify group policy drift, ensuring that your policies remain consistent. Prerequisites Before we begin, ensure you have the following prerequisites: […]
Accessing Azure AD in PowerShell Microsoft Azure Active Directory (Azure AD) is a cloud-based identity and access management service that provides authentication and authorization for applications, services, and users. As a PowerShell enthusiast, understanding how to interact with Azure AD using PowerShell is essential. In this article, we’ll explore the […]
The first online training for PowerShell was a huge success, I actually enjoyed the discussions and the opportunity to showcase what PowerShell does.
Excited to announce a new addition to my blog: a dedicated page for my latest book, “Advanced Techniques in MSI Packaging”! 🚀 This book marks a significant milestone in my journey through the intricate world of software deployment, offering a deep dive into the realm of MSI packaging. Crafted for […]
Prepare to bid farewell to a long-standing companion as Microsoft brings the curtain down on WordPad. The technology giant recently revealed its intentions to phase out WordPad in an upcoming Windows update, with specific timing yet to be disclosed, as reported by Bleeping Computer. Since the debut of Windows 95, […]
Let’s unravel the intricacies of using Windows PowerShell to uncover the nuances between two instances of the same process running on your system. This illuminating technique involves the adept utilization of the Compare-Object cmdlet, revealing insights that might otherwise remain hidden. Imagine you’re on a quest to scrutinize and distinguish […]
Ever heard of a Custom OMA-URI? It’s like a secret admin tool in Microsoft Intune that lets you personalize the way devices are managed. Intune is pretty handy with its default settings for device management, but there are moments when you need to tweak things your own way. What is […]
The built-in Teams app for Windows is a pre-installed version of Microsoft Teams that comes bundled with the Windows operating system. This integration aims to provide users with seamless access to Teams’ collaboration and communication features right from their desktop, without the need to separately install the application. However, it’s […]