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…