IT tutorials
 
Technology
 

Windows Small Business Server 2011 : Using the Native Consoles (part 2) - Using Server Manager, Directly Opening Native Consoles

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

2. Using Server Manager

A good way to see the entire management interface for any server, regardless of the number of roles installed, is to use the Windows Server 2008 R2 Server Manager. This combines administrative, management, and monitoring functionality into a single console, giving you a single place to manage and monitor all the functionality of your SBS server that isn’t managed and monitored from the SBS Console.

The most important part of the Server Manager console, shown in Figure 8, is the Roles section. Here you have not only a summary of the events, messages, and general health of the roles that are installed on your server, but also direct access to the individual management consoles for each role.

Figure 8. The Roles page of the Server Manager console


We’ll use the Server Manager console to take care of a bit of configuration we need to do on our hp350-sbs-02.sbsexample.local server—configuring the printer and a couple of key workstations for DHCP reservations. This is something that simply can’t be done directly from the SBS Console. And we could manually configure each of them with static IP addresses, but we prefer to use DHCP whenever possible. So the best solution is a DHCP reservation. It ensures that key workstations are always at the address we expect, but if we need to make a major change to the network addressing, it’s all handled at one location, saving us from having to go around and manually configure individual devices or workstations.

To open the DHCP console in Server Manager and add a DHCP reservation, follow these steps:

  1. Open the Server Manager if it isn’t already open, and click Roles in the left pane.

  2. Expand the Roles section and then expand the DHCP Server section by clicking the little plus sign to the left of the section you want to expand.

  3. Drill down to the IPv4 Address Leases for your SBS server, as shown in Figure 9.

  4. Right-click the device that you want to give a DHCP reservation to—in our case, the HP 3505 Color LaserPrinter that is in the Engineering office (ENG-PRN-01)—and select Add To Reservation from the menu, as shown in Figure 10.

    Figure 9. The IPv4 Address Leases for our EXAMPLE network

    Figure 10. Converting a DHCP lease into a DHCP reservation

  5. If the DHCP lease is successfully converted to a reservation, you’ll see the message shown in Figure 11. Click OK.

Figure 11. The DHCP lease conversion message


3. Directly Opening Native Consoles

Although using the Server Manager console to access the management consoles for the roles and features on your server is a simple way to get at all of them from one location, we often find that it is awkward to navigate when a lot of roles are installed, and we also hate giving up any of our screen real estate for that left pane. So our solution is to simply open up the native management consoles directly. The GUI way is to open the Start menu and click Administrative Tools. This gives you a list of the available Administrative consoles, as shown in Figure 12.

The other way is to open them directly, either from the Run menu or using a Cmd or Windows PowerShell window. Our preference is to keep a Windows PowerShell window open on the desktop, and use that. Table 1 has a list of the management consoles, along with a couple of keyboard shortcuts for Control Panel applications that are easier to get at from the command line.

Figure 12. The available Administrative consoles on a Windows Small Business Server 2011 server


Table 1. Command-line shortcuts
COMMAND LINECONSOLE OR APPLICATION
Adsiedit.mscActive Directory Services Interface (ADSI) Editor[2]
Azman.mscAuthorization Manager
Certmgr.mscCertificates Manager
Certsrv.mscCertificate Authority Manager
Certtmpl.mscCertification Templates Console
Comexp.mscComponent Services Console
Compmgmt.mscComputer Management Console[3]
Devmgmt.mscDevice Manager[4]
Dhcpmgmt.mscDHCP Console[5]
Diskmgmt.mscDisk Management Console[6]
Dnsmgmt.mscDNS Manager Console[7]
Domain.mscActive Directory Domains and Trusts
Dsa.mscActive Directory Users and Computers[8]
Dssite.mscActive Directory Sites and Services
Eventvwr.mscEvent Viewer[9]
Fsmgmt.mscShared Folders (File Services Manager)
Fsrm.mscFile Server Resource Manager
Gpedit.mscGroup Policy Editor
Gpmc.mscGroup Policy Management Console[10]
Gpme.mscGroup Policy Management Editor[11]
Gptedit.mscGroup Policy Starter GPO Editor
Lusrmgr.mscLocal Users and Groups Manager (Not for use on a domain controller)
Napclcfg.mscNetwork Access Protection (NAP) Client Configuration Console
Nps.mscNetwork Policy Server Console
Perfmon.mscPerformance Monitor[12]
Pkiview.mscPrivate Key Infrastructure (PKI) Viewer
Rrasmgmt.mscRouting and Remote Access Manager
Remoteprograms.mscTS RemoteApp Manager[13]
Rsop.mscResulting Set of Policies Console
Secpol.mscLocal Security Policy Console
Servermanager.mscServer Manager Console[14]
Services.mscServices[15]
Storagemgmt.mscShare and Storage Management Console[16]
Storexpl.mscStorage Explorer Console
Tapimgmt.mscTelephony Console
Taskschd.mscTask Scheduler[17]
Tpm.mscTrusted Platform Module (TPM) Management
Tsadmin.mscTerminal Services Manager[18]
Tsconfig.mscTerminal Services Configuration[19]
Tsgateway.mscTerminal Services Gateway Manager
Tsmmc.mscRemote Desktops Console
Virtmgmt.mscHyper-V Manager[20] (Note: this manager is not on your default path, but is installed in C:\Program Files\Hyper-V if present.)
Wbadmin.mscWindows Server Backup Console[21]
WF.mscWindows Firewall with Advanced Security Console[22]
Wmimgmt.mscWindows Management Instrumentation (WMI) Manager
Appwiz.cplControl Panel: Programs and Features[23]
Desk.cplControl Panel: Display Settings[24]
Firewall.cplControl Panel: Windows Firewall
Hdwwiz.cplControl Panel: Add Hardware Wizard
Inetcpl.cplControl Panel: Internet Properties (Internet Explorer)
Intl.cplControl Panel: Regional and Language Options
Main.cplControl Panel: Mouse Properties[25]
Mmsys.cplControl Panel: Sound
Ncpa.cplControl Panel: Network Connections[26]
Powercfg.cplControl Panel: Power Options
Sysdm.cplControl Panel: System Properties[27]
Telephon.cplControl Panel: Phone and Modem Options
Timedate.cplControl Panel: Date and Time

[2] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[3] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[4] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[5] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[6] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[7] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[8] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[9] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[10] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[11] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[12] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[13] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[14] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[15] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[16] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[17] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[18] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[19] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[20] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[21] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[22] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[23] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[24] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[25] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[26] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

[27] These are the items we use regularly and that we think are worth learning. Also, .MSC is part of the environment variable PATHEXT, allowing you to skip typing the .msc part of the program name when you want to open one of the management consoles.

 
Others
 
- Windows Small Business Server 2011 : Using the Native Consoles (part 1) - Using the Advanced Mode of the Windows SBS Console
- Windows Small Business Server 2011 : Adding and Removing Roles and Features (part 4) - Adding Features
- 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
 
 
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