Server 2012R2 – PowerShell Web Access

Posted by Waclaw Chrabaszcz on Geeks with Blogs See other posts from Geeks with Blogs or by Waclaw Chrabaszcz
Published on Sat, 17 May 2014 02:16:34 GMT Indexed on 2014/05/26 21:30 UTC
Read the original article Hit count: 270

Filed under:
|

Originally posted on: http://geekswithblogs.net/Wchrabaszcz/archive/2014/05/17/server-2012r2--powershell-web-access.aspx

Haha … Sometimes I'm joking that there is nothing worse than Linux fanboi imprisoned in Windows engineer's body. Maybe someday I will start blogging about my noob's experiences. However let's stick to the point. Sometimes the easiest solutions are the best. After couple of tries how to reach left pocket using right hand I'm going to follow easy path. Today's plan is very easy, I'm going to take advantage of Server 2012 and install Web gateway to PowerShell console. After that I would be able execute PoSH from any device including Linux.

Install-WindowsFeature –Name WindowsPowerShellWebAccess –IncludeManagementTools
Install-PswaWebApplication –UseTestCertificate
Add-PswaAuthorizationRule –UserName * -ComputerName * -ConfigurationName *

 

Let's test it …

 

© Geeks with Blogs or respective owner

Related posts about powershell

Related posts about Server 2012