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”
Tag: powershell
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.1 of THE MVP Script to Download All SCOM Management Packs with PowerShell
So after the release of 3.0 at the beginning of week there were some comments of desired features and bugs reported. I’ve sent those to Damian and as he is working on fast release cadence a new version is now ready to address those comment. Additionally we are including another friend and fellow MVP Cameron Fuller to the authors. We are now on version 3.0.1 with the following changes: Continue reading “Version 3.0.1 of THE MVP Script to Download All SCOM Management Packs with PowerShell”
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.
PSWB – Script to run a search for required updates data in System Center Advisor
I’ve just released a PowerShell script similar to the ones released by Advisor team. The search in Advisor is focused on Required Updates for servers. You will need System Update Assessment Intelligence Pack enabled in Advisor. You can find the script here.