A
A
Alons2020-12-02 15:43:08
PowerShell
Alons, 2020-12-02 15:43:08

How to change IIS Authentication - Forms to Read/Write using PowerShell?

it is required to change the parameters to Read / Write using a script on powershell
Authentication - Forms
Authorixation Rules

For two parameters, I found a solution, but for those that are above, nothing .... Please tell me!

Set-WebConfiguration //System.webServer/Security/Authentication/anonymousAuthentication -metadata overrideMode -value Allow -PSPath IIS:/
Set-WebConfiguration //System.webServer/Security/Authentication/windowsAuthentication -metadata overrideMode -value Allow -PSPath IIS:/


5fc78a8001379869721804.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MaxKozlov, 2020-12-02
@Alons

isn't it?
https://stackoverflow.com/questions/13058537/config...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question