Browse by Tags

Tagged Content List
  • Wiki Page: Hyper-V: Script to Find VM Creation Date

    Ever need to determine/list the date/time of the creation of the VMs on a Hyper-V server? You can download www.codeplex.com/pshyperv and run get-vm | select InstallDate, ElementName. However, the dates are in the outlput not formatted as dates. Here is a sample (last boot time on my PC using WMI...
  • Wiki Page: How to Install or Uninstall an Add-in

    The information in this topic applies only to System Center 2012 SP1. Table of Contents To install an add-in package To uninstall an add-in package See Also Once a Virtual Machine Manager (VMM) for System Center 2012 Service Pack 1 (SP1) add-in has been packaged, it can be installed and uninstalled...
  • Wiki Page: Managing XenServer with System Center Virtual Machine Manager (SCVMM) 2012

    http://blogs.citrix.com/2011/06/16/managing-xenserver-with-system-center-virtual-machine-manager-scvmm-2012/ Update: Just discovered it was released in German on Michel form MS blog and he worked with Thomas from Citrix on the English one which has then published on his blog. So we can say this...
  • Wiki Page: Architecture Concepts

    The information in this topic applies only to System Center 2012 SP1. This section provides an architecture overview. The basic concepts of extending the Virtual Machine Manager (VMM) console are covered. Before you create an add-in, you should understand these concepts. Architecture topics...
  • Wiki Page: How to Open a Web Browser from the Ribbon

    The information in this topic applies only to System Center 2012 SP1. A ribbon button can be configured to open a web browser and browse to a specific web page. This could be used to point users or your add-in to your company webpage, support forums, or your support information webpage. A “web...
  • Wiki Page: How to Run a Program from the Ribbon

    The information in this topic applies only to System Center 2012 SP1. A ribbon button can be configured to run a program. This type of add-in does not require any coding and is created by defining and configuring a ribbon entry. When a user clicks on the ribbon button the application will be run...
  • Wiki Page: Managing Add-ins Overview

    The information in this topic applies only to System Center 2012 SP1. Add-ins for Virtual Machine Manager (VMM) are installed and uninstalled through the console. But before they can be installed, they have to be packaged. An add-in package is just a ZIP file that contains the add-in manifest and...
  • Wiki Page: An Example of Creating a New VMM UI Add-in

    The information in this topic applies only to System Center 2012 SP1. This topic provides the steps to create a new Virtual Machine Manager (VMM) for System Center 2012 Service Pack 1 (SP1) add-in. This example will create a new custom action add-in. The first step when you create an add-in is to...
  • Wiki Page: Troubleshooting Services in System Center 2012 - Virtual Machine Manager

    This article includes known issues and troubleshooting information regarding services in System Center 2012 - Virtual Machine Manager (VMM). To learn about services, see Creating and Deploying Services in VMM in the TechNet library. Table of Contents Application Deployment Service Placement...
  • Wiki Page: SCVMM: How to Remove Failed Jobs from the SCVMM Console

    By default, VMM is configured to maintain job history for 90 days. Here is how to remove items from the job history manually (for example, failed jobs history) directly in the SQL Express for SCVMM DB. 1. Download SQL Management Studio Express from the following link and install in SCVMM http...
  • Wiki Page: The Service Concept in VMM 2012

    For those of you that have tested and played around with VMM 2012, you may be aware of the new concept of services. VMM 2012 inherited the great possibility to create VM templates from VMM 2008 R2 and has taken this a bit further in 2012. When you create a VM template in VMM 2012, you can define...
  • Wiki Page: Create networks with VMM 2012

    So far, I am really impressed by all the improvements in VMM 2012 when it comes to the deep integrations with hardware resources, hypervisors, and clusters. The possibility to administer and manage the entire eco system from a single console, is a huge benefit in our day-to-day work. Another...
  • Wiki Page: SCVMMのデータベースを他のサーバーへ移動する方法 (ja-JP)

    さまざまな理由からSCVMMのデータベースを他のサーバーへ移動する必要があるかもしれません。このような状況は、ローカルからリモートSQLや、スタンドアロンSQLからSQLクラスターへ移動させる際に発生します。次の説明はSCVMMパースペクティブからこの移動を完了させる方法のガイドラインとして提示されます。 重要! この操作に取り掛かる前にSCVMMデータベースの完全なバックアップを取得しておくことを強く推奨します。 バックアップとSQLデータベースの移動のタスクを完了させるには2つの方法があります。SQL Server Management StudioもしくはSCVMMに含まれるscvmmrecover...
  • Wiki Page: System Center 2012 Self-Study Guide (Part 7 - Unified Installer and Virtual Machine Manager) (en-US)

    Table of Contents Videos/Webcasts Podcasts Articles/Documentation Useful Websites Useful Blogs Downloads Forums Finally, after much time and many installments, we finally come to the last two components that make up System Center 2012! In this post, I'll cover Unified Installer and Virtual Machine...
  • Wiki Page: Virtual Machine Manager (VMM) 2008 R2 Error Codes (500-599)

    Links to other error code pages can be found on the Virtual Machine Manager (VMM) 2008 R2 Error Codes page. To find a specific error message in this table, type Ctrl-F and enter the error code. If you have additional information about how to fix an error, add it to the "Additional Troubleshooting...
  • Wiki Page: How to Design a View

    The information in this topic applies only to System Center 2012 SP1. Table of Contents To create a new action add-in Example Compiling the Code Namespaces Assemblies See Also A view add-in is declared in a class that inherits from Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.ViewAddInBase...
  • Wiki Page: How to Create an Action Add-in

    The information in this topic applies only to System Center 2012 SP1. Table of Contents To create a new action add-in Example Compiling the Code Namespaces Assemblies See Also An action add-in is created by creating a class that inherits from the Microsoft.SystemCenter.VirtualMachineManager.UIAddIns...
  • Wiki Page: Manifests

    The information in this topic applies only to System Center 2012 SP1. The add-in package manifest is an XML file that describes the add-ins the package provides for the Virtual Machine Manager (VMM) console. It contains the name of the author, a simple description of the add-in package, and every...
  • Wiki Page: How to Define a View in the Manifest

    The information in this topic applies only to System Center 2012 SP1. Views are defined in the manifest. Just like actions, they are represented in the Virtual Machine Manager (VMM) console as ribbon buttons. When the button is clicked by the user, the view defined in a .NET assembly will be displayed...
  • Wiki Page: User Interface Extension Overview

    The information in this topic applies only to System Center 2012 SP1. The Virtual Machine Manager (VMM) console can be extended through add-ins by providing views. Views appear as ribbon buttons on the VMM console, but when it is clicked, display a user control in the console. The user control is...
  • Wiki Page: Base Classes

    The information in this topic applies only to System Center 2012 SP1. The Virtual Machine Manager (VMM) console add-in framework provides two base classes which define the basic functionality of your add-in: ActionAddInBase and ViewAddInBase . Both of these classes inherit from VmmAddInBase . ...
  • Wiki Page: Context Object Types

    The information in this topic applies only to System Center 2012 SP1. Any add-in that is invoked by the Virtual Machine Manager (VMM) console is executed in a separate application domain from the console. There is no direct communication from an add-in to the VMM console. However, the console will...
  • Wiki Page: System Center 2012 – Virtual Machine Manager (VMM) Error Codes [2000-2499]

    Use Ctrl-F to find a specific code. Some codes have a recommended action using PowerShell as well as the general action. Links to other error code pages can be found at System Center 2012 – Virtual Machine Manager (VMM) Error Codes . If you have additional information about an error...
  • Wiki Page: Virtual Machine Manager Error Codes (11000-11499)

    Links to other error code pages can be found on the Virtual Machine Manager (VMM) 2008 R2 Error Codes page. To find a specific error message in this table, type Ctrl-F and enter the error code. If you have additional information about how to fix an error, add it to the "Additional Troubleshooting...
  • Wiki Page: Virtual Machine Manager Error Codes (10000-10499)

    Links to other error code pages can be found on the Virtual Machine Manager (VMM) 2008 R2 Error Codes page. To find a specific error message in this table, type Ctrl-F and enter the error code. If you have additional information about how to fix an error, add it to the "Additional Troubleshooting...
Page 5 of 6 (147 items) «23456
Can't find it? Write it!