App Controller
Applies To: System Center 2012 R2 App Controller
Based on Windows PowerShell technology, the cmdlets provide administrators with the ability to automate administration.
In this section
This section contains help topics for the cmdlets in System Center 2012 R2.
Topic | Description |
---|---|
Contains the cmdlet help topcis for each of the cmdlets. |
Accessing the App Controller cmdlets
You can access the cmdlets on your server in one of two ways:
Open the command shell. When you open the command shell, a Windows PowerShell window opens and the module is imported for you.
- To open the command shell, on your server, click Start, All Programs, Microsoft System Center 2012 R2, App Controller, App Controller PowerShell.
Import the module. You can import the module into an open Windows PowerShell session.
To import the module, at the Windows PowerShell command prompt, enter
Import-Module -Name AppController.
To verify that the module has been imported into your current Windows PowerShell session, at the Windows PowerShell command prompt, enter
Get-Module
. You should see the nameAppController
in the returned list of modules.
To list the cmdlets, enter Get-Command -Module AppController
.
To get help for any of the cmdlets, enter Get-Help <cmdlet name>
.