Browse by Tags

Tagged Content List
  • Wiki Page: System Center Data Protection Manager 2012: Administrator Guide

    This Wiki article is based on pre-release documentation and is subject to change in future releases. Table of Contents Topics Topics Installation Guide The User Interface Explained How To Create Protection Groups Powershell Commands Quick checkup for installed/missing...
  • Wiki Page: List of Public Microsoft Support Knowledge Base (KB) Articles for System Center 2012 Configuration Manager (ConfigMgr 2012)

    This is a list of System Center Configuration Manager public KB articles and hotfixes published after the 2012 release. Note: Some updates are required only under certain circumstances, please read hotfix description before installing one. ID Title Hotfix 2683915 A...
  • Wiki Page: Wiki: Management Portal

    Management refers to the administration of distributed systems. This includes hardware, server availability, software inventory and installation, anti-virus management, network capacity and utilization, and monitoring user activities, capacity, security, and storage. Table of Contents Hyper-V...
  • Wiki Page: System Center Operations Manager 2007 Survival Guide

    What is a survival guide? It’s a page we created as a pointer to the best information on the web. You can use the information below to learn the fundamentals; increase your current knowledge; or stay current on Operations Manager and events. And, if you think we missed some great article out there...
  • Wiki Page: Service Manager Survival Guide

    Here are some resources to get you started on System Center 2012 Service Manager. TechNet wiki search for '2012 Service Manager' System Center Solution Center - Service Manager [Older Version]: Here are some resources to get you started on System Center Service Manager...
  • Wiki Page: ConfigMgr (SCCM) – Troubleshooting Tips to Resolve Scan Issues in Software Updates

    Thought of sharing one of the interesting issue which I faced. The SCAN was not getting completed successfully. Most of the machines are windows 2008 core servers so with GUI it was not that much easy to troubleshoot (at least for me :) Issue Scan agent was not able to compete the scan...
  • Wiki Page: How to Use the SCVMM 2008 R2 MPS Reporting Tool

    How to Install the MPS Reporting Tool To install the MPS Reporting Tool Note: This article is based on VMM 2008 and might not apply to VMM 2012 (R2) 1. Download the file MPSRPT_SCVMM.exe. 2. Copy the file to the computer on which you want to diagnose problems. 3. Open an elevated...
  • Wiki Page: How to Install and Configure the App-V Management Server 4.x

    Note: This wiki is based Installing and configuring the App-V 4.x Management Server. The installations steps for App-V v5 have changed. Introduction The System Center Application Virtualization Management Server provides a centralized way to deploy and manage virtual applications through...
  • Wiki Page: List of Microsoft Support Knowledge Base Articles Related to Microsoft Virtualization Technologies for 2010

    Disclaimer : This is an unofficial list that was created manually and is being updated manually. It may not (and possibly can not) be comprehensive. Please feel free to add more links if you find something missing. 979391 — VDS Basic Provider event ID 1 is logged on a Hyper-V guest operating system...
  • Wiki Page: Create a Virtual Machine from a VM Template (SPF)

    This article is part of the Service Provider Foundation Programmers Guide (SPF) . Table of Contents To create a new virtual machine with .NET To create a new virtual machine with HTTP Example Virtual machine (VM) templates are powerful because they allow you to create a new VM from a preconfigured...
  • Wiki Page: Dashboard & Reporting

    In many of system center products, you will have dashboard and reporting. Dashboard are usually use by administrators and IT team and people who are doing operating and maintenance in order to have a clear view of what is going on and have a quick access to resources that they are using. Each person...
  • Wiki Page: Upgrade Your Private Cloud

    In term of public cloud you don’t have to be worry about upgrading, because service that you are subscribed will upgrade automatically and there are few things that you might need to do such as update some plugin or your browser. In term of private cloud, upgrade is important issue and it required...
  • Wiki Page: ConfigMgr : Query to find all non-client and unassigned machines (computers and servers)

    Just create a collection and use the following query : select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where Client = 0 or Client is NULL and ...
  • Wiki Page: Compatible Tape Libraries for System Center 2012 DPM

    Data Protection Manager (DPM) in System Center 2012 can be deployed using tape-based backup for data protected by the DPM server. A tape library or stand-alone tape drive can be connected to DPM servers. For more information, see Planning the tape libraries configuration . The following tables...
  • Wiki Page: Green IT in Private Cloud using System Center

    Producing electricity would damage the environment, there are new technologies that helping to reduce damage and make it more efficient use but still there are some negative affect from to environment when you produce electricity. When we are able to save electricity, we will help the environment and...
  • Wiki Page: Generic Operations Manager Management Pack Import Process

    Introduction This is a generic process that can be followed when importing management packs into an Operations Manager management group. Following this process will help to cut down on the initial noise and gain some control over the management pack rollout. It will not work for every management...
  • Wiki Page: Managing System Center Configuration Manager Clients in a Workgroup

    When managing SMS or SCCM clients that are in a workgroup, clients will need access to a WINS server that contains the proper entries for the SMS/SCCM site systems. If a WINS is not available, as an alternative you can edit the LMHOSTS and HOSTS files on each client to allow for name resolution. ...
  • Wiki Page: Service Provider Foundation Programmers Guide (SPF)

    Table of Contents Managing Virtual Machines Working With Checkpoints User Roles Other SPF Links This programmers guide provides you with the information needed to interact with the Service Provider Foundation (SPF) service. As topics are added to the TechNet Wiki, this page will grow with links...
  • Wiki Page: News, Requirements, and Installation of System Center Virtual Machine Manager 2008 R2

    You can use System Center Virtual Machine Manager 2008 R2 (SCVMM) to manage your virtual environment, including: · Hyper-V · Hyper-V Server · Microsoft Virtual Server 2005 · VMWare Virtual Center 2.0 and 2.5 · VMWare ESX Server 3, 3i, 3.5 and Vsphere 4 (managed...
  • Wiki Page: List of Microsoft Support Knowledge Base Articles Related to Microsoft Virtualization Technologies for 2011

    Note This list includes both hotfix descriptions and general information or troubleshooting articles. For structured only-hotfix lists please see the following articles. Hyper-V: Update List for Windows Server 2008 Hyper-V: Update List for Windows Server 2008 R2 List of Virtual Machine Manager...
  • Wiki Page: International Customer Advisory Board (ICAB)

    Have some opinions you'd like to share? We’re listening. The Server & Cloud Division is building a worldwide community of IT pros who want to share their frank opinions about our products (primarily Windows Server, Microsoft System Center, Windows Azure, and SQL Server). We call it the...
  • Wiki Page: BizTalk Monitoring Tools

    Table of Contents Introduction System Center Operation Manager HP OpenView Alternative solutions BizTalk Monitoring Integration Platform Monitor BizTalk 360 Minotaur Frends Helium Codit Integration Dashboard Moesion BizTalk Control Center BizTalk Processing Monitor AIMS Innovation Nagios with op5 Monitor...
  • Wiki Page: List of Public Microsoft Support Knowledge Base (KB) Articles for System Center 2012 Virtual Machine Manager (VMM 2012)

    This is a list of System Center Virtual Machine Manager public hotfixes and KB articles published after the 2012 release. Note: Some updates are required only under certain circumstances, please read hotfix description before installing one. ID Title Hotfix 2668088 Potential...
  • Wiki Page: Restore a Virtual Machine From a Checkpoint (SPF)

    This article is part of the Service Provider Foundation Programmers Guide (SPF) . Table of Contents To restore a checkpoint to a VM with .NET To restore a checkpoint to a VM with HTTP Example Virtual Machine Checkpoints provide a way to capture the state of a Virtual Machine. The Checkpoint can...
  • Wiki Page: Delete a Virtual Machine Checkpoint (SPF)

    This article is part of the Service Provider Foundation Programmers Guide (SPF) . Table of Contents To delete a checkpoint with .NET To delete a checkpoint with HTTP Example Virtual Machine Checkpoints provide a way to capture the state of a Virtual Machine. The Checkpoint can then be used to restore...
Page 1 of 8 (184 items) 12345»
Can't find it? Write it!