Read SharePoint List to ADD and Remove members from AD Group

SharePoint, Microsoft’s powerful collaboration and document management platform, offers a wealth of capabilities for organizations to streamline their business processes. Today we will use SharePoint list together with PowerShell script to automate the process of adding and removing user from AD group. I will explain the process and provide you with sample script that you…

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…

Enable Auditing for Azure Key Vault

As we utilize Azure Key Vault for lot of our clients and some clients ask for Auditing so that they know who accesses the vault and what secret has been accessed. By default, it is not enabled but enabling auditing for your Azure Key Vault is a straightforward process. By following these steps, you can…

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…