Skip to content

sysadmintutorials/windows-basic-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

windows-basic-webserver

This script is used to install Microsoft Windows IIS, followed by creating a basic index.html file.

The webpage will display the hostname, local IP address as well as "I am a basic web server created by Sysadmintutorials, enjoy" text

Pull and Execute straight from Github

Run the following command within Powershell:

Note

  • ExecutionPolicy Bypass allows the script to run even if PowerShell has execution restrictions.
  • IIS uses C:\inetpub\wwwroot as the default path for the website.
  • Make sure the server has internet access to fetch the file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published