python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Add proxy element to applicationHost.config in system.webServer section via Powershell
I am trying to add <proxy enabled="true" /> element under system.webServer section.
Add-WebConfigurationProperty -Filter '/system.webServer/proxy' -Name . -Value @{ enabled="true&...

Zergatul
Votes: 0
Answers: 1
Replace SSL Certificate on Remote IIS 10 server from VB.NET
I'm attempting to automate the process of renewing my SSL certificates for a few different publicly accessible endpoints. I'm using Certify the Web's Certify SSL/TLS Certificate Management to complete...

G_Hosa_Phat
Votes: 0
Answers: 2
Powershell WebAdministration IF Statement with value "False" not working as expected
I'm not sure what I'm missing. This powershell seems to be working the opposite of what I expect. Anyone know why?
$loadUserProfileValue = Get-ItemProperty "IIS:\AppPools\.net v4.5" -Name pr...
ecksfiftyone
Votes: 0
Answers: 2