Disable-SCOMAgentProxy
禁止代理充当其他计算机的代理代理。
语法
Disable-SCOMAgentProxy
[-Agent] <AgentManagedComputer[]>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Disable-SCOMAgentProxy cmdlet 禁用 System Center - Operations Manager 代理充当代理代理并发现其他计算机上的托管对象。
示例
示例 1:禁用代理代理
PS C:\>"Server01.Contoso.com" | Get-SCOMAgent | Disable-SCOMAgentProxy
此命令获取名为 server01.contoso.com 的 Operations Manager 代理,并禁用它充当代理代理。
示例 2:禁用充当代理代理的代理
PS C:\>Get-SCOMAgent | Where-Object {$_.ProxyingEnabled.Value -eq $True} | Disable-SCOMAgentProxy
此命令获取 ProxyingEnabled 属性设置为$True的所有 Operations Manager 代理,然后禁用代理充当代理代理。
参数
-Agent
指定 AgentManagedComputer 对象的数组。 此参数指定要禁用作为代理代理的 Operations Manager 代理。 若要获取 AgentManagedComputer 对象,请使用 Get-SCOMAgent cmdlet。
类型: | AgentManagedComputer[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PassThru
指示 cmdlet 创建或修改命令可以在管道中使用的对象。 默认情况下,此 cmdlet 不生成任何输出。
类型: | SwitchParameter |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |