PowerShell Web Access 설치하기


1) 설치하기

Install-WindowsFeature -Name WindowsPowerShellWebAccess -IncludeManagementTools -Restart

Install-PSWAWebApplication -UseTestCertificate

Add-PSWAAuthorizationRule -UserName .\administrator -Computername hostname -ConfigurationName Microsoft.Powershell

2) 접속하기

https://hostname/pswa

3) 로그온하기

ID: hostname\administrator
Password:*****
Computer:hostname

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s