Public Notes
on
histre
NIST - Guidelines on Securing Public Web Servers
csrc.nist.gov
Using IIS SMTP on Windows 2008/2012 with Amazon SES - Amazon SES Blog
sesblog.amazon.com
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
Collect and share the web
Get started for free