PowerShell V4 New Features
This course provides an overview of new features in PowerShell 4.0. It is aimed at IT Pros already using PowerShell 3.0 who …
This course provides an overview of new features in PowerShell 4.0. It is aimed at IT Pros already using PowerShell 3.0 who …
Play by Play: Discovering PowerShell with Mark Minasi
Windows Server guru Mark Minasi shows how to learn PowerShell from PowerShell, using the built-in intelligent features and help commands.
With the release of the new version of Windows Server 2012 R2 comes a new version of IIS, IIS 8.5.
IIS continues to grow as a key investment area for web hosting, with new and exciting improvements in scalability and more. This session includes demos of how these new features can be key parts of your real-life web deployment.
IIS 7.5 Express enhances your ability to develop and test web applications on Windows by combining the power of IIS 7.5 with the convenience of a lightweight web server like the ASP.NET Development Server (also known as Cassini).
IIS 7.5 portable | Internet Information Services (IIS) 7.5 Express | IIS 7.5 Express FAQ | IIS 7.5 Express Readme
We’re talking here about PowerShell and IIS; maybe the first thing to do should have been to install IIS (7.x) with PowerShell… …
Question: What’s the best way to have standardized websites accross server(s)?
Answer: Using a script to create them! Thus, all websites will meet the same standards
In this example, the only mandatory parameter is the website display name. All others have default values, but the script will list them and ask confirmation before creating the website.
Furthermore, a selection of the IP address to use is required (yes, a webserver can have multiple IP address configured, I hope so by the way, at least two -one for the admin network-).
Installs a .pfx file
Create and install a self signed SSL certificate (with the SelfSSL7 utility)
I usually hate to agree with the detractors of Microsoft and uses often, because it’s right, the argument that Microsoft products are …
Pretty simple operation: just add this line in the hive of the web.config file for the application to trace Then, to access …
Import mimeTypes mimetypes.txt example
Determine if Central W3C logging is ‘per site’ or ‘per server’
Automation of CSR generation, uses certreq.exe
IIS 7.x has a modular architecture. Modules, also called extensions, can be added or removed individually so that only modules required for …
Microsoft has just released Windows Server 2012! You can find out more about this release on the Official Windows Server 2012 Launch …