Get-Web File Path

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

Syntax

Get-WebFilePath
   [[-PSPath] <String[]>]
   [<CommonParameters>]

Description

The Get-WebFilePath cmdlet gets the physical path to the location of the specified Internet Information Services (IIS) module.

Examples

Example 1: Get the physical path of the default website

IIS:\> Get-WebFilePath -PSPath "IIS:\Sites\Default Web Site"
Directory: Microsoft.PowerShell.Core\FileSystem::C:\inetpub

Mode    LastWriteTime        Length    Name
----    -------------        ------    ----
d----   7/28/2008 9:40 PM              wwwroot

This command retrieves the physical path for the default website.

Optional Parameters

-PSPath

Specifies an IIS configuration path.

Type: String[]
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False