< # .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 a try/catch block to capture errors. .NOTES File Name : New-Folder.ps1 Author : Thomas Lee – tfl… Read the full text.