PowerCLI Reference

vSphere Auto Deploy Reference

Add-ProxyServer

Synopsis

Adds a proxy server from the proxy server list.

Syntax

Add-ProxyServer [-Address] <String>

Related Commands

Remove-ProxyServer
Get-ProxyServer

Detailed Description

Adds a proxy server to the proxy server list. The address of the proxy server should only include a scheme, hostname and port. The only suported scehemes are HTTP and HTTPS.

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

Parameters

Name Type Description Required? Pipeline Input Default Value
Address String Address of the proxy server to add. true false

Return Type

Notes

Examples

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

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


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