Microsoft Virtual Academy (MVA) is hosting the “Windows Azure for IT Professionals Jump Start” at May 16th. Information and registration is available on the website: https://www.microsoftvirtualacademy.com/liveevents/Windows-Azure-for-IT-Professionals?CR_CC=200206715
I’ve attended a couple of Jump Starts and I think it’s a great way to quickly get up-to-date about a subject. Also there’s a great team of people working behind the scenes to answer questions and provide more detailed resources. Other attendees often also share their experiences and provide valuable insights.
Also it’s only been a couple of weeks since Windows Azure IaaS is live in production backed by an enterprise SLA, supported by Microsoft Support, and ready for your production applications. Therefore it is a great time to start learning more about it.
I hope to see you there.
Like this:
Like Loading...
Tags: Cloud, Free, Hyper-V, ICT, jump start, Learning, Microsoft Virtual Academy, MVA, Public Cloud, System Center, System Center 2012, virtualization, Windows, Windows Azure for IT Professionals Jump Start
The System Center Universe videos and presentations are available at http://www.systemcenteruniverse.com. I’ve only been able to browse through them a bit, but it seems very promising.
Also if you’ve missed it in the past, you might also want to take a look at the NIC 2013 (Nordic Infrastructure Conference) session at http://nicconf.com/
Like this:
Like Loading...
Tags: ICT, Microsoft, nic, nic 2013, nic2013, Nordic Infrastructure Conference, Powerpoint, ppt, pptx, presentation, System Center, system center universe, video, videos
Microsoft Virtual Academy (MVA) is hosting 3 virtualization related Jump Starts in January and February:
- Introduction to Hyper-V Jump Start (January 24th, 2013)
- Microsoft Virtualization for VMware Professionals Jump Start (January 30th, 2013)
- Microsoft Tools for VMware Migration and Integration (Late February)
I’ve attended a couple of Jump Starts including those of Office 365, Windows 8 and Windows Server 2012 already and I think it’s a great way to quickly get up-to-date about a subject. Also there’s a great team of people working behind the scenes to answer questions and provide more detailed resources. Other attendees often also share their experiences and provide valuable insights.
The links above provide include a course outline and a link to register for the Jump Start.
I hope to see you there.
Like this:
Like Loading...
Tags: Learning, ICT, Cloud, Private Cloud, Windows, Public Cloud, VMware, virtualization, Windows Server 2012, Hyper-V, Free, jump start, System Center, storage, System Center 2012, hypervisor, VMware vSphere, VMware vSphere 5.1, Introduction to Hyper-V Jump Start, Microsoft Virtualization for VMware Professionals Jump Start, MVA, Microsoft Virtual Academy, networking, high availability
I created this script to automate extracting English only MSP files from CAB files in the SCOM 2012 Update Rollup 3 (UR3) files. By default it will delete extracted non-English versions. With some minor modifications it can be used for any CAB file though, not just SCOM 2012 Update Rollup 3. It includes a lot of comments, so it is manageable and can be used for getting to know PowerShell better.
SCOM 2012 Update Rollup 3 can be downloaded here : http://catalog.update.microsoft.com/v7/site/search.aspx?q=2750631
The issue with SCOM 2012 Update Rollup 3 is that after downloading you’ll end up with a total of 41 CAB files. The large number of files is because they are for different components and in multiple languages. And what is even worse, is that the file names do not show which file is for which language.This script will extract all cab files to a subfolder and will then removes the non English ones. Below are some of the example files in Update Rollup 3 to give you an idea about the nondescriptive file names:
- all-kb2750631-amd64-console_1af57997fba722cdd3dfe4b2ddb4b8d8d829dd6f.cab
- all-kb2750631-amd64-console_3d61c9e090622b2b59ee8bf7b13b922e815bdf15.cab
- all-kb2750631-amd64-console_494a77ddaa09206f8f61ecdfb2edfcd1e82a497c.cab
- all-kb2750631-amd64-console_69bb307dbd450cfd8b732c2ac3845c9870bdc6d0.cab
- all-kb2750631-amd64-console_71c65fc2ded6769edbf610958780b5a8ac374f8c.cab
Deploying SCOM 2012 components and updates to them can be done in multiple ways: http://technet.microsoft.com/en-us/library/hh551142.aspx
Most of the work while updating will probably be updating the agents. Basically for SCOM 2012 there are 2 major ways to install agents:
- Push installation (initiated from SCOM 2012). Updates can then also be deployed from within SCOM (Remotely Manageable = Yes). Push installation is often preferred, because it is easy and also allows you to push updates to clients from within SCOM 2012. The downside however is that it also requires a lot of open ports (including RPC) which might not always be acceptable: http://support.microsoft.com/kb/2566152. Push install and update install can also consume a lot of bandwidth and depending on your architecture (b.e. WAN links), the push install might not be the best way.
- A manual installation (anything that is not a push installation). Updates cannot be deployed from within SCOM (Remotely Manageable = No). Manual installation includes running setup manually, using a GPO software install or using deployment tools like System Center Configuration Manager). Using the GUI, you cannot simply set an agent back to remotely manageable = Yes. You can change this in SQL though, but keep in mind that connectivity requirements still need to be met.
With Update Rollup 3, it is now possible to leverage WSUS / Microsoft Update to deploy updates (not the inital agent) to all SCOM 2012 components. I predict this will probably become the preferred way of updating SCOM 2012 for most companies:
+ It does not require many ports on your firewall to be opened.
+ Better bandwidth management (local WSUS, BranchCache, BITS).
+ Auto detects components on systems (component updates are not forgotten).
+ Still in control of when which updates are deployed/approved.
+ Leverage existing patch/update management procedures and systems WSUS/SCCM (standardization).
- Initial agent installation cannot be performed using WSUS.
PS: Also check these great blog posts when deploying Update Rollup 3:
Like this:
Like Loading...
Tags: Background Intelligent Transfer Service, BITS, BranchCache, CAB, cab files, decompress, extract, ICT, manual install, Microsoft, Microsoft System Center Operations Manager 2012, Microsoft Update, operations management, operations manager, Operations Manager 2012, OpsMgr, OpsMgr 2012, OpsMgr 2012 Update Rollup 3, OpsMgr2012, Patch Management, Powershell, push install, Remotely Manageable, rollup, SCCM, SCOM, SCOM 2012, SCOM 2012 Update Rollup 3, SCOM2012, service pack, System Center, System Center Configuration Manager, System Center Operations Manager, System Center Operations Manager 2012, testing environment, Update Management, update rollup, Update Rollup 3, WSUS
In a previous blog post I explained how to use PowerShell remoting to determine OpsMgr Components File Versions.
As an alternative you can also use a local PowerShell script. And what is even easier in my opinion, is creating an agent task. This means you can run the the script against multiple targets and show its result all from within the SCOM 2012 console.
The local PowerShell script can be found here. A management pack containing the agent task and the PowerShell script can be found here.
Based on internet info,these are the version numbers:
SCOM 2012 Cumulative Update 1 / Update Rollup 1 version = 7.0.8560.1021
SCOM 2012 Cumulative Update 2 / Update Rollup 2 version = 7.0.8560.1027
SCOM 2012 Cumulative Update 3 / Update Rollup 3 version = 7.0.8560.1036
SCOM 2012 SP1 beta = 7.0.8925.0
Thanks go out to Derek Har for his blog post that helped me to embed the PowerShell script in the SCOM 2012 management pack.
To give you an idea what the output looks like in SCOM 2012, here are some screenshots:

