Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

PowerShell – Add Windows Feature IIS Site Management

Posted on March 14, 2016March 14, 2016 By David Kittell

If you are on a freshly installed Windows server and can’t find IIS Site Mangement try this script below.

get-windowsfeature|where{$_.name -eq "BITS-IIS-Ext"}|add-windowsfeature
get-windowsfeature|where{$_.name -eq "Web-Scripting-Tools"}|add-windowsfeature
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code PowerShell

Post navigation

Previous post
Next post

Related Posts

Get City/State/Country From IP

Posted on September 27, 2013October 26, 2015

I have a lot of possible options on this page, as I find time I’ll clean this page up a bit to make it more user friendly. C# Free, Fast JavaScript Free, Fast Microsoft SQL Using GeoPlugin.net XML Option [raw] All Values geoPlugin: geoplugin_request: 208.67.222.222geoplugin_status: 200geoplugin_credit: Some of the returned…

Read More

CentOS – WordPress Install

Posted on January 27, 2016March 18, 2016

These steps are based on CentOS Server 64-bit Download CentOS Install CentOS Configure CentOS Install WordPress Configure WordPress Backup/Restore MySQL Database Download CentOS First we must download the CentOS DVD image, it is recommended to download straight from the official CentOS site (https://www.centos.org/download/). For this document we will use CentOS…

Read More

UNIX SED – Convert Vertical List to Horizontal CSV

Posted on October 29, 2016

If you’ve had to take a vertical list to horizontal list before you know how difficult it can be. You may have a different setup than my example but the code provided below should help in most cases. ================================================== Origin URL | http://kittell.net Action URL | http://kittell.net/api User Name Field…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes
 

Loading Comments...
 

You must be logged in to post a comment.