How to Import the Data Warehouse Cmdlet Module

 

Updated: May 13, 2016

Applies To: System Center 2012 SP1 - Service Manager, System Center 2012 R2 Service Manager, System Center 2012 - Service Manager

To be able to use the data warehouse cmdlets in System Center 2012 – Service Manager, you must first manually import the Windows PowerShell data warehouse cmdlets module for Service Manager. You can import the data warehouse cmdlets module on the Service Manager management server, the data warehouse management server, or both.

To import the data warehouse cmdlets module

  1. On a management server, open a Service Manager Windows PowerShell session. Or, on a data warehouse management server open a Windows PowerShell session.

    Ensure that the Windows PowerShell prompt is at the Service Manager installation folder.

  2. At the Windows PowerShell command prompt, type the following command, and then press ENTER:

    import-module “.\Microsoft.EnterpriseManagement.Warehouse.Cmdlets.psd1”  
    
  3. Type exit, and then press ENTER to close the Administrator: Windows PowerShell window.