diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index eed66b50..26062735 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -1,3 +1,17 @@ +<# + .SYNOPSIS + Download the latest Sophia Script version, depending on what Windows or PowerShell versions are used to + E.g.: if you start script on Windows 11 via PowerShell 5.1 you will start downloading Sophia Script for Windows 11 PowerShell 5.1 + + .EXAMPLE Download Sophia Script only + irm git.io/JE1pt -useb | iex + + .EXAMPLE Download Wrapper only + iex "& {$(irm git.io/JE1pt -useb)} -Wrapper" + + .NOTES + Current user +#> [CmdletBinding()] param (