FILE: C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IISAdministration\IISAdministration.psm1

--
$module = $MyInvocation.MyCommand.ScriptBlock.Module $module.OnRemove = {Reset-IISServerManager -Confirm:$false}
--