Sitecore | .Net Core| Azure| C# | Nextjs
Sitecore for living and rest is for party.
Friday, May 2, 2014
Get website details such as physical path using Powershell
Import-Module
"WebAdministration"
-ErrorAction
Stop
foreach
(
$site
in
(
dir
iis:\sites\*WebSiteNameXyz*
))
{
write-host
$site
.
Name
write-host
$site
.
Bindings
write-host
$site
.
State
write-host
$site
.
physicalpath
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment