TIP: Convert Word Document to HTML

Converting Word documents to HTML can be an essential task, especially for web developers and content creators who need to maintain the formatting and structure of their documents online. One powerful tool for this purpose is Mammoth, a library designed to convert .docx files to clean and simple HTML. How do you do conversion from…

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…