Top 10 IT Issues, 2015

I am reading a new article about the most important challenge in IT environments, i suddenly found this article which has covered significant issue in 2015 . Also i have posed to top 10 IT issue in 2015 after this link
source

Top 10 IT Issues, 2015

  1. Hiring and retaining qualified staff, and updating the knowledge and skills of existing technology staff
  2. Optimizing the use of technology in teaching and learning in collaboration with academic leadership, including understanding the appropriate level of technology to use
  3. Developing IT funding models that sustain core service, support innovation, and facilitate growth
  4. Improving student outcomes through an institutional approach that strategically leverages technology
  5. Demonstrating the business value of information technology and how technology and the IT organization can help the institution achieve its goals
  6. Increasing the IT organization’s capacity for managing change, despite differing community needs, priorities, and abilities
  7. Providing user support in the new normal—mobile, online education, cloud, and BYOD environments
  8. Developing mobile, cloud, and digital security policies that work for most of the institutional community
  9. Developing an enterprise IT architecture that can respond to changing conditions and new opportunities
  10. Balancing agility, openness, and security

 

Active Directory Replication Types

I find myself quite often trying to keep straight all the different replication activities that can occur within an Active Directory (AD) domain.

There is:

Intrasite Replication
    Urgent Replication
    Intersite Replication
    Intersite Change Notification Replication
    Reciprocal Replication
    Immediate Replication
    Manual Replication

Continue reading “Active Directory Replication Types”

Can I Virtualize ALL My DC’s In the Domain?

With the advent of Windows Server 2012 R2, Microsoft has worked diligently to provide support for virtualization and allow corporations to reduce costs by virtualizing as much hardware as possible. New features in 2012 R2 help prevent USN rollback and/or Lingering objects via the new VM-Generation ID.  If a guest o/s is restored from a snapshot the VM-Generation Id that is stored in the DIT (msDS-GenerationID attribute on the DC’s computer object) is compared to the value on the Host.  If they don’t match then the Invocation-Id is updated with a new value and any RID’s from the machine are replaced with a new set from the RID Master.

So the question is, “Do I need a physical DC in my Domain?”  Continue reading “Can I Virtualize ALL My DC’s In the Domain?”

DNS Zone Types Explained

Ace here again. I thought to touch base on DNS zones, and more so, focus on what AD integrated zones are and how they work. This blog almost mimics my class lecture on this topic. Check back for updates periodically, which I will notate with a timestamp above with whatever I’ve added or modified.

This topic was also briefly discussed in the following Microsoft Technet forum thread:
Technet thread: “Secondary Zones?”
http://social.technet.microsoft.com/Forums/en-US/winserverNIS/thread/c1b0f3ac-c8af-4f4e-a5bc-23d034c85400

source: http://blogs.msmvps.com/acefekay/2013/04/30/dns-zone-types-explained-and-their-significance-in-active-directory/

10 Reasons Why Group Policy Fails to Apply

Group Policy can be difficult to design, implement, and troubleshoot unless you are fully aware of the foundational concepts that drive Group Policy with Active Directory. There are many moving parts with Group Policy, not to mention the reliance that Group Policy has on Active Directory functioning properly. When making changes within a Group Policy Object (GPO) in hopes for a desired outcome, only to have Group Policy not working correctly can be very frustrating.

many article is founded in internet about its problems. one of the best articles about reason for failing apply GPO is writen by derek melber. please check these links

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part1.html

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part2.html

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part3.html

thanks by www.windowsnetworking.com

Server 2008R2 SP1 reboot and Srv2.sys Driver Hotfix

last week , i try to work with Windows 2008 R2 server but my system restart frequently . after research i find Reboot problem. If these servers are using File Share or SMB v.2, srv2.sys may cause this problem.

Srv2.sys driver is root cause of this problem.

This is SMB 2.0 server driver. You can download hotfix KB2552033  for Windows Server 2008 R2 SP1 with your own risk until Microsoft officially release it.