We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error logs Cluttering windows event logs - Need to convert the error log to at least warning if not info
The text was updated successfully, but these errors were encountered:
is there a way to disable stats of the web service cache? I'm experiencing this error as well.
$strComputer = "." $objWMi = get-wmiobject -computername localhost -Namespace root\CIMV2 -Query "Select * from Win32_PerfRawData_W3SVC_WebServiceCache" foreach ($obj in $objWmi) { write-host "Name:" $obj.Name }
results in:
Name:
Sorry, something went wrong.
Any updates on this please?
Successfully merging a pull request may close this issue.
The following error logs Cluttering windows event logs - Need to convert the error log to at least warning if not info
File iis.go - line numbers 1344 and 1600
The text was updated successfully, but these errors were encountered: