Get-WebVirtualDirectory

Get-WebVirtualDirectory

Gets a list of the virtual directories on the specified site.

Syntax

Parameter Set: Default
Get-WebVirtualDirectory [[-Name] <String> ] [-Application <String> ] [-Site <String> ] [ <CommonParameters>]

Detailed Description

Gets a list of the virtual directories on the specified site.

Parameters

-Application<String>

The name of a Web application with which virtual directories are associated.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

The name of a virtual directory to return.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Site<String>

The name of the site for which a list of virtual directories is returned.

Aliases

none

Required?

false

Position?

named

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------- EXAMPLE 1: Getting a virtual directory --------------

This cmdlet returns the list of virtual directories on the Default Web Site on which the application named testApp is configured.

IIS:\>Get-WebVirtualDirectory -site 'Default Web Site' -Application testApp