SHARE
Facebook X Pinterest WhatsApp

Windows Server 2012 Review: Manageability Page 2

Written By
thumbnail Paul Ferrill
Paul Ferrill
Oct 3, 2012
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



Manageability

Reducing the cost of managing servers from a labor perspective was something of a sub-goal underneath the theme of manageability. The solution comes primarily in the form of PowerShell 3.0.

You can use the functional Server Manager GUI tool to do most, if not all, of the management tasks, but behind the scenes, there is PowerShell doing the actual work. That means you have an integrated automation tool upon which all server management is built.

Novice administrators will appreciate the extensive number of Wizards available for adding features and roles. The Server Manager tool provides quick access to this feature from the main dashboard screen. Windows Server 2012 - Figure 3 You can easily see the range of server roles and features (see Figure 3) available by walking through this process.

The main Wizard allows you to skip right to a feature if that’s where you want to go by clicking on the left-hand side of the screen on the word Feature. Once you check off the feature you want, another Wizard will launch to take you through the process of installing and configuring all the necessary details to get that feature installed and running.

PowerShell 3.0 scripts, or cmdlets, provide a wide range of management functionality. In fact, Windows Server 2012 ships with over 3400 PowerShell cmdlets.

Typing at the command line may be intimidating for some, but it brings with it the ability to accomplish much in just a single line of code. The following line of PowerShell creates a new 100GB virtual disk and replaces clicking through Windows Server 2012 - Figure 4 five Wizard screens to accomplish the same task:

New-VirtualDisk -StoragePoolFriendlyName BigData -FriendlyName UserData -Size 100GB

For PowerShell newbies there’s an Integrated Scripting Environment (PowerShell ISE) with a built-in command help facility, making it possible to explore the wide range of cmdlets in a more guided manner. You can start typing in the Name box (see Figure 4) and you’ll get a list of every command matching what you’ve typed to that point.

If you click on one of the entries, you get additional help in the lower half of the Commands pane showing the different parameters available. Required parameters are marked with an asterisk to let you know they must be provided.

thumbnail Paul Ferrill

Paul Ferrill has been writing in the computer trade press for over 25 years. He got his start writing networking reviews for PC Magazine on products like LANtastic and early versions of Novell Netware. He's been using and writing about Unix / Linux since before there was a Linux. Print publication credits include Datamation, Federal Computer Week, Information Week, InfoWorld, Network Computing, Network World, PC Magazine, and PC Computing. He's written for multiple web sites including IBM's Developerworks site. He recently had his first book published by Apress entitled "Pro Android Python with SL4A". Paul holds both BSEE and MSEE degrees and has written software for more computer platforms and architectures than he can remember.

Recommended for you...

6 Best Linux Virtualization Software for 2024
6 Best Virtual Machine Software for Windows in 2023
Host vs. Guest Operating System: What Are the Differences?
Everything You Need to Know About Windows Administrative Tools and How to Use Them
Ray Fernandez
May 24, 2023
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.