PowerCLI Reference

vSphere Auto Deploy Reference

Remove-ProxyServer

Synopsis

Removes a proxy server from the proxy server list.

Syntax

Remove-ProxyServer [-Address] <String>
Remove-ProxyServer [-ID] <UInt32>

Related Commands

Add-ProxyServer
Get-ProxyServer

Detailed Description

Removes a proxy server from the proxy server list. By default, the ID switch is active.

You must have the "AutoDeploy.Profile.Delete" privilege on the root folder of vCenter Server to remove a proxy server from the list.

Parameters

Name Type Description Required? Pipeline Input Default Value
ID UInt32 Index in the proxy server list. true false
Address String Address of the proxy server to remove. true false

Return Type

Notes

Examples

-------------- Example 1 --------------

C:\PS> Remove-DeployRule -ID 1

-------------- Example 2 --------------

C:\PS> Remove-DeployRule -Address https://www.example.com:80


Copyright © 1998 - 2014 VMware, Inc. All rights reserved.