Get-WebFilePath

Get-WebFilePath

Gets the physical path to the location of the specified IIS module.

Syntax

Parameter Set: Default
Get-WebFilePath [[-PSPath] <String[]> ] [ <CommonParameters>]

Detailed Description

Gets the physical path to the location of the specified IIS module.

Parameters

-PSPath<String[]>

An IIS configuration path.

Aliases

none

Required?

false

Position?

2

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: Get the physical path of the Default Web Site --------------

Demonstrates how to retrieve the physical path for the Default Web Site.

Directory: Microsoft.PowerShell.Core\FileSystem::C:\inetpub

Mode LastWriteTime Length Name

---- ------------- ------ ----

d---- 7/28/2008 9:40 PM wwwroot

IIS:\>Get-WebFilePath 'IIS:\Sites\Default Web Site'