Hello,
quick scenario: I have experience with batch files, vbscript/wsh, bash shell
scripting, and
vb.net/c#.net programming. None of which do I do everyday.
Over the years I have used these things to accomplish tasks or solve
problems as needed. I am about to move into a position where automation in
general will be key. Server deployment will be the primary area utilizing
Windows Automated Deployment Services and later System Center Configuration
Manager. So its time for me to update myself on the options out there now
for scripting for deployment and ongoing administration purposes.
1) what to focus on first? stick with vbscript/WSH, pull in WMI when needed
or do I not bother refreshing and updating myself on that and go right to
powershell/WMI?
2) I've used Visual Studio 2005 for some app development and noticed it has
support for WSH projects which I assume means all the great features of that
IDE will be available for WSH projects such as autocompletion and
documentation with examples at your fingertips. I'm also assuming getting VS
2005 only for scripting may be overkill. What options are out there now as
far as code editors that may have similar features to VS 2005 only just for
scripting?