Cmdlets in System Center 2012 - App Controller
Updated: January 15, 2013
Applies To: System Center 2012 - App Controller, System Center 2012 SP1 - App Controller
Based on Windows PowerShell technology, the System Center 2012 - App Controller cmdlets provide administrators with the ability to automate App Controller administration.
Accessing the App Controller cmdlets
You can access the App Controller cmdlets on your App Controller server in one of two ways:
-
Open the App Controller command shell. When you open the App Controller command shell, a Windows PowerShell window opens and the App Controller module is imported for you.
-
To open the App Controller command shell, on your App Controller server, click Start, All Programs, Microsoft System Center 2012, App Controller, App Controller PowerShell.
-
To open the App Controller command shell, on your App Controller server, click Start, All Programs, Microsoft System Center 2012, App Controller, App Controller PowerShell.
-
Import the App Controller module. You can import the App Controller module into an open Windows PowerShell session.
-
To import the App Controller module, at the Windows PowerShell command prompt, enter
Import-Module -Name AppController. -
To verify that the App Controller module has been imported into your current Windows PowerShell session, at the Windows PowerShell command prompt, enter
Get-Module. You should see the nameAppControllerin the returned list of modules.
-
To import the App Controller module, at the Windows PowerShell command prompt, enter
To list the App Controller cmdlets, enter Get-Command -Module AppController.
To get help for any of the App Controller cmdlets, enter Get-Help <cmdlet name>.
For a list of all of the App Controller cmdlets and associated help files available to you, see App Controller Cmdlets or App Controller SP1 Cmdlets.
See Also
-----
For additional resources, see Information and Support for System Center 2012.
Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----
