Hi @Tellu Wsup ,
maybe this helps: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-7.1
Very simple approach:
Get-ChildItem *.zip | Expand-Archive
If you already have a script it would be helpful to post it here. It's easier to help that way.
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten