2016年3月21日 星期一

Service Management Automation License Expired

Action Plan
==========
To license SMA! With SMA, this is done via PowerShell.
Install the SMA PowerShell Module
You first need to be sure that you have the SMA PowerShell module available on your admin station so that you can run these commands. You can find this in the System Center 2012 R2 - Orchestrator media @ the following location:
SystemCenter2012R2\Orchestrator\SMA\PowershellModuleInstaller.msi
License SMA with PowerShell
Below is an example of how you would apply the System Center license to SMA
#Apply a License to SMA
$WebServiceEndpoint = 'https://staging-sma01.gwpcstaging.com'
$ProductKey = 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX'
Set-SmaLicense -ProductKey $ProductKey -WebServiceEndpoint $WebServiceEndpoint

參考資料
=========

沒有留言:

張貼留言