IT tutorials
 
Technology
 

Windows Small Business Server 2011 : Adding and Removing Roles and Features (part 4) - Adding Features

10/11/2013 4:39:16 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

4. Adding and Removing Features

Adding or removing a feature in SBS 2011 is a very similar process to adding or removing a role. The difference is that features are independent of the roles on a server—a feature can be added regardless of the roles that are already on the computer. Again, as with adding a role, if there’s a dependency, the Add Features Wizard will automatically prompt you to add the required additional roles or features. You can also add features to a Windows Server 2008 R2 server that has the Hyper-V role installed without changing the licensing. 

5. Adding Features

Adding a feature to Windows Server 2008 R2 usually doesn’t require other features or roles, though there are exceptions.

To install the two basic features we have on every server, follow these steps:

  1. Open the Server Manager console if it isn’t already open.

  2. Click Features in the left pane of the Server Manager console.

  3. Select Add Features from the Action menu to open the Select Features page of the Add Features Wizard, as shown in Figure 17.

    Figure 17. The Select Features page of the Add Features Wizard

  4. Select the features you want to install, and click Next to begin the installation process.

  5. When the process completes, you’ll see the Installation Results page. If this page shows that one or more of your features has a pending restart, you’ll need to restart the server before continuing.

  6. Click Close to exit the wizard. Click Yes to restart the server if prompted.

  7. If your installation requires a restart, be sure to log back on with the same account you used to add the features. The installation isn’t complete until you log back on with that account. The Resume Configuration Wizard will open and complete the installation of the features you selected. Click Close when the installation is complete.

To install the same two features using the command line, use the following command:

servermanagercmd -install PowerShell-ISE Subsystem-UNIX-Apps

To install the same two features using Windows PowerShell, use the following commands:

Import-Module ServerManager

Add-WindowsFeature PowerShell-ISE, Subsystem-UNIX-Apps

In our experience, these two features can be installed together without requiring a server restart. We’ve added the preceding Windows PowerShell to our standard build configuration, ensuring that the tools we need and expect are available on all servers.


Note:

Windows PowerShell is installed by default on all Windows Server 2008 R2 servers, including Windows Small Business Server 2011. The Integrated Scripting Environment (ISE) is not installed by default, however, and is a useful addition. The Subsystem for UNIX Applications is not installed by default and is probably useful only to those who must support mixed environments where UNIX and Linux are part of the SBS networking environment.


5.1. Removing Features

Removing a feature from Windows Server 2008 R2 usually doesn’t affect other features or roles, though there are exceptions, including the .NET Framework 3.5.1 feature, which has several subsidiary features.

To remove a feature, follow these steps:

  1. Open the Server Manager console if it isn’t already open.

  2. Click Features in the left pane of the Server Manager console and then highlight the feature you want to remove.

  3. Select Remove Features from the Action menu to open the Select Features page of the Remove Features Wizard.

  4. Clear the check box of the feature you want to remove and click Next, and then click Remove to begin the removal process.

  5. When the process completes, you’ll see the Removal Results page. If this page shows a pending restart, you’ll need to restart the server before continuing.

  6. Click Close to exit the wizard. Click Yes to restart the server if prompted.

  7. If your removal requires a restart, be sure to log back on with the same account you used to remove the features. The removal isn’t complete until you log back on with that account. The Resume Configuration Wizard will open and complete the removal of the features you selected. Click Close when the wizard is finished.

 
Others
 
- Windows Small Business Server 2011 : Adding and Removing Roles and Features (part 3) - Adding and Removing Role Services
- Windows Small Business Server 2011 : Adding and Removing Roles and Features (part 2) - Removing a Role
- Windows Small Business Server 2011 : Adding and Removing Roles and Features (part 1) - Add a Role
- SQL Server 2012 : Data-Tier Applications (part 2) - Deploying a Data-Tier Application
- SQL Server 2012 : Data-Tier Applications (part 1) - Defining a Data-Tier Application
- SQL Server 2012 : Touring SSMS Through the Eyes of a Developer (part 2) - Templates, Debugging in T-SQL
- SQL Server 2012 : Touring SSMS Through the Eyes of a Developer (part 1) - IntelliSense, Query Designer
- Windows 7 : Kernel Mode Installation and Build - Installing a KMDF Driver
- Windows 7 : Kernel Mode Installation and Build - Building Featured Toaster
- Windows 7 : Kernel Mode Installation and Build - WDK Build Tools, Build Environment, Building a Project
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us