Hi @Franklin Muthuswamy ,
maybe chocolatey is an option:
https://chocolatey.org/packages?q=fslogix
Chocolatey could be installed via Custom Script Extension.
# Install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# install FSLogix with chocolatey
choco install fslogix -y
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten