Silicon Shecky

Infosec Practitioner

  • About
  • Categories
    • General
    • Computers
    • Software
    • Rants
    • Security
    • Internet/Music
    • Reviews
    • Microsoft
    • Hardware
    • Mobile Computing
  • Links
    • Infosec
      • Burbsec
      • Infosec Exchange Mastodon
      • Hacks4Pancakes Blog
      • Krebs On Security
      • Bleeping Computer
  • Archives

Connect

  • Bluesky
  • LinkedIn
  • Mastodon
  • RSS
  • Twitter

[footer_backtotop]

Copyright © 2025 ·Sixteen Nine Pro Theme · Genesis Framework by StudioPress · WordPress

The catch 22

April 8, 2013 By Michael Kavka Leave a Comment

As I’ve been studying for the 70-410 Microsoft exam, I’ve come to the realization that I’m not ready, and I might not ever be.

Technology is a wondrous thing. It can take care of mundane, repetitive tasks, but only if you set it up and use it properly. It can also take over your world and control you, not quite Matrix style, but its getting there. Those of us that work in the IT field, be they developers, Network Admins, Penetration Testers, or any other number of fields, we do our best to keep up with the constant change of technology, not just for our own sake, but for societies. Someone has to know how to tame the technological beast. Certifications are a way of showing we understand the technologies out there, and have some degree of mastery over them.

Recently, there has been a challenge put forth called 90 Days to MCSA, through Microsoft learning. the goal is to get your MCSA be it in SQL, Server 2010, or Azure, in a 90 day period. I love learning (why else get into the IT field), and I love a good challenge, so I have embarked on the Server 2012 track. Over the last 10 days I have been studying for the Installation and Configuration exam (70-410) with a book from Microsoft press geared toward it. I also have a lab set up at my house for testing and doing the exercises. this should be simple you would think. Study the book, do the exercises, pass the exam. Theoretically, that is how it is supposed to go.

The problem with theories, is just that. They are theories, and real world can be indifferent to them. As I have almost finished the book (all 1600 pages of it) and done the exercises, I honestly do not feel much more ready to take the exam than I did before I started. Some of that could be because of the time frame from start to finish, which I will supplement with some other resources available to me. Some of it is that I don’t have access to any practice exams to gauge how I do on the various parts, and where my weaknesses are. Another portion is due to the face that while Server 2012 is new, and so are the exams, the books to study for it were released back in October, which means they were written while the software was still in Beta, and I have found issues with some of the exercises due to that fact (I won’t get into how many typos were in the book itself). This also leads me to a lack of confidence in taking the exam. When the official material is problematic, one has to wonder what they are actually in for.

The final issue I run into is that I like to know that I can pass the exam itself before I take it. I know others out there are like this also. We don’t want to go into that testing room and come out with a fail, especially with how much the exams cost. So we tend to push it off, time and time again, until there is new technology and new exams to take. In the mean time we get really good with the technology, but have no way of showing that little piece of paper to our employers, even though in the end it shouldn’t matter.

The question is though, when do you jump into the exam itself?

Filed Under: Microsoft Tagged With: 90days2MCSA, MCSA, Microsoft, Microsoft Press, Server 2012, Training

And the fun begins

March 29, 2013 By Michael Kavka Leave a Comment

The nice thing about training in a test environment is you can blow things up and not have to worry about it. Its more fun when the training exercise you are doing blows up in your face and you have to go from just learning mode to troubleshooting mode just to complete the exercise.

I do love learning, and I do love a challenge. I decided to take the 90 Days to MCSA challenge on figuring it would be good motivation for me to upgrade my Microsoft Certifications. I also figured that going with books from Microsoft Press, that recently came out, I would be even better off, since they would have the proper information. With all of this in mind I started off going through chapter 1 and doing the migration exercise at the end of the chapter. Piece of cake, everything went exactly as it said it would in the book. Each step worked beautifully. Coming off this success I went into chapter 2 ready for what it had to throw at me.

After reading through everything I started the first exercise which consists of  installing Server 2012 Core and then Converting to the GUI. The Core install had no issue, no problems. I get to the steps to do the conversion, and the problems started. Following step by step I went to the powershell and typed:

Install-WindowsFeature Server-Gui-Mgmt-Infra –Restart –Source c:\mountdir\windows\winsxs

To convert to a minimal GUI system, and wound up stalling out at 68% and then failing with the following information:

Install-WindowsFeature : The request to add or remove features on the specified server failed.

Installation of one or more roles, role services, or features failed.

The source files could not be downloaded.

Use the “source” option to specify the location of the files that are required to restore the feature. For more information on specifying a source location,

seehttp://go.microsoft.com/fwlink/?LinkId=243077. Error: 0x800f0906

At line:1 char:1

+ Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Source:wim:z:\ins …

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (@{Vhd=; Credent…Name=localhost}:PSObject) [Install-WindowsFeature], Exception

    + FullyQualifiedErrorId : DISMAPI_Error__Cbs_Download_Failure,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand

 

Success Restart Needed Exit Code      Feature Result

——- ————– ———      ————–

False   No             Failed         {}

 

