Multiple choice technology The command to recycle application pool ? appcmd recycle apppool /apppool.name:<application pool name> appcmd recycle apppool appcmd recycle apppool :<application pool name> appcmd recycle apppool /apppool:<application pool name> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The appcmd recycle apppool command requires the /apppool.name: switch followed by the application pool name to specify which pool to recycle. Option A shows the correct syntax with the proper switch format.