Bitsadmin /util /getieproxy

 

Applies To: Windows Vista, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8

Retrieves the proxy usage for the given service account.

Syntax

bitsadmin /Util /GetIEProxy <Account> [/Conn <ConnectionName>]

Parameters

Parameter

Description

Account

Specifies the service account whose proxy settings you want to retrieve. Possible values are:

  • LOCALSYSTEM

  • NETWORKSERVICE

  • LOCALSERVICE

ConnectionName

Optional—used with the /Conn command to specify the use of a modem connection. If you do not specify the /Conn command, BITS uses the LAN connection. Specify the modem connection name immediately following the /Conn parameter.

Remarks

This command shows the value for each proxy usage, not just the proxy usage you specified for the service account. For details on setting the proxy usage for service accounts, see the Bitsadmin -util -setieproxy command.

Examples

The following example displays the proxy usage for the NETWORK SERVICE account.

C:\>bitsadmin /Util /GetIEProxy NETWORKSERVICE

Additional references

Command-Line Syntax Key