Tuesday, December 16, 2014

MCSE Studying - Week 29

Overview
Week 29 of my studies was quite a routine week of live, online classroom learning as I continued the 70-412 and 70-414 classes through KnowledgeNet. I also took a little time to start doing a detailed map of all of the 70-410 exam requirements so that I can start seeing where I need to focus my attention.

Cool Stuff
The coolest thing from week 29 was the chance to further cement my knowledge of DNS security. DNS security is accomplished through a variety of means, including randomizing the DNS socket pool, DNS cache locking, and DNSSEC, to name but a few. DNS is definitely one of the critical services that all sysadmins need to know if they want to secure their career.

PowerShell cmdlet of the Week
I once again failed to come up with a cmdlet to cover this week, so I turned to my peers and took suggestions as to which cmdlet I should cover this week. I know they are relatively simple ones, but I use one of them quite regularly. They are:

Restart-Computer
Stop-Computer

Restart-Computer is one of those cmdlets that I use all the time, usually to reboot a server after using Add-Computer to join it to the domain. The other place I used it was in a script that, among other things, performed a maintenance reboot on a group of computers that were used to display flight schedule information in common areas. The line in the script was:

Restart-Computer -ComputerName DisplayPC01,DisplayPC02,DisplayPC03 -Force -Wait

This had the advantage of forcing an immediate restart of the remote computers, and, at least in the ISE, displayed a status bar showing how many of the computers had successfully restarted. This last part, using the -Wait switch, meant that I would not be returned to the PowerShell prompt until after the computers had rebooted. This saved me the hassle of walking around the building to check and see if they had rebooted.

The second cmdlet, Stop-Computer has similar usage, but instead of rebooting the machine, it will shut it down.

I may actually create a small script to shut down the various training and testing environments in my lab. This would be a time saver, as in the past I have had to shut down as many as 12 servers in order to switch to a different training environment, say, between 70-411 and PowerShell. The script might look something like this:

Stop-Computer -ComputerName PS-Member01,PS-FileServer01,localhost -Force

I'll let you know how that works out.

Stats
Total time studying: 13 hrs.
  • 70-410: 1 hr.
  • 70-412: 6 hrs.
  • 70-414: 6 hrs.
Resources used:

In Closing
The hours spent studying this week were a little lower than I would like. I will need to refocus on carving out the time to study and get back into the books. While I am enjoying having time to study, I am starting to miss having real world challenges to work on. Soon enough, soon enough.

Have a great week everyone!

Monday, December 8, 2014

MCSE Studying - Week 28

Overview
Week 28 of my MCSE studies was a much better and less chaotic week than the previous few. I started two live KnowledgeNet courses: 70-412 (Configuring Advanced Windows Server 2012 R2 Services), and 70-414 (Implementing an Advanced Server 2012 R2 Infrastructure). I also finished three chapters in the 70-411 Training Guide, discovering a change to Windows Server 2012 R2 between when the book was published, and when I did the practice exercises at the end of one of the chapters. I won't cover that change here, but I'll put it up on my other blog: The Frozen Geek.

Cool Stuff
The coolest thing from week 28 wasn't anything specific, but just the chance to start learning about Microsoft System Center 2012 R2. Taking the 70-414 course has further cemented the thought that becoming an enterprise systems administrator (2000+ users) is definitely one of the career paths I am going to consider for myself over the next couple of months!

PowerShell cmdlet of the Week
I know that in last week's blog post I had said that I would get back on track this week, but I'm afraid that just isn't going to happen. Quite simply, I didn't find a PowerShell cmdlet from last week that was new or cool enough. So, rather than pick a random PowerShell cmdlet, I'll just hold off until next week.

Stats
Total time studying: 17 hrs. 5 min.
  • 70-411: 5 hrs. 5 min.
  • 70-412: 6 hrs.
  • 70-414: 6 hrs.
Resources used:

In Closing
This was a much better week for studying! I must thank my beautiful, supportive wife for kicking my butt into gear on Friday when I really didn't feel like studying. Thanks to her, I got just over 5 hours of study time in the 70-411 Training Guide! It is very important to have someone in you life, whether it be a friend, co-worker, or family member that can keep you on target when pursuing your goals.

Have a great week everyone!

Thursday, December 4, 2014

MCSE Studying - Week 26 & 27

Overview
It has been an incredibly busy few weeks, so this post is really late. During week 26 of my MCSE studies I completed the three Live Learning courses from KnowledgeNet and attended a live recording of the PowerScripting Podcast. I did not accomplish any studying during week 27 due to the fact that I was working out of town for most of the week. I did, however, manage to get my article on PowerShell written and submitted before the deadline.

Cool Stuff
I think that the coolest thing from week 26 was the live recording of the PowerScripting Podcast for the WMF5 Pre-release Party with Jeffrey Snover and John Slack from Microsoft. It was fantastic to be able to attend a live recording with these two awesome individuals.

PowerShell cmdlet of the Week
Apologies, but there isn't going to be a PowerShell cmdlet of the week this time. I'll make sure I get back on track for next week though.

Stats
Total time studying: 19 hrs. 30 min.
  • PowerShell: 1 hrs. 30 min.
  • 70-411: 6 hrs.
  • 70-413: 6 hrs.
  • 70-341: 6 hrs.
Resources used:


In Closing
The details of the past couple of weeks have largely escaped me, probably due to the heavy workload. and the fact that I have been quite tired. I will be getting back on track this coming week and will hopefully be able to add some more details in my next post.

Have a great week everyone!