Rodney Buike - Founder and original lazy admin.

Daniel Nerenberg - Microsoft MVP and lazy admin.

Disclaimer

These postings are provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use.

Operations Manager 2012 Activation

With the System Center 2012 suite now available in RTM format you maybe installing/upgrading to Operations Manager 2012.  One thing you may not notice is that there is no request for a product key when you install Operations Manager 2012.  And once the install is complete you will see the following…..

scom2012-lic-1

Checking Help –> About will show that you are running an Evaluation copy.

scom2012-lic-2

To register your product key with Operations Manager 2012 and move from the Evaluation edition to the Retail edition you will need to launch the Operations Management Shell and run the following PowerShell cmdlet.

Set-SCOMLicense –ProductId YourProductKey

Continue reading Operations Manager 2012 Activation

XenDesktop VDI and Dynamic Memory

XenDesktop is one of the leading VDI solutions right now due to its ability to run on the three major virtualization platforms.  When running Windows 7 SP1 VDI desktops with XenDesktop you may want to take advantage of Dynamic Memory for the workloads to increase VM density.  Unfortunately this cannot be done within XenDesktop at the time but you can do so via PowerShell. 

The following script created by Vlad Borodin and edited by my colleague Alex Khassanov will find all VMs on a Hyper-V host and enable Dynamic Memory on them.  You’ll need to know the Hyper-V host name, the prefix for the VDI VMs as well as the startup, maximum and buffer settings for Dynamic Memory. 

# PowerShell Script for changing RAM settings for several machines

# Vlad Borodin (vladboro@hotmail.com)

# 05 Mar, 2011

# Modified by AK, Jan-24-2012. Enable dynamic memory, set dynamic memory params

Write-Host("——————————————————–")

