Hi @Sujit Pochampalli ,
uninstalling/removing an Azure VM extension for 500 VMs should be possible using PowerShell.
- Get all VMs (Get-AzVM)
- For each VM run Remove-AzVMExtension
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten