Is there any way to check isapi and CGI filters are installed or not. I want a C# program that check these filters are installed or not. Is there any registry check exists? Or any other way to check.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This information is certainly available in the
ServerManagermodule with PowerShell (PSH, on Server 2008 R2):results in, on a server here:
Which means using a PSH
Runspaceand the PSH runtime would be a way to get this.