Installing and Configuring PowerShell Web Access on Windows Server 8 Beta

Here are the steps for Installing and Configuring PowerShell Web Access for Test Environment on Windows Server 8 Beta

# Install PSWA Windows Feature
Install-WindowsFeature –Name WindowsPowerShellWebAccess -IncludeManagementTools -Restart
# Import PowerShellWebAccess Module
Import-Module PowerShellWebAccess
# Install and Configure https binding for PSWA Website
Install-PswaWebApplication -useTestCertificate
# Add Rules for any user to connect to any configuration on any computer
Add-PswaAuthorizationRule * * *

That’s all.
Open https://servername/pswa, enter your credentials, enter name of computer which you want to connect to (in my example it was the same server)

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark
tabs-top

Leave a Reply