PowerShell – Fetch Logon Scripts to Create AD group Creation and Populate

In today’s fast-paced IT environments, automation is key to managing resources efficiently. PowerShell, Microsoft’s task automation and configuration management framework, is a powerful tool for system administrators. We have got a new requirement:   Download the script from Git or PowerShell gallery from below links: Git: https://github.com/VikasSukhija/Downloads logonscript2aadgroups.ps1 PowerShell Gallery: https://www.powershellgallery.com/packages/logonscript2aadgroups Install-Script -Name logonscript2aadgroups Update…

PowerShell – AWS S3 Buckets Report

  As we have discussed in previous post below that extracting the S3 bucket report for large enterprise can take too much time if not utilizing CloudWatch. Solution – Slowness in getting AWS S3 Buckets Counts and Sizes | Tech Wizard In this post I am sharing the whole Script that we have written for…

AWS – Database Report

In the realm of cloud computing, Amazon Web Services (AWS) stands out as a powerhouse, offering a plethora of services tailored to various needs. Among these services, databases play a pivotal role in storing, managing, and analyzing data. Monitoring and reporting on these databases are crucial for maintaining performance, security, and cost-efficiency. In this blog…