General discussion
-
CreatorTopic
-
November 18, 2004 at 7:05 am #2291070
Can anyone give me some useful scripting resources
Lockedby packet spoofer · about 18 years, 6 months ago
I am looking into the concept of using vbscript to help manage my Win2k3/exchange environment and wanted some feedback from people that have resources tools how to’s or anything else that could help me….Thanks!
Topic is locked -
CreatorTopic
All Comments
-
AuthorReplies
-
-
November 19, 2004 at 1:55 am #3292578
counter recommendation
by apotheon · about 18 years, 6 months ago
In reply to Can anyone give me some useful scripting resources
Actually, I think I’d recommend looking into ActivePerl for Windows as an alternative. The Perl language is about the best general-purpose system administration tool ever invented. Based on the way you phrased your query, it looks to me as though you aren’t necessarily dead-set on using VBScript, and assume that’s what you’ll use just because you may not have thought of some alternatives.
There’s a tremendous resource for people looking for modules and source to reuse for Perl programmers called CPAN, and there’s an extremely helpful community surrounding Perl where you can get help learning and using the Perl language. For that, you might start at http://www.perlmonks.org (where I’m a member).
ActivePerl can be found at http://www.activestate.com/Products/ActivePerl/
-
November 19, 2004 at 4:41 am #3292534
apotheon…thanks
by packet spoofer · about 18 years, 6 months ago
In reply to counter recommendation
I had not thought of this, which is really why I am posting for feedback….It will take alot of time and effort to get fully up to speed on a language of choice….however, if there is a bent toward a more useful language, now would be the time to consider it…..I will look into this and again,thanks for the information.
Scott
-
-
November 19, 2004 at 10:51 am #3292378
Here’s a download with a bunch of good info
by jasonhiner · about 18 years, 6 months ago
In reply to Can anyone give me some useful scripting resources
How to write scripts to administer Windows
http://techrepublic.com.com/5138-6288-729258.html-
November 19, 2004 at 10:57 am #3292376
I just finished downloading it….
by packet spoofer · about 18 years, 6 months ago
In reply to Here’s a download with a bunch of good info
Thanks alot….!
-
November 22, 2004 at 3:28 pm #3305189
ms script centre
by clark_nick2002 · about 18 years, 6 months ago
In reply to I just finished downloading it….
Hi Scott,
If you are just beginning to look into scripting in a windows environment i would suggest looking at http://www.microsoft.com/technet/scriptcenter/default.mspx
This has some nice features and tools to get you started.
Plus – do not miss the archived webcasts, scripting week is a good few hours of pointers.They don’t cover everything but definately a good place to start.
One note on perl (don’t burn me for this folks)
perl is fantastic and is portable to many different OS’s etc etc. the one good thing about vbscript is that you can integrate with WMI and AD in a windows network without the need for installing x,y,z. There are more perl modules etc etc out there for you to utilize and tailor to your needs but vbscript is being allocated more and more resources by MS with regard to admin etc etc.Hope that helps
Nick
-
November 24, 2004 at 6:42 am #3310867
Thanks for the information Nick….
by packet spoofer · about 18 years, 6 months ago
In reply to ms script centre
I need to look into Perl a little more than I have…..when I have time I will….as far as te scripting center……It looks great….just what i need….so thanks,
Scott
-
-
November 23, 2004 at 8:28 pm #3310985
example of logon script
by syoyow · about 18 years, 6 months ago
In reply to Here’s a download with a bunch of good info
Hi guys, anyone can give me any example of Logon script, especially for mapping drive.
thx, YOYOw
-
-
November 26, 2004 at 2:17 pm #3314961
Here are some resources I use
by sheep_exploding · about 18 years, 6 months ago
In reply to Can anyone give me some useful scripting resources
This is essentially a online book of VBS, they gear it more towards web stuff, but it is a great site if you are just learning VBS:
http://docs.rinet.ru/VB/Command reference online:
http://home.earthlink.net/~rlively/MANUALS/INDEX.HTM
http://www.w3schools.com/vbscript/default.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vbscripttoc.aspOnline NNTP of MSFT scripting groups:
http://groups.msn.com/windowsscriptVBS Error codes:
http://17.webmasters.com/caspdoc/html/vbscript_errors.htmSome older OK Windows scripting stuff:
http://www.desktopengineer.com/Some good walk throughs:
http://www.computerperformance.co.uk/ezine/ezine26.htm
http://www.jsware.net/jsware/scripts.html#dexI think another poster already mentioned this site but it is worth another mention! MSFT Script Center
http://www.microsoft.com/technet/scriptcenter/default.mspxAnd one of the greatest scripting sites on the web
http://cwashington.netreach.net/And finally SlipStick has some great Exchange scripting examples:
http://www.slipstick.com/index.htmI taught myself VBS/WSH, WMI, and ADSI this summer and I has helped me in countless situations. Once you get over the hump and understand how to do the basics there is almost no limit to what you can do in a AD/Exchange network.
Regards.
-
-
AuthorReplies