Multiple choice technology

Which PS Snap-In is required to be imported in PowerShell to achieve IIS 7.0 related administrative tasks.

  1. Microsoft.PowerShell.Core

  2. Microsoft.PowerShell. Management

  3. Microsoft.PowerShell.Utility

  4. WebAdministration

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

WebAdministration is the PowerShell Snap-In (module in newer versions) required for IIS 7.0 administrative tasks. It provides CmdLets like Get-Website, New-Website, and Get-WebAppPool. The other options listed are core PowerShell modules, not related to IIS.