Bjorn_Tasks_Powershell-Get-SCOMfileversions_01

Bjorn_Tasks_Powershell-Get-SCOMfileversions_02
Like this:
Like Loading...
Tags: ICT, management pack, Microsoft, Microsoft System Center Operations Manager 2012, MP, operations management, operations manager, Operations Manager 2012, OpsMgr, OpsMgr 2012, OpsMgr MP, OpsMgr2012, rollup, SCOM, SCOM 2012, SCOM 2012 SP1, SCOM MP, SCOM2012, service pack, SP1, System Center, System Center Operations Manager, System Center Operations Manager 2012, testing environment, update rollup
We’re currently working hard on our SCOM 2012 environment. One of the things that need to be done, is upgrading the environment to the latest version, which is currently Update Rollup 3.
Two great blog posts are available to assist you in the upgrade process:
Unfortunately SCOM 2012 at this moment only shows the major version 7.0.8560.0 when using get-scommanagementserver or get-scomagent. For agents you can use this PowerShell command:
get-scomagent | ft computername, version, patchlist -auto
The patchlist is however not available for managementservers, which means another approach is necessary to get an overview of the upgrade status of your SCOM environment.
Since OpsMgr 2012 Update Rollup 3 is available through WSUS now for the first time, you could leverage existing WSUS reports. Depending on your environment, not all systems might be in WSUS or the systems might be using different WSUS servers.
The script I made, is based on Stefan Stranger’s blog post. The script basically works like this:
- It queries the SCOM 2012 environment for management servers and agents.
- It connects to each management server and agent using PowerShell remoting, locally checks file versions against the desired versions and returns the results.
The script can be found here:
http://bjornhouben-web.sharepoint.com/Lists/Scripts
Since I’m still pretty new to PowerShell scripting, any feedback is welcome so I can improve.
Like this:
Like Loading...
Tags: ICT, Microsoft, Microsoft System Center Operations Manager 2012, operations management, operations manager, Operations Manager 2012, OpsMgr, OpsMgr 2012, OpsMgr2012, rollup, SCOM, SCOM 2012, SCOM 2012 SP1, SCOM2012, service pack, SP1, System Center, System Center Operations Manager, System Center Operations Manager 2012, testing environment, update rollup
Since I’m currently working with System Center Operations Manager 2012 (also often referred to as SCOM 2012 or OpsMgr 2012), I needed a testing environment.
Because time is precious, I want to minimize the time and effort needed to set it up. This is what I did:
- Install and configure Hyper-V on my Windows 8 laptop.
- Deploy a VM with Server 2012 Datacenter edition.
Configure a static IP address.
Configure AD DS / domain controller role.
Configure DHCP server role.
Configure DNS server role (if desirable, include DNS forwarder for internet DNS queries).
- Download and extract the pre-configured SCOM 2012 SP1 beta VHD (running Server 2012 Datacenter edition). System Center 2012 SP1 adds Windows Server 2012 SQL Server 2012 Support.
- Create a new VM for SCOM and configure it to use the downloaded pre-configured VHD.
Configure it with sufficient virtual CPUs and memory for the DB and the SCOM components.
- Start the SCOM VM, and follow the onscreen instructions. NOTE: First time configuration took about 1-2 hours, but this might be related to my hardware. Still it might be smart to plan the installation.
- Convert the Server 2012 Datacenter edition from ServerDatacenterEval to ServerDatacenter by running an elevated CMD as administrator and issuing the following command:
DISM /online /Set-Edition:ServerDatacenter> ProductKey:<productkey> /AcceptEula
Reboot.
- Replace the SCOM 2012 evaluation license with your own license using Operations Manager Shell:
Set-SCOMLicense -ProductId “yourlicensekey“
Reboot
Check the license using the Operations Manager Shell:
Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a
- Shut down your SCOM 2012 VM.
- Shut down your AD DS / domain controller VM.
- Create a snapshot and/or export of both VM’s so you can more easily revert to a good starting point.
Also be sure to read Stefan Stranger’s blog post that goes into more detail with regards to the domain controller and automating the task for setting it up. It also includes screenshots to give you a better idea of the process.
PS: I love how Microsoft provides these pre-configured VHD’s. This has been great in the past, but now with client Hyper-V 3.0 in Windows 8 it saves me even more time because I don’t have to boot to Windows Server 2008 or Windows Server 2012 for Hyper-V.
Like this:
Like Loading...
Tags: Beta, blog, Hyper-V, Hyper-V 3.0, ICT, lab, Microsoft, Microsoft System Center Operations Manager 2012, operations management, operations manager, Operations Manager 2012, OpsMgr, OpsMgr 2012, OpsMgr2012, SCOM, SCOM 2012, SCOM 2012 SP1, SCOM 2012 SP1 Beta, SCOM2012, Server 2012, service pack 1, SP1, System Center, System Center Operations Manager, System Center Operations Manager 2012, test, testing environment, virtual lab
Great videos of Windows 8 deployment and system management sessions can be found here.
Sessions:
- Creating Custom WinPE 4.0 boot images
- A Geeks guide to the Galaxy – Building a SC 2012 Configuration Manager OS Deployment Solution
- Inside Windows 8 – The new Assessment and Deployment Kit, ADK
- Inside Windows 8 – Mastering the Setup Engine
- SC 2012 Configuration Manager OSD – Tips & Tricks from the Deployment Masters
These sessions were recorded at the NIC 2012 (Nordic Infrastructure Conference). Be sure to check the website for more videos and interesting information.
Like this:
Like Loading...
Tags: ADK, Assessment and Deployment Kit, ConfigMgr, Configuration Manager, Configuration Manager 2012, Deploy, Deployment, ICT, Microosft, Operating System Deployment, OSD, System Center, System Center 2012, system management, Windows, Windows 8, Windows Preinstallation Environment, WinPE, WinPE 4.0
Last week I got a beta exam invite for exam “70-688 Managing and Maintaining Windows 8″ (in beta it is 71-688). As with most beta exams lately, you only have max two weeks to prepare and there are no books available yet that you can use to study. Therefore I start with looking at what skills are being measured and if there are preparation guides available. From there on I start looking for relevant learning resources for each subject and adding them to the skills that are being measured for easy future reference.
I hope it is useful for you as well.
Read the rest of this entry »
Like this:
Like Loading...
Tags: 070-688, 071-688, 70-688, 71-688, ACT, Action center, AEM, Agentless Exception Monitoring, App-V, App-V 5.0, application compatibility toolkit, application reputation, Application Virtualization, Applocker, asset, asset inventory, authentication, Azure, backup, bcdboot, bcdedit, Beta, biometrics, BitLocker, BranchCache, certificate, client hype-rv, CMAK, computer inventory report, ConfMgr, ConfMgr 2012, ConfMgr2012, Connection Manager, Connection Manager Administration Kit, DaRT, DaRT 8, DCA, DEM, deployment strategy, Desktop Error Monitoring, Diagnostic and Recovery Toolkit, DirectAccess, DirectAccess Connectivity Assistant, disk image, disk image backup, DISM, DNSSEC, domain, EAS, EFS, EHD, Encrypted Hard Drive, Encrypting File System, Endpoint Protection, Exam, Exchange Active Sync, Exchange Activesync, file history, find and fix problems with devices, Firewall, folder redirection, group policy, hardware, hardware and devices troubleshooter, high-touch, Hyper-V, image, IPv4, IPv6, Learning, learning resource, learning resources, lite-touch, Live Mesh, live service, live services, LiveMesh, local account, Managing and Maintaining Windows 8, MBAM, MDOP, MDOP 2011 R2, metered network, metering, metro application, microsoft account, Microsoft Application Virtualization, Microsoft Azure, Microsoft Bitlocker Administration and Monitoring, Microsoft Desktop Optimization Pack, migrate, migration, mobile, mobile device, mobile device management, multifactor authentication, name resolution, native boot, Near Field Communication, network, network metering, NFC, off-network, Office 365, Office 365 Desktop Setup, offline files, Packaged App, PC refresh, PC reset, picture password, Powershell, PowerShell Remoting, prep guide, preparation, preparation guide, prepare, print management, printer, rdp, RDS, Recimg, Recimg.exe, recovery drive, recovery media, remote access, remote desktop protocol, Remote Desktop Services, Remote Server Administration Tools, RemoteApp, removable storage devices, report, roaming profiles, roaming user profiles, RSAT, SCCM 2012, SCCM2012, Secure SIM, security, shim, sideload, sideloader, Skydrive, Skydrive Pro, smart card, Software Restriction Policies, SRP, Storage Spaces, study, Sync center, System Center, System Center 2012, System Center 2012 Endpoint Protection, System Center 2012 Endpoint Protection client, System Center Configuration Manager, System Center Configuration Manager 2012, System Center Desktop Error Monitoring, System Center Endpoint Protection, system restore, trust, trust relationship, Trusted PC, two-factor authentication, UE-V, upgrade, upgrade path, User Experience Virtualization, user state migration tool, usmt, VDI, vhd, Virtual Desktop Infrastructure, virtual hard disk, virtualization, VPN, wet, Windows, Windows 7 file recovery, Windows 8, windows 8 application, Windows 8 FIle History, Windows 8 Image, Windows 8 PC refresh, Windows 8 PC reset, windows 8 upgrade path, Windows Azure, Windows Defender, windows easy transfer, Windows Firewall, Windows Intune, Windows Recovery Environment, Windows store, Windows To Go, Windows Update, wireless, workgroup, WRE, WSUS, zero-touch
When Microsoft creates new (versions of their) software, they also create new exams to become certified. Part of this process includes testing the exams, determining the passing score, getting feedback and improving the exams based on the feedback (deciding which questions to use, removing questions, re-phrasing, etc.). More information can be found here.
To get feedback, Microsoft offers access to these beta exams for free. They do this publicly using by example the born to learn blog or privately using mail to select subject matter experts (SME) based on their profiles on Microsoft Connect. So if you’re interested in taking beta exams, update the information on the Microsoft Connect site to get private invites to the latest beta exams that are relevant to you. More information about the invite procedure can be found on the Born To Learn blog. Also keep in mind that public invites might be limited using a first-come, first served principle so check on a regular basis.
Advantages and disadvantages of taking beta exams:
+ It is free if you received an invite. Nowadays you can also take beta exams if you haven’t had an invite, but then you need to pay for the exam.
+ You have a chance to become one of the first people to become certified for the new software.
+ If you pass a beta exam, you passed it legitimately because there are no answers to download online.
+ Even if you fail the beta exam, you’ve still learned a lot about the new (version of the) software.
- In general there are no books available yet and you have to get all your information from hands-on experience, blogs, technet, websites, etc.
- The time frame you have to prepare for the exams can be (very) limited. For example with the last invites for the Server 2012 beta exams I had only 2 weeks to prepare for multiple exams.
- After you’ve taken a beta exam, it might take 2-3 months before you get the result.
Beta exams I’ve taken recently include those for Windows 8, Windows Server 2012, System Center 2012 and Office 365. I expect the next beta exams to cover mainly Office 15/Office 2013 related products like by example Sharepoint, Exchange, Lync. So if you’re interested in these beta exams be sure to keep a close eye on the beta exams and start working with and learning about the products already.
I hope this was informative and that it well help you and/or your company gain a competitive advantage.
Like this:
Like Loading...
Tags: Beta, certification, certified, certify, Exam, Exchange, Learning, Lync, Microsoft, microsoft learning, Office, Office 365, Sharepoint, sme, subject matter expert, System Center, Windows, Windows 2012, Windows 2012 Server, Windows 8, Windows Server 2012