Disable-SCOMAgentProxy
停用代理程式做為其他計算機的 Proxy 代理程式。
語法
Disable-SCOMAgentProxy
[-Agent] <AgentManagedComputer[]>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Disable-SCOMAgentProxy Cmdlet 會停用 System Center - Operations Manager 代理程式,以做為 Proxy 代理程式,並探索其他電腦上的受管理物件。
範例
範例 1:停用 Proxy 代理程式
PS C:\>"Server01.Contoso.com" | Get-SCOMAgent | Disable-SCOMAgentProxy
此命令會取得名為 server01.contoso.com 的 Operations Manager 代理程式,並停用它做為 Proxy 代理程式。
範例 2:停用做為 Proxy 代理程式的代理程式
PS C:\>Get-SCOMAgent | Where-Object {$_.ProxyingEnabled.Value -eq $True} | Disable-SCOMAgentProxy
此命令會取得所有 Operations Manager 代理程式,這些代理程式 ProxyingEnabled 屬性設定為 $True,然後停用代理程式作為 Proxy 代理程式。
參數
-Agent
指定 AgentManagedComputer 物件的陣列。
此參數指定要停用的 Operations Manager 代理程式做為 Proxy 代理程式。
若要取得
類型: | 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 |