System Center 2012 SP1 之五 使用App Controller Cmdlet

简介:

System Center 2012 SP1 之五 使用App Controller Cmdlet

根据 Windows PowerShell 技术,System Center 2012 - App Controller cmdlet 能够向管理员提供自动化 App Controller 管理的功能。

一、 访问 App Controller cmdlet

1、 访问 App Controller cmdlet方式

您可以使用以下两种方法之一在 App Controller 服务器上访问 App Controller cmdlet:

1) 打开 App Controller 命令行界面。如果您打开 App Controller 命令行界面,则 Windows PowerShell 窗口也会打开并且会为您导入 App Controller 模块。

a) 要打开 App Controller 命令行界面,请在 App Controller 服务器上,按Win键,右击空白处,在下方点击“所有应用”,找到“Windows PowerShell module for App Controller”并点击打开。

image

b) 点击打开后如下图:

image

2) 导入 App Controller 模块。您可以将 App Controller 模块导入到打开的 Windows PowerShell 会话中。

a) 若要导入 App Controller 模块,请右击任务栏上的Windows PowerShell快捷按钮并以管理员身份运行,然后在 Windows PowerShell 命令提示符处输入 Import-Module -Name AppController。

image

b) 若要验证是否已将 App Controller 模块导入到当前的 Windows PowerShell 会话,请在 Windows PowerShell 命令提示符处输入 Get-Module。你应该会在返回的模块列表中看到名称 AppController。

image

2、 若要列出 App Controller cmdlet,请输入 Get-Command -Module AppController。

 

3、 若要获取任何 App Controller cmdlet 的帮助,请输入 Get-Help <cmdlet name>。

 

二、 App Controller SP1 Cmdlets

下面列表包含了System Center 2012 Service Pack1(SP1)App Controller cmdlets和功能的帮助主题的链接:

Name

Description

Add-SCACAzureDisk

Adds a virtual hard disk to Windows Azure.

Add-SCACAzureImage

Adds a virtual hard drive to the Windows Azure image store.

Add-SCACAzureSubscription

Adds a Windows Azure subscription to App Controller.

Add-SCACCloudSystem

Adds a new connection to a VMM management server or Service Provider Foundation.

Add-SCACShare

Adds a library share.

Add-SCACUserRole

Creates an App Controller user role.

Add-SCACUserRoleMember

Adds a member to a user role.

Add-SCACUserRoleScope

Adds Windows Azure subscription and Service Provider Foundation connection cloud objects to the scope of objects that a user role can manage.

Export-SCACAesKey

Exports the App Controller AES key from the registry to the specified file.

Get-SCACAdminSetting

Gets one or more administrator settings from the App Controller server.

Get-SCACAzureHostedService

Gets the hosted services on a specified Windows Azure cloud.

Get-SCACAzureRoleInstance

Gets all role instances running in Windows Azure.

Get-SCACAzureServiceDeployment

Gets a specified Windows Azure service deployment.

Get-SCACCloud

Gets one or more App Controller cloud objects.

Get-SCACCloudSystem

Gets one or more cloud systems on an App Controller server.

Get-SCACJob

Gets App Controller jobs.

Get-SCACServer

Gets and establishes a connection with an App Controller server.

Get-SCACServiceDeployment

Gets the service deployment for a cloud.

Get-SCACTemporaryStorage

Gets the temporary storage used by the App Controller server.

Get-SCACUserRole

Gets user roles on the App Controller server.

Remove-SCACAzureSubscription

Removes a Windows Azure subscription from App Controller.

Remove-SCACCloudSystem

Removes a connection to a cloud system.

Remove-SCACShare

Removes a library share.

Remove-SCACUserRole

Removes the specified user role.

Remove-SCACUserRoleMember

Removes a member from a user role.

Remove-SCACUserRoleScope

Removes a Windows Azure subscription cloud object from the scope of objects that a user role can manage.

Resume-SCACServiceDeployment

Resumes the specified suspended service deployment.

Set-SCACAdminSetting

Sets an administrator setting to a specified value.

Set-SCACCloudSystem

Updates the properties of a cloud system.

Set-SCACTemporaryStorage

Sets the temporary storage used by the App Controller server.

Suspend-SCACServiceDeployment

Suspends the specified service deployment.

至此,本篇《System Center 2012 SP1之五 使用App Controller Cmdlet》全部内容已完成。