Being the IT guy that I am, I start Googling, and find not a lot of information, or at least solutions for this problem. I figure, OK it is something with the mount directory, so lets just try and get what we need from the online source. This time I get a Could not Download from source error on the fail, again at 68%. Now we are at a point that doesn’t make sense. I can understand that after some updates, there might be an issue doing the switch from the DVD (and yes I even used the DVD itself as the source directly with the same problems), but not able to do it from the online repositories, like ti should, this has me baffled. I decide to try and delete the mountdir directory I had created in case it was looking at that at all, and of course, a bunch of files cannot be deleted due to access issues. Yeah, I know that at this point I should just reinstall server core from the start and try again, but I now have a huge challenge on my hand, and can’t let it go so easily, even though it does push back my studying schedule.

I then decide to run another round of updates on the system to see if that is why the online repositories are not able to update the system as they should be able to. I also go against what the book says, and do all updates and not just the recommended ones. Well, that of course fails also, which brings me to the point of making the decision to wipe and start from scratch or continue finding an answer to the problem. I decide to try one more thing and from a recommended link in a post on the Microsoft forums I type in:

Dism /online /enable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt

This comes back with an error 0x800f0906 which says the source file cannot be downloaded. A quick Google search for that error comes up with it relating to the .NET framework 3.5.1. I figure, enough is enough for now and decide to reload Server Core from scratch and try to do the switching without doing any updates from Microsoft. That’s the lucky thing about it being a single test machine that I have nothing to worry about on. Start again from the beginning. I am sure Microsoft never intended for this process to take over 3 hours to get running properly, but again, that is the joy of new technology, you never know what can happen.

While starting form scratch, I did a bit more research to find that this is a known problem. After the reload, and before setting any server information or doing any updates, I was able to go through the steps for switching to the Minimal Gui without the error. The big question I have is why would Microsoft make it so difficult to do the switching the first time between Core and Gui when it is one of the great new features they have touted?

Filed Under: Microsoft Tagged With: 90days2MCSA, Conversion, Core, GUI, Microsoft, Server 2012

Getting Even with the curve, maybe ahead 90 Days to MCSA

March 22, 2013 By Michael Kavka Leave a Comment

One of the major reasons I love the IT world is that its always changing, and changing relatively quickly. That means there is always something to learn.

I love learning. Anyone in IT seems to have this same love, since solving problems is learning in its purest form. then there is the learning for Certifications, which are supposed to show our IT chops. Microsoft recently released the new MCSA Server 2012 exams, and in short order Michael Bender (MVP) has issued the 90 Days to MCSA challenge. So I have decided to throw my hat into this challenge and see if I can pull this off.

There is a sign up area for this, which allows you to then participate in a community area (as compared to just read) so that everyone can help each other along the way. They give a wiki for each exam with not only what Microsoft Press books are recommended for each exam (some of the books are not even available yet), but also links to Technet articles that will help you study. The Technet links are broken down by exam objectives, making it easier to know what you are learning, and how it relates to everything.

The first exam is the 410 which is installing and configuring Server 2012. The nice thing is that there are books for this exam already. I am using the Microsoft Press book “Installing and Configuring Windows Server 2012 Training Guide” instead of the Exam Prep, mostly because the Training guide seems to go more in depth. Of course one of the things recommended is to have a lab to get hands on experience, and for the first time I have a machine I can do that with. For those that can’t, there are ways with the Virtual Academy from Microsoft to get hands on experience now also. For me though, I looked at the system requirements and found that my 5 year old machine I just decommissioned, which is an Athalon 4200 x64 dual core with 4GB ram, is powerful enough to run Server 2012. The fact that Server 2012 has low machine requirements is a definite plus for a lab setting. I still wouldn’t use the machine for production purposes.

Over the course of this challenge I will blog some progress reports, and interesting tidbits that I learn along the way, so stay tuned my friends!

Filed Under: Microsoft Tagged With: 90daystoMCSA, Microsoft, Sever 2012

  • « Previous Page
  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 248
  • Next Page »

RSS Taggart Institute Intel Feed

  • Cities reverse course on automated license plate reader cameras amid privacy concerns October 27, 2025
  • ‘There isn’t really another choice:’ Signal chief explains why the encrypted messenger relies on AWS October 27, 2025 Emma Roth
  • Hacking Team successor linked to malware campaign, new ‘Dante’ commercial spyware October 27, 2025 Tim Starks
  • QNAP warns of critical ASP.NET flaw in its Windows backup software October 27, 2025 Sergiu Gatlan
  • Italian spyware vendor linked to Chrome zero-day attacks October 27, 2025 Bill Toulas
  • Breach at Iran’s cyberspy factory results in leak of student data October 27, 2025 Connor Jones
  • Prompt injection to RCE in AI agents October 22, 2025
  • Taming 2,500 compiler warnings with CodeQL, an OpenVPN2 case study September 25, 2025
  • Supply chain attacks are exploiting our assumptions September 24, 2025
  • Use mutation testing to find the bugs your tests don't catch September 18, 2025

Browse by tags

Active Directory Android Antivirus Apple Beta Chrome Computers Exchange Exchange 2007 Firefox General Thoughts Google InfoSec Internet Explorer iOS iPad IT Linux Mac Malware Microsoft OS OSx Patches Rants SBS SBS 2008 Security Security Patches Server SMB Software Support Surface TechEd Tweets Ubuntu Verizon Virus Vista vulnerabilities Windows Windows 7 Windows 8 XP