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