Would like a visual environment for creating admin scripts to manage tasks.
3 Answers
If you're running Windows, you might try Windows PowerShell. It comes with an integrated scripting environment similar to IDEs like Visual Studio.
Comments
Since you have asked this on a programmers site, I'm assuming that its programming related admin tasks. Have a look at http://www.nantbuilder.com which provides a good editor for writing nant (htp://nant.sourceforge.net) scripts which in turn is a good language for automating builds...