pgb wrote:
Hello!
I want to install SSMS on the server
I run the PS script, but it exited with an error.
I run the script a second time but I get a different error:
PS C:\Hyper-V\SSMC_3.8> .\SSMC-Hyper-V-Installer.ps1
New-Variable : A variable named "COPYRIGHT_NOTICE" already exists.
C:\Hyper-V\SSMC_3.8\SSMC-Hyper-V-Installer.ps1:160 знак:1
+ New-Variable -Name "COPYRIGHT_NOTICE" -Value "(C) Copyright 2018 Hewlett Packar ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceExists: (COPYRIGHT_NOTICE:String) [New-Variable], SessionStateException
+ FullyQualifiedErrorId : VariableAlreadyExists,Microsoft.PowerShell.Commands.NewVariableCommand
How can I correctly run the script to reinstall?
Delete the VM and try again. That's how you reinstall the appliance
