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…

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…