Description
Actually the IIS Health Check is missing the WWW-Publishing Service ..
When installing the IIS Feature on a Windows 2016 R2 and above Server the default IIS Service is W3SVC Running in the Background.
That's not checked ATM.
I attach the standard default features enabled with the IIS Role install as well as the Output from the missing Services.
Name : W3SVC
RequiredServices : {WAS, HTTP}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
DisplayName : World Wide Web Publishing Service
DependentServices : {}
MachineName : .
ServiceName : W3SVC
ServicesDependedOn : {WAS, HTTP}
ServiceHandle : SafeServiceHandle
Status : Running
ServiceType : Win32ShareProcess
StartType : Automatic
Site :
Container :
Name : WAS
RequiredServices : {RPCSS}
CanPauseAndContinue : True
CanShutdown : True
CanStop : True
DisplayName : Windows Process Activation Service
DependentServices : {W3SVC}
MachineName : .
ServiceName : WAS
ServicesDependedOn : {RPCSS}
ServiceHandle : SafeServiceHandle
Status : Running
ServiceType : Win32ShareProcess
StartType : Manual
Site :
Container :
Name : WinHttpAutoProxySvc
RequiredServices : {Dhcp}
CanPauseAndContinue : False
CanShutdown : True
CanStop : False
DisplayName : WinHTTP Web Proxy Auto-Discovery Service
DependentServices : {NcaSvc, iphlpsvc}
MachineName : .
ServiceName : WinHttpAutoProxySvc
ServicesDependedOn : {Dhcp}
ServiceHandle :
Status : Running
ServiceType : Win32OwnProcess, Win32ShareProcess
StartType : Manual
Site :
Container :
Can this be implemented to show the IIS Status / Health.
Thanks in advance.