diff --git a/Install-AdobeConnect.ps1 b/Install-AdobeConnect.ps1 index ac7bdbc..76d2c0a 100644 --- a/Install-AdobeConnect.ps1 +++ b/Install-AdobeConnect.ps1 @@ -1,5 +1,5 @@ ## Specify the URL to download Adobe Connect from -$URL = 'https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2021_3_4.msi' +$URL = 'https://download.adobe.com/pub/connect/updaters/meeting/11_0/ConnectApp11_2021_3_27.msi' ## Install Adobe Connect If ( IsURLValid $URL ) { diff --git a/rmm/Install-AmazonCorretto.ps1 b/rmm/Install-AmazonCorretto.ps1 new file mode 100644 index 0000000..b4b9eec --- /dev/null +++ b/rmm/Install-AmazonCorretto.ps1 @@ -0,0 +1,2 @@ +. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1'))) +Run-Script -LivePSScript Install-AmazonCorretto \ No newline at end of file