Hi,
Don't know if this is the right forum for it, but I'm testing the Windows Powershell Web Access and having some trouble to configure...
Scenario:
- Windows Server 2012 Standard (Virtual server name win2012.domain.local)
- Domain joined
- Windows Update up to date
- Installed Windows PowerShell Web Access using the "Add Roles and Features" (Added necessary features too)
- Used Windows PowerShell to: Install-PswaWebApplication –useTestCertificate
- Then used: Add-PswaAuthorizationRule -UserName Domain\user -ComputerName win2012 -ConfigurationName Microsoft.Powershell
- When I try to open the https://win2012/pswa in my computer (Windows 7, same domain) it opens with no problem.
- When I try to login it gives me this error:"Access to the destination computer has been denied. Verify that you have access to the destination Windows PowerShell session configuration. This error can also occur if Windows PowerShell remote management has been disabled on the destination computer."
- Already used: Enable-PSRemoting -Force
- Already tried enabling Remote Desktop and adding my user to it
And no joy......
Any1?