3. Right-click Explorer.exe and select Properties.
4. Click the Details tab. You??™ll see the Windows version information there.
You will also need to replace the processorArchitecture value in the preceding
code with whatever architecture your server uses. You options are x86, x64, and amd64.
Finally, to perform the unattended install, assuming that this unattend.xml file is
saved as C:\unattend.xml, run the following:
Start /w pkgmgr /n:c:\unattend.xml
IIS MANAGEMENT CONSOLE
One of the most significant changes to IIS is its overall management user interface:
IIS Manager. If you select the default role services when you install IIS, the IIS Management
Console is automatically installed for you. The IIS Manager can be launched by
choosing Start | Internet Information Services (IIS) Manager | Administrative Tools.
You will see the IIS Start Page, with several panes: Recent Connections to IIS servers
you have managed, a collection of quick links to Connection Tasks, Online Resources,
and IIS News (Figure 6-3). In the left-most Connections pane are connections to various
IIS 7.0 servers. By default, the local server automatically appears here. Additional servers
can be added by clicking the Create New Connection button (the globe with a plug
in it). To view your server??™s configuration, click your server name in the Connections
pane (Figure 6-4).
188 Microsoft Windows Server 2008 Administration
If you expand your server in the Connections pane, you will see two containers:
Application Pools and Web Sites.
Pages:
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237