Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to load the WebAdministration module from an administrative PowerShell session or with an account that has administrative rights to manage Internet Information Services (IIS). If you do not have administrative access and try to import the WebAdministration module, you will see an error similar to Figure 10.1.
FIGURE 10.1 Importing WebAdministration: access denied
From an administrative PowerShell session, run the following command:
Import-Module WebAdministration
To see the list of commands for the WebAdministration module, run the following command:
Get-Command -module WebAdministration
Your results will look similar to Figure 10.2.
In IIS 7.0 and IIS 7.5, configuration is stored in XML files. (In prior versions, the configurations were stored in a location called the metabase.) These XML files can be stored in a centralized location and are much easier to work with compared to the metabase. This enables a shared configuration for all your web servers.