You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
But at the moment this plugin targets only "IISADMIN" – the IIS 6 Management Compatibility which isn't installed by default with IIS itself, even on 2012R2.
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.
The text was updated successfully, but these errors were encountered: