< # .SYNOPSIS Displays summary of machine.config .DESCRIPTION This script is a re-write of an MSDN sample which fetchs the machine.config file, prints out file path, and key sections. Also shows how many sections exist in the machine.config file. Also fixed errors in original C # code...