AWS – Download List Price for EC2 using PowerShell

Pricing is a crucial aspect when working with cloud services, and Amazon Web Services (AWS) offers a comprehensive pricing model for its vast array of services. To navigate and analyze the pricing information efficiently, developers and cloud administrators often turn to automation tools like PowerShell. This powerful scripting language, combined with AWS’s comprehensive API, allows…

Active Directory Printer Inventory Report

Managing printers in an organization can be a daunting task, especially when you need to keep track of numerous printers across different locations. Thankfully, PowerShell Magic can come to the rescue. In this blog post, we will explore how to leverage PowerShell to generate an Active Directory Printer Inventory Report. This report will provide valuable…

AWS – Utilize PowerShell For Scripting

When it comes to managing and automating tasks in Amazon Web Services (AWS), PowerShell proves to be a versatile and efficient tool. Combining the capabilities of AWS CLI (Command Line Interface) and PowerShell, users can unleash a wide range of functionalities to streamline operations, automate processes and gain greater control over their AWS infrastructure. I…

Bulk Update Primary User for Intune Devices

In modern workplaces, laptop, tablet, mobile devices have become an essential part of the work environment. It’s crucial to have a mobile device management solution in place to ensure the security and compliance of company data. Microsoft Intune is a popular solution for managing mobile devices, allowing IT administrators to control access and protect corporate…

SET Increment Counter in ServiceNow Flow

ServiceNow Flow Designer is a powerful platform that allows users to design, automate, and manage complex workflows without the need for extensive coding knowledge. One of the key features of Flow Designer is the ability to use counter variables to keep track of iterations within a loop. In this blog, we’ll discuss how to increment…