Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7710129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:02:26+00:00 2026-06-01T01:02:26+00:00

I have 100 web servers and noticed that some of them have request filtering

  • 0

I have 100 web servers and noticed that some of them have request filtering enabled for “.exe” extension. This means that if a user wants to access a .exe file with an application we ave it is blocked by the server.

Is there a way of doing any type of command line or script whereby I know which servers are affected? Currently I am testing by doing a manual check by going to internet explorer and typing in:

http://***SERVER1***/website/OFFICEPRO/2007/Office%20Professional/setup.exe

http://***SERVER2***/website/OFFICEPRO/2007/Office%20Professional/setup.exe

If I get a pop-up box stating to enter my credentials then that works. Hwoever if I get “Error Page (404)” then that does not work.

Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T01:02:33+00:00Added an answer on June 1, 2026 at 1:02 am

    You can use powershell to do this, the following should get you on your way:

    $webClient = new-object Net.WebClient
    
    gc servers.txt | Foreach-Object { 
    
        # send credentials to server
        $webClient.UseDefaultCredentials = $true;
        $url = "http://$_/website/OFFICEPRO/2007/Office%20Professional/setup.exe"
        try
        {
            $reult = $webClient.DownloadString($url)
            Write-host -fore Green $url "OK"
        }
        catch [System.Net.WebException] 
        {
            Write-host -fore Red $url $_ 
        }
    }
    

    The file named servers.txt contains the list of servers you want to check.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a loop $(.box).find('.video, .print, .web').closest('.box').each(function (index) { $(this).delay(100 * index).fadeIn(300); }); This
I have a ASP.NET web application which has more than 100 pages. Each page
I am working on an application where we have 100 of jobs that's needs
I have an asp.net mvc3 project, it has some reports in aspx web pages.
I have some strange behavior occurring in an ASP.NET application that I am trying
I have a web application that stores a lot of user generated files. Currently
We have developed a .NET web application that uses SQL Server as a backend.
I have a web server that saves the logs files of a web application
I have a web server hosting an HTTP chat application that works with long-polling.
While uploading my current project to our staging server I noticed that the Web.config

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.