https://github.com/eat-sleep-code/powershell.iis
PowerShell script with functions to automate the setup of developer workstations.
https://github.com/eat-sleep-code/powershell.iis
Last synced: about 2 months ago
JSON representation
PowerShell script with functions to automate the setup of developer workstations.
- Host: GitHub
- URL: https://github.com/eat-sleep-code/powershell.iis
- Owner: eat-sleep-code
- Created: 2013-03-13T22:52:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T17:03:57.000Z (over 12 years ago)
- Last Synced: 2025-01-19T12:48:33.870Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PowerShell script with functions to:
Create An IIS Website
• Setup Folder
• Create Application Pool (Setting Appropriate .NET Version, Pipeline Mode, Etc.)
• Create New Website
• (Optionally) Create Virtual Directories
• Log Creation Steps
• (Optionally) Force Overwrite Of Website Content
Remove An IIS Website
• Remove Website
• Remove An Unused Application Pool
• (Optionally) Remove The Folder, Recurses To Check For Empty Parent Folders
• Log Removal Steps
Prepare TFS Environment
• Create A Mapping Between TFS Folder And Local Folder
• Get Latest Code From TFS Folder
• Set Appropriate Permissions For Runtime
Bulk Actions
• Process IIS Website creations (or removals) in bulk by reading from an XML file (either local or web-hosted).
• Process TFS mapping and download in bulk by reading from an XML file (either local or web-hosted)