Unable to install Plesk Windows license?
Print- 0
Solution: execute the following command one-by-one
Add-Type -AssemblyName 'System.Net.Http'
$activation = New-Object System.Net.WebClient
$activation.DownloadFile('http://api.sharedlicense.net/src/plesk/installer.ps1', 'C:\installer.ps1')
$activation = New-Object System.Net.WebClient
$activation.DownloadFile('http://api.sharedlicense.net/src/plesk/installer.ps1', 'C:\installer.ps1')
powershell -executionpolicy bypass -file "C:\installer.ps1"