Error on Starting SMA Runbook from Third Party System

We’ve trying to use the SMA Web Service to start SMA runbooks from another system. There is good sample of code for this and we’ve managed to get it working. Unfortunately when we’ve started to start more runbooks some of them were failing with the following error: Continue reading “Error on Starting SMA Runbook from Third Party System”

Azure Site Recovery: Automatic VMM User Roles Assignment to VMs upon Failover

While I was playing with Azure Site Recovery I had scenario where I needed to assign VMM User Role to the VMs that were being replicated to the replica site. To be more specific you have VMM server on Primary Site and another VMM server on Replica Site and you are using ASR to take care for the mapping and failover tasks. Continue reading “Azure Site Recovery: Automatic VMM User Roles Assignment to VMs upon Failover”

Creating Azure-like Windows Server Images with System Center

Update

——————————————————————————

A small update on this topic. If you do not want your customers to face error 0x800F0906 when they try to install .NET Fraemwork 3.5 on Windows Server 2012 or 2012 R2 I would suggest you to install and disable .net FRamework 3.5 feature with DISM prior syspreping your images. The following commands should do the work: Continue reading “Creating Azure-like Windows Server Images with System Center”

Version 3.0 of Damian’s and My Script to Download All SCOM Management Packs with PowerShell

So my good friend Damian Flynn and fellow MVP has decided to bring this script to another level by making more like PowerShell module than only script. The result is cleaner code and some parts can be reused. You can find the new version here. Some of the changes include:

  • Refactored the script to a powershell module, and split the code into functions to ease support and prepare for some automation 😉
  • added Write-CMTraceLog – to enabled it execute   Get-SCOMManagementPacks –CMTrace
  • removed two download links that are incorrectly gathered at the beginning

I hope you will like these improvements. Leave any feedback on the TechNet Gallery page. This is why community rocks. Expect more from Damian on this topic.

Using VMM Cmdlets locally on SMA Worker Server in SMA Runbooks

If you are working with SMA and VMM you are probably familiar with the following sample Runbook for connecting to VMM: Continue reading “Using VMM Cmdlets locally on SMA Worker Server in SMA Runbooks”