systemcenter-virtual.blogspot.com
Systems Center - Virtualization: January 2015
http://systemcenter-virtual.blogspot.com/2015_01_01_archive.html
Systems Center - Virtualization. Monday, January 19, 2015. PowerShell to Retrieve OS Image family from Azure. Azure is an ever changing. At times I have PowerShell that provision certain image from the Azure Library, but the naming of the image keeps changing. Once the Azure account is established to the local server PowerShell, I would use the script below to retrieve example all Windows 2012 family in Azure. Once that’s done, I’ll just display by key in. End result looks like this :. TS SCCM - Ben Teh.
jackychuasce.blogspot.com
Jacky Chua System Center Experience: October 2013
http://jackychuasce.blogspot.com/2013_10_01_archive.html
Jacky Chua System Center Experience. Sharing All System Center Experience Blog. Tuesday, 29 October 2013. How to trigger SCCM 2012 Software Metering immediately by using runmetersumm.exe. Run Metering Summarization (runmetersumm.exe):. Command line is runmetersumm.exe SQLDatabasename. Example :- runmetersumm.exe CM RA1. Login to Microsoft SQL Server Managemen Studio to check the SQL database. Where to get this tools? Download SCCM 2012 Toolkits at below :-. Software Metering Reports :-. Now you can use L...
jackychuasce.blogspot.com
Jacky Chua System Center Experience: January 2014
http://jackychuasce.blogspot.com/2014_01_01_archive.html
Jacky Chua System Center Experience. Sharing All System Center Experience Blog. Thursday, 9 January 2014. How to Allow Domain Users to use SCCM Remote Control. Please Add Domain users. In Permitted viewers of Remote control and Remote Assistance. Navigate to Administration Overview Client Settings. Select Default Client settings and right click and click on Properties. Tab under Default settings and click on Permitted viewers of Remote Control and Remote Assistance. And select Set Viewers. 3 Go to Datase...
bscexp.blogspot.com
Ben's System Center Experience: Windows Services: Task scheduler greyed out in Windows Server 2008. Cannot restart
http://bscexp.blogspot.com/2012/05/windows-services-task-scheduler-greyed.html
Ben's System Center Experience. Microsoft System Center deployment experience sharing. Sunday, 27 May 2012. Windows Services: Task scheduler greyed out in Windows Server 2008. Cannot restart. Do you notice that Task Scheduler in Windows Server 2008 is greyed out and your can’t perform any action of START, STOP, RESTART? Found a workaround from TechNet. 1 Go to Registry. HKEY LOCAL MACHINE SYSTEM CurrentControlSet Services Schedule. 2 Find the DWORD called. Change its value from 2 to 4.". 1 Go to Registry.
systemcenter-virtual.blogspot.com
Systems Center - Virtualization: March 2014
http://systemcenter-virtual.blogspot.com/2014_03_01_archive.html
Systems Center - Virtualization. Friday, March 28, 2014. Unable to Backup using DPM or Local Windows Backup–missing VSS. Here’s the scenario :. Two Windows Server 2012 running Hyper-V. Backup software : DPM 2012 SP1. When the VM resides on Host1, the DPM can backup VMs with no issue. However when the VMs resides in Host2, the DPM fails to backup. Checked on the Host2 and found many errors of 8194. Diskshadow set context persistent. Diskshadow set verbose on. Diskshadow Add volume D: alias VolumeD. Creati...
systemcenter-virtual.blogspot.com
Systems Center - Virtualization: Class 20409B - Server Virtualization with Windows Server Hyper-V and System Center
http://systemcenter-virtual.blogspot.com/2015/07/class-20409b-server-virtualization-with.html
Systems Center - Virtualization. Friday, July 31, 2015. Class 20409B - Server Virtualization with Windows Server Hyper-V and System Center. Just finished conducting a 5-days class on Server Virtualization using Hyper-V and System Center. During class, I shared real life scenarios on how it was implemented, what are the obstacles they will face if planning were not done properly in the first place before rolling out. Feeling happy that the students went back with knowledge. Posted by Bernard Khoo. In toda...
systemcenter-virtual.blogspot.com
Systems Center - Virtualization: January 2014
http://systemcenter-virtual.blogspot.com/2014_01_01_archive.html
Systems Center - Virtualization. Tuesday, January 28, 2014. DPM–How to Mark Tape as Free. Sometimes we hit the issue of having difficulty of marking the Tape as Free in the DPM Library. The tape is label as “Unknown” at times and can’t mark it as Free in the DPM Console. Then I scout around and found that I need to do this in PowerShell. Copy the following Script ( in green. Into a Notepad and place into a directory in the DPM server. Rename it as a powershell extention. I name it as. If ($media -is [Mic...
systemcenter-virtual.blogspot.com
Systems Center - Virtualization: August 2015
http://systemcenter-virtual.blogspot.com/2015_08_01_archive.html
Systems Center - Virtualization. Thursday, August 13, 2015. Azure Recovery Services–backup increased to 54TB limit. Earlier last month I shared on how to configure the DPM 2012 R2 with Azure Recovery (Backup Vault). Microsoft Azure recovery Services team has officially released the backup per protection group from 1.7TB limit and now to 54TB. Limit on 12th Aug 2015. The news release is here. Keynote : Azure limit, ASR, Azure Recovery Services, DPM, SCDPM, storage limit.backup limit. Posted by Bernard Khoo.
systemcenter-virtual.blogspot.com
Systems Center - Virtualization: April 2013
http://systemcenter-virtual.blogspot.com/2013_04_01_archive.html
Systems Center - Virtualization. Thursday, April 4, 2013. How to Create Fixed Disk in VHDX using PowerShell. I’m going to share with you on how you can create the VHDX with Fixed Disk using PowerShell. It’s fun and fast. Firstly launch the PowerShell. Key in the following command :. New-VHD –Path “ C: ClusterStorage Volume1 ServerVM Virtual Hard Disks ServerVMDisk2.vhdx. 8221; –size 50GB. Note : make changes in the yellow. Highlighted in your environment. Please include the quotes “ ”. The Result as :.