This project involved replacing the IIS (HTML and .NET) web server with an updated Windows Server, automating the creation and removal of students access, and documenting the creation and removal of students access to the machine.

WASP-NEW will be replacing WASP server in the fall semester. This new server will allow users to run HTML and .NET applications. To prepare the WASP-NEW for fall semester, following steps were taken:

– Install Windows Server 2008 R2
       – add IIS server role
             – ASP.NET feature
             – FTP feature
       – add file service role
– Install SQL
– Install PowerShell 3.0
– Update script for student & instructor account creation
       – create folders
       – add users to IIS account
       – add users to FTP account
– Write script to compress and delete folders older than 365 days
       – compress the folders into backup folder
       – delete the folder from ads folder

Project Student:  Sandeep Penaich

Author