How to configure IIS for PSWeb Authorization Rule, so that specific user / computer and configurationname is mentioned, apart from ps command

Manish Chawda 431 Reputation points
2021-06-28T09:56:33.613+00:00

Hi,

While configuring PSWeb, we use Add-PswaAuthorizationRule with which we mention Username / Computername and Configurationname. Can I configure the same within IIS instead of PS command ? If yes, How

Kindly advise

Manish

Windows development Internet Information Services
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. CitrusYan-MSFT 151 Reputation points
    2021-06-30T07:39:21.727+00:00

    Looks like you’re using the PowerShellWebAccess -> Add-PswaAuthorizationRule cmlet to add a new authorization rule to the Windows PowerShell® Web Access authorization rule set. And you want to do the same thing using the IIS Manager, is that correct? In that case, as far as I am aware, IIS manager doesn’t have such feature. Instead, from my perspective, it should be configured at the Windows Server level.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Manish Chawda 431 Reputation points
    2021-07-05T06:33:00.747+00:00

    As you have mentioned "it should be configured at the Windows Server level" let me know how to do it ?

    0 comments No comments

  2. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-07-06T14:55:27.337+00:00

    As PSWeb Authorization is just an application installed in IIS and has its own configuration logic, you can not configure it with IIS.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.