Public Notes
on
histre
IIS: Manage multiple certificates on multiple Web servers | TechNet Magazine
technet.microsoft.com
PS IIS:\AppPools> $demoPool = Get-Item IIS:\AppPools\DemoAppPool
PS IIS:\AppPools> $demoPool.processModel.userName = "DemoAppPoolUser"
PS IIS:\AppPools> $demoPool.processModel.password = "Secret!!Pw3009"
PS IIS:\AppPools> $demoPool.processModel.identityType = 3
PS IIS:\AppPools> $demoPool | Set-Item
#powershell #iis #apppool #identity #users #security #setup #automation #pub
Show More
NuGet Package of the Week: FluentAutomation for automated testing of Web Applications - Scott Hanselman
www.hanselman.com
#automation #c# #dotnet #testing #unit-testing #unittest #pub
Show More
Collect and share the web
Get started for free