PowerShell – Report on AZURE SQL Servers in Organization

Azure SQL Database is a powerful, scalable, and cloud-based relational database service offered by Microsoft Azure. Managing these databases efficiently in a large organization can be challenging. Keeping track of Azure SQL Servers, their configurations, and usage is crucial for effective management. PowerShell can be your ally in this task, helping you automate the process…

TNS:could not resolve the connect identifier specified

  In the realm of database management and administration, Oracle remains a stalwart player, powering countless applications and systems worldwide. When working with Oracle databases, PowerShell has emerged as a versatile tool for managing and automating tasks. In the recent past we have given a task to connect oracle database and run the stored procedure…

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…

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…