< # .SYNOPSIS This script Creates then removes a folder using methods in System.IO.Directory. .DESCRIPTION This script checks to see if a staticly named folder exists. if not, it creates then removes the folder. The creation/deletion logic in enclosed within...