the_hutch wrote: » I would say VBScript for a windows environment
ptilsen wrote: » VBscript really has little to no use when PowerShell can be used. PowerShell can do pretty much everything VBScript can in less and easier-to-use code.
the_hutch wrote: » Hmm...to be honest, I'm not real familiar with powershell. I've played around a little bit with it, and was pleased to find that it had a very bash-esque approach to navigating the file system on command line. But other than that, I didn't really know it was such a powerful tool...and honestly didn't even realize you could script in powershell. This intrigues me. How do I get started? Anybody have any good resources for learning powershell scripting?
the_Grinch wrote: » Everyone I spoke to always says to get "Learn Windows Powershell in 30 Days of Lunches."Amazon.com: Learn Windows PowerShell in a Month of Lunches (9781617290213): Don Jones: Books
ptilsen wrote: » Basically everything you'll do in VBScript makes a WMI, LDAP, or API call. PowerShell has the same capabilities, but has many features built into cmdlets to make it easier. The Get-Help cmdlet makes understanding the use of each cmdlet very easy -- frankly, the Get-Help entries are IMO far superior to the average GNU/Linux/UNIX man page. Regex is straightforward, and pretty much everything can be piped
the_hutch wrote: » hrmph...no kindle version :-/. Must find other options.
JDMurray wrote: » "In A Month Of Lunches?" I wonder how long the publishing staff had to repeat that series title to themselves before it started to sound good.
dmoore44 wrote: » See if you can persuade your organization to spring for a Safari Books Online subscription. If your organization tends to buy a lot of reference books, Safari Books Online will save them a lot of money... Safari gets current books pretty quickly so you'll always have up to date info. The subscription is under $500/yr and you get access to all of their books and training videos. You also get a limited number of tokens with which you can download a .pdf/.mobi/.epub version of a book. They also have an offline e-reader app for iPad and Android tabs. It's pretty damn awesome. And just so everyone knows, I am not affiliated with Safari Books in any way. I work for the man.
JayTheCracker wrote: » python, php, javascript, bash
rob1234 wrote: » Hello, From a security point of view what would be the best scritping/programming lanagaue to learn and why? Thanks!