Get-WebFilePath
Gets the physical path to the location of the specified IIS module.
Syntax
Default (Default)
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.
Parameters
-PSPath
Specifies an IIS configuration path.
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.