本文转自 linuxos 51CTO博客,原文链接:http://blog.51cto.com/winos/1160242,如需转载请自行联系原作者
目录
相关文章
|
2月前
|
Windows
【Azure App Service】对App Service中CPU指标数据中系统占用部分(System CPU)的解释
在Azure App Service中,CPU占比可在App Service Plan级别查看整个实例的资源使用情况。具体应用中仅能查看CPU时间,需通过公式【CPU Time / (CPU核数 * 60)】估算占比。CPU百分比适用于可横向扩展的计划(Basic、Standard、Premium),而CPU时间适用于Free或Shared计划。然而,CPU Percentage包含所有应用及系统占用的CPU,高CPU指标可能由系统而非应用请求引起。详细分析每个进程的CPU占用需抓取Windows Performance Trace数据。
106 40
|
7月前
|
JavaScript Linux Windows
【应用服务 App Service】NodeJS +Egg 发布到App Service时遇见 [ERR_SYSTEM_ERROR]: A system error occurred:uv_os_get_passwd returned ENOENT(no such file or directory)
【应用服务 App Service】NodeJS +Egg 发布到App Service时遇见 [ERR_SYSTEM_ERROR]: A system error occurred:uv_os_get_passwd returned ENOENT(no such file or directory)
165 0
|
10月前
|
Android开发
Android修改默认system/bin/下可执行程序拥有者和权限,使用实例,只有root和系统app权限才能执行某个命令。
Android修改默认system/bin/下可执行程序拥有者和权限,使用实例,只有root和系统app权限才能执行某个命令。 【5月更文挑战第2天】
448 0
thinkphp报错Call to undefined method app\index\controller\Index::fetch()
thinkphp报错Call to undefined method app\index\controller\Index::fetch()
252 0
|
存储 编解码 安全
AndroidQ(10.0) system app 增加访问 sys/class/ 权限
AndroidQ(10.0) system app 增加访问 sys/class/ 权限
514 0
|
19天前
|
JSON 自然语言处理 前端开发
【01】对APP进行语言包功能开发-APP自动识别地区ip后分配对应的语言功能复杂吗?-成熟app项目语言包功能定制开发-前端以uniapp-基于vue.js后端以laravel基于php为例项目实战-优雅草卓伊凡
【01】对APP进行语言包功能开发-APP自动识别地区ip后分配对应的语言功能复杂吗?-成熟app项目语言包功能定制开发-前端以uniapp-基于vue.js后端以laravel基于php为例项目实战-优雅草卓伊凡
118 72
【01】对APP进行语言包功能开发-APP自动识别地区ip后分配对应的语言功能复杂吗?-成熟app项目语言包功能定制开发-前端以uniapp-基于vue.js后端以laravel基于php为例项目实战-优雅草卓伊凡
|
1月前
|
前端开发 安全 开发工具
【11】flutter进行了聊天页面的开发-增加了即时通讯聊天的整体页面和组件-切换-朋友-陌生人-vip开通详细页面-即时通讯sdk准备-直播sdk准备-即时通讯有无UI集成的区别介绍-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
【11】flutter进行了聊天页面的开发-增加了即时通讯聊天的整体页面和组件-切换-朋友-陌生人-vip开通详细页面-即时通讯sdk准备-直播sdk准备-即时通讯有无UI集成的区别介绍-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
186 90
【11】flutter进行了聊天页面的开发-增加了即时通讯聊天的整体页面和组件-切换-朋友-陌生人-vip开通详细页面-即时通讯sdk准备-直播sdk准备-即时通讯有无UI集成的区别介绍-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
|
2天前
|
安全 API Swift
如何在苹果内购开发中获取App Store Connect API密钥-共享密钥理解内购安全-优雅草卓伊凡
如何在苹果内购开发中获取App Store Connect API密钥-共享密钥理解内购安全-优雅草卓伊凡
28 15
如何在苹果内购开发中获取App Store Connect API密钥-共享密钥理解内购安全-优雅草卓伊凡
|
1月前
|
机器学习/深度学习 存储 人工智能
MNN-LLM App:在手机上离线运行大模型,阿里巴巴开源基于 MNN-LLM 框架开发的手机 AI 助手应用
MNN-LLM App 是阿里巴巴基于 MNN-LLM 框架开发的 Android 应用,支持多模态交互、多种主流模型选择、离线运行及性能优化。
1798 20
MNN-LLM App:在手机上离线运行大模型,阿里巴巴开源基于 MNN-LLM 框架开发的手机 AI 助手应用

热门文章

最新文章