Write-Host("This script

Continue reading XenDesktop VDI and Dynamic Memory

Windows 8 Add/Remove GUI

Windows 2008 saw the introduction of Server Core which was a great idea but most people never implemented because they believed it to be overly complex having no GUI.  It really wasn’t but regardless it saw limited deployment.  In Windows Server 8 the GUI is a feature that can be added and removed as necessary.  This will allow you to install the full OS, configure it and then remove the GUI to lock down security.  When you install the Sever 8 OS you have the option of Server Core or Server with a GUI.  This is a major improvement in Windows Server 8 that hopefully leads to more deployments of the core OS version.

Once the OS is installed and configured you can remove the feature through Remove Roles and

Continue reading Windows 8 Add/Remove GUI

SCSM 2012 SLA Management–Part 3

System Center Service Manager 2012 makes huge strides in SLA Management in 2012. With SCSM 2012 you can now create service level objectives that take into account help desk analyst hours, metrics and objectives and send notifications when SLOs hit a warning and/or breached stage. While this was possible in SCSM 2010 it required a lot of custom scripting to make it work. It is just easier in SCSM 2012.

Part 1 – SCSM 2012 SLA Management – SMTP Channel, Queues and Templates

Part 2 – SCSM 2012 SLA Management – Calendars, Metrics and Service Level Objectives

Part 3 – SCSM 2012 SLA Management – SLO Warning/Breached Notifications

In this 3 part example we’ll take a look at how to create an SLO that will send a notice when a new incident has been created but not assigned to a help desk analyst in 30 and 60 minutes.  Special thanks to Travis

Continue reading SCSM 2012 SLA Management – Part 3

SCSM 2012 SLA Management–Part 2

System Center Service Manager 2012 makes huge strides in SLA Management in 2012. With SCSM 2012 you can now create service level objectives that take into account help desk analyst hours, metrics and objectives and send notifications when SLOs hit a warning and/or breached stage. While this was possible in SCSM 2010 it required a lot of custom scripting to make it work. It is just easier in SCSM 2012.

Part 1 – SCSM 2012 SLA Management – SMTP Channel, Queues and Templates

Part 2 – SCSM 2012 SLA Management – Calendars, Metrics and Service Level Objectives

Part 3 – SCSM 2012 SLA Management – SLO Warning/Breached Notifications

In this 3 part example we’ll take a look at how to create an SLO that will send a notice when a new incident has been created but not assigned to a help desk analyst in 30 and 60 minutes.  Special thanks to Travis

Continue reading SCSM 2012 SLA Management – Part 2

SCSM 2012 SLA Management–Part 1

System Center Service Manager 2012 makes huge strides in SLA Management in 2012.  With SCSM 2012 you can now create service level objectives that take into account help desk analyst hours, metrics and objectives and send notifications when SLOs hit a warning and/or breached stage.  While this was possible in SCSM 2010 it required a lot of custom scripting to make it work.  It is just easier in SCSM 2012.

Part 1 – SCSM 2012 SLA Management – SMTP Channel, Queues and Templates

Part 2 – SCSM 2012 SLA Management – Calendars, Metrics and Service Level Objectives

Part 3 – SCSM 2012 SLA Management – SLO Warning/Breached Notifications

In this 3 part example we’ll take a look at how to create an SLO that will send a notice when a new incident has been created but not assigned to a help desk analyst in 30 and 60 minutes.  Special thanks to Travis

Continue reading SCSM 2012 SLA Management – Part 1

Windows 8 ISO and VHD Mounting

I remember when I was at an internal Microsoft conference with a colleague and we had the chance to mingle with and ask questions to the people building all the various MS products in development.  I had a laugh as my colleague went on a bit of a rant about why ISO mounting was not being included in Windows 7.  I had to agree that this was a big miss considering you could already mount VHDs in the betas, ISO mounting made even more sense.  Afterall 99% of the TechNet and MSDN downloads are ISOs right?

Well Windows 8 is finally on board with native ISO mounting.  Simply right-click the ISO and select mount.

To eject, go to the Windows Explorer Ribbon and select Drive Tools and then click Eject.  For VHDs it is the same process.

Simple, functional and a very long time coming…

PowerShell and Hyper-V R3

Windows PowerShell is a “powerful” method of managing servers and in Windows 8 it becomes even more powerful.  Hyper-V R1 and R2 didn’t have native PowerShell cmdlets built in.  If you deployed SCVMM you would have access to the VMM servers cmdlets or you could download the PowerShell Management Library for Hyper-V from Codeplex.

In Windows 8 there are specific cmdlets for Hyper-V (around 150 by my count) to help you manage your Hyper-V R3 environment via the command line.  Eric Bahna from Microsoft produced this video detailing some of the things you can do with PowerShell in Hyper-V R3.

I know it is hard to see what is going on but thankfully he produced a set up guide and a step by step guide so you can reproduce this demo in your test lab.

Hyper-V R3 Storage Migration

VMWare has had Storage VMotion available as an option for a while now and with SCVMM 2008 R2 Microsoft added Storage Quick Migration.  Storage Quick Migration worked well but there was downtime involved and it wasn’t an ideal solution.  In Hyper-V R3 Microsoft has added the ability to live migrate storage.

Select Move and the Move VM wizard will begin.  Select the type of move you want to perform.

Next select how you want to move the storage.  You can consolidate all the VM files to a single location, split the VM files to different locations or move only the VHD files.

In this sample we are moving all the files to a

Continue reading Hyper-V R3 Storage Migration

Windows 8 To Go

With Windows 8 Microsoft has finally made it possible to install the OS onto a USB stick.  And it is pretty easy to get it going.  Before you begin you will need the following

The first thing you need to do is install the Windows 7 AIK.  This is pretty straight forward but it should be noted that if you are doing this on a Windows 8 PC you will need to install the .NET 3.5 Framework which is included with the WAIK.  Once that is complete you will need to format the USB device properly.  Insert the USB device and follow these steps

  • Launch CMD.exe as Administrator
  • Diskpart
  • List
  • Determine which the disk number for your USB

    Continue reading Windows 8 To Go