Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚨 fix: warnings with Write-Host and Write-Information
- Replaced `Write-Information` cmdlet to `Write-Host` cmdlet to resolve the compatibility issue with older versions of Powershell - Fixed the warning with `Write-Host` by using the `-f` format operator to concatenate the string and the variable These changes improve the performance and readability of the script.
- Loading branch information