Jul 30, 2008
1. [File System] Open Explorer window for Default Web Site's home directory $path = $(get-item 'iis:\sites\default web site').physicalPath $path = [system.environment]::ExpandEnvironmentVariables($path) explorer $path Related UI Task: "Explorer" 2. [File...
4 comments Tags: Powershell
Apr 22, 2008
This article is for the users who have never experienced the Windows Powershell and want to use IIS Powershell Provider. I tried to explain the basic feature of Powershell here for you to understand the Powershell and IIS Powershell Provider together...
6 comments Tags: Powershell