Python – Reading SharePoint List Delegated Application Permissions

SharePoint is a powerful platform for collaboration and document management, extensively used in organizations to streamline workflows and improve productivity. To interact with SharePoint resources programmatically, developers often use access tokens. In this blog, we will explore how to read SharePoint lists using delegated access tokens, which allows applications to access resources on behalf of…

Assign Graph Permissions to Managed Identities

Azure Managed Identity provides a secure and convenient way to authenticate applications and services within the Azure ecosystem. With Managed Identity, you can easily authenticate your application with various Azure services, including Microsoft Graph. By assigning the appropriate permissions to your Managed Identity, you can control access to Graph resources and ensure secure interactions. The…

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…