The IIS PowerShell namespace consists of items like Web-Sites, Apps, Virtual Directories and Application Pools. Creating new namespace items and managing them is very easy using the built-in ...
The ScriptClass extension module provides code re-use and syntactic affordances for PowerShell similar to comparable dynamic languages such as Python and Ruby. The aim is to facilitate the development ...
Recently, I wrote a column about how you can use PowerShell to uninstall an unwanted application. The problem with the technique described in that article is that it can be tough to locate the ...
Microsoft PowerShell is a trusted tool for many information technology (IT) professionals managing Internet Information Services (IIS) web server farms with dozens or even hundreds of app pools. With ...
Last year, I wrote a lesson on working with the ENV: PSDrive. I still encourage students to use $ENV:Computername to get the local computer name instead of using ...