For those of you that are looking for a little more you can enable RDP through PowerShell. Keep in mind that enabling Remote Desktop is not supported by Symantec and not considered a best practice. Do so at your own risk.
- Open Powershell on your PC.
- At the Powershell prompt type,
Code:
set-item wsman:localhostClientTrustedHosts -value “*” - Next type,
substituting <IP address> for the IP address of your appliance and the <username> for the username of the appliance (which is probably “administrator”).Code:
Enter-PSSession -ComputerName <IP address> -Configuration Appliance -Credential <username> - You will get a login prompt. Enter the appliance credentials.
- Type
Code:
Enable-RemoteDesktop - Now try initiating a Remote Desktop connection to your appliance.