Get-WebSitesApplication

Get-WebSitesApplication

Gets a tenant application.

Syntax

Parameter Set: Default
Get-WebSitesApplication [-SiteName] <String> [[-ApplicationName] <String> ] [-ConnectionString <String> ] [-PipelineVariable <String> ] [ <CommonParameters>]


 

Detailed Description

The Get-WebSitesApplication cmdlet gets a tenant application.

A web site contains one or more Internet Information Services (IIS) 7 applications, each of which can have their own independent web configurations.

Parameters

-ApplicationName<String>

Specifies the name of an application.

 

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-ConnectionString<String>

Specifies a connecting string to a hosting database. If this parameter is not specified, the default instance of the hosting database is used.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-PipelineVariable<String>

Specifies a variable to be used with the pipeline operator.

 

Aliases

pv

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-SiteName<String>

Specifies the name of a site.

 

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get all applications for a web site

This command gets all applications for the web site named Site01.

PS C:\> Get-WebSitesApplication -SiteName "Site01"

 

Related topics

New-WebSitesApplication

Remove-WebSitesApplication