Showing posts with label Windows Server. Show all posts
Showing posts with label Windows Server. Show all posts

Wednesday, September 5, 2012

Improvements to the Windows Server 2012 OS

With Windows Server 2012 becoming available in the coming days, it's important to take a look at the changes to the OS to support networking. The primary purpose of the OS is to support private cloud implementations, as well as to take Microsoft's virtualization technologies to another level. To accomplish these goals, Microsoft has had to address a couple of issues that have limited the Windows Server OS in the past.

First of all, Microsoft has introduced NIC Teaming as a software solution. Historically, NIC teaming has been a feature brought to the data center by the hardware vendor, and I expect that to continue. Personally, my experience has been to stick with certain hardware-based solutions rather than jump in up to my neck with software-based solutions. That said, there have been times that Microsoft has provided an adequate vendor-agnostic solution. Time will tell if they've achieved that goal with their NIC Teaming solution. One of the better articles on this feature can be found here: http://blogs.technet.com/b/privatecloud/archive/2012/06/19/nic-teaming-in-windows-server-2012-brings-simple-affordable-traffic-reliability-and-load-balancing-to-your-cloud-workloads.aspx. Essentially, it comes down to fault-tolerance and load-balancing, and the advantages of being able to mix and match hardware from different vendors.

The other aspect of Windows Server 2012 networking features that you should look at is the VLAN support in Hyper-V. It's no secret that Microsoft is tackling a number of challenges in the virtual network and virtual machine space to challenge the industry leader in network virtualization and "Infrastructure as a Service" with this release. To do that, Microsoft has had to beef-up their virtualized network offerings. Once again, time will tell if they have succeeded or not, but for those intrepid souls willing to take the leap, at least in a lab environment, I'd point you at this article by one of the more respected folks in on the MS side of the table, Deb Shinder. Her in-depth analysis can be found here: http://www.windowsnetworking.com/articles_tutorials/Windows-Server-2012-Network-Virtualization-IaaS-On-Premises-Hosted-Private-Cloud-Infrastructure-Part2.html

These two features are merely a starting point for one's exploration of the networking features, but these two should be enough to pique the interest of the Data Center admins. Have fun in the lab!

Thursday, September 29, 2011

How To: Set Up Windows Sever 2008 & R2 Accidental Delete Protection

Windows Server 2008 and Windows Server 2008 R2 have the ability to protect objects from accidentally being deleted. This feature is extremely helpful in environments where there are numerous Administrators making many changes. This feature may also be useful in a smaller environment with less experienced Administrators.

To use this feature, simply launch Active Directory Users and Computers by typing dsa.msc and press Enter, in the Search Programs and files box, as demonstrated below:


To create a new Organizational Unit and protect it from being deleted, simply right-click on the location for the new OU and name it and remember to select the Protect container from accidental deletion as displayed below:

If you have users or groups that you would like to protect against accidental deletion, you can add this protection.   First you will need to turn on the Advanced Features of Active Directory Users and Computers.  To accomplish this select the View menu and then select Advanced Features as illustrated below: 
 
Then open the properties of the user or group that you would like to protect.   Click on the Object tab and select the Protect object from accidental deletion box.  The sample below is of a user object.

Essentially, this feature denies the Everyone group the Delete all child objects permission in the DACL (Discretionary Access Control List).  This disallows Everyone, including members of the Administrators group, from deleting any object that is set to be protected from accidental deletion.  The permission can be reversed by a user that possesses the Full Control permission to the object.  The user would simply remove the check in the box to the left of Protect object from accidental deletion or would  remove the Access Control Entry from the DACL.    An example of the Access Control Entry is below:
It is a great feature that the system has that will prevent some human errors from occurring.  Even though it is possible to delegate the permissions to control who can delete objects, it is still possible for accidental deletions to occur.  This feature forces an administrator to re-evaluate whether an object should be deleted.  If it should be deleted then the administrator can set the permissions appropriately and delete the object. 


- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Wednesday, March 2, 2011

Continuing Exploration: IIS 7.0 and 7.5

I'm continuing my exploration of IIS 7.0 (Windows Server 2008) and 7.5 (Windows Server 2008 R2). These implementations of IIS are a serious departure from the legacy versions 6.0 and earlier. Microsoft's clearinghouse for IIS information is http://www.iis.net/.

There are several things here that will engage both the serious IIS admin and the casual web hobbyist. Obviously, if you want to supplement what you pick up in the 6427 IIS Administration course, explore http://www.iis.net/. Lot's of FAQ's and "not so frequently asked questions", as well.

After you're done there, you can explore the forums and the blogs of the IIS team.

A couple of other things that I'd ask you to check out. The first one is the Microsoft Web Platform Installer (http://www.microsoft.com/web/downloads/platform.aspx). This tool makes it very easy to install any number of different extensions and web apps to IIS.

The other I'd like to mention in this installment is FastCGI. Here is the link (http://www.iis.net/download/fastcgi) for the latest FastCGI install for IIS 7.0 (links for IIS 6.0 and 5.1 is available here as well).


- Bob Reinsch, Microsoft Exchange/Windows 7 Expert; MCT, MCITP LinkIn with Bob

Bookmark and Share