GetByName method of the CIM_WebApplicationProxyApplication class

Retrieves information about the published web application that has the specified name.

Syntax

uint32 GetByName(
  [in]  string          Name,
  [out] PublishedWebApp cmdletOutput[]
);

Parameters

Name [in]

The name of the published web application.

cmdletOutput [out]

When this method returns, if there are multiple results, this parameter contains an array of application names. Otherwise, this parameter contains an array that contains the information about the published application.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\WebApplicationProxy
Header
Wmp.h
MOF
AppProxyPSProvider.mof
DLL
AppProxyPSProvider.dll

See also

CIM_WebApplicationProxyApplication