Set-SCOMAgentlessManagedComputer
更改无代理托管计算机的设置。
语法
Set-SCOMAgentlessManagedComputer
[-Computer] <RemotelyManagedComputer[]>
[-ManagedByAgent] <AgentManagedComputer>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-SCOMAgentlessManagedComputer
[-Computer] <RemotelyManagedComputer[]>
[-ManagedByManagementServer] <ManagementServer>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Set-SCOMAgentlessManagedComputer cmdlet 更改无代理托管计算机的设置。
示例
示例 1:将 Operations Manager 代理设置为执行无代理监视
PS C:\>Get-SCOMAgentlessManagedComputer -DNSHostName "server02.contoso.com" | Set-SCOMAgentlessManagedComputer -ManagedByAgent (Get-SCOMAgent -DNSHostName "OMAgent01.contoso.com") -PassThru
此命令获取名为 server02 的无代理托管计算机,并使用管道运算符将其传递给 Set-SCOMAgentlessManagedComputer cmdlet。 该命令将名为 OMAgent01 的代理托管计算机设置为 Operations Manager 代理,用于对 server02 执行无代理监视。
参数
-Computer
指定无代理托管计算机的数组。 可以使用 Get-SCOMAgentlessManagedComputer cmdlet 获取没有代理的托管计算机。
类型: | RemotelyManagedComputer[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ManagedByAgent
指定 AgentManagedComputer 对象。 此参数指定执行无代理监视的 Operations Manager 代理。 执行监视的代理的操作帐户必须在监视的计算机上具有本地管理权限。
若要获取 AgentManagedComputer 对象,请使用 Get-SCOMAgent cmdlet。
类型: | AgentManagedComputer |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ManagedByManagementServer
指定 ManagementServer 对象。 此参数指定执行无代理托管计算机的无代理监视的主管理服务器。 若要获取 ManagementServer 对象,请使用 Get-SCOMManagementServer cmdlet。
类型: | ManagementServer |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PassThru
指示 cmdlet 创建或修改命令可以在管道中使用的对象。 默认情况下,此 cmdlet 不生成任何输出。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |