《windows系统管理--使用命令行,批处理文件和windows脚本》(前言)

《windows系统管理--使用命令行,批处理文件和windows脚本》(前言)


      参考 :How to Cheat at Windows System Administration Using Command-Line Scripts.

      推荐: Automating Windows Administration(没有找到)

      windows脚本技术主页: http://msdn2.microsoft.com/en-us/library/d1et7k7c(VS.80).aspx

      windows脚本:    http://www.computerperformance.co.uk/ezine/ezine1.htm

      windows脚本msn:   http://groups.msn.com/windowsscript

       windows 2000 所有命令:  http://www.microsoft.com/windows2000/en/server/help/default.asp?url=/windows2000/en/server/help/ntcmds.htm

      windows 2000与MS-DOS 命令区别: http://www.microsoft.com/windows2000/en/server/help/default.asp?url=/windows2000/en/server/help/ntcmds.htm

      ms-dos 命令: http://www.computerhope.com/msdos.htm

      .bat文件命令: http://www.computerhope.com/batch.htm

      windows注册表: http://www.computerhope.com/registry.htm

      windows脚本和批处理: http://labmice.techtarget.com/scripting/default.htm

前言

在windows以前的操作系统中,系统管理使用命令行和批处理文件对系统进行管理,进入windows操作系统后,管理员可以使用各种界面和向导来管理系统,再也不用去记很多的命令,但是有时使用命令行和脚本是更方便更高效的方法。例如要增加某些用户到活动目录,使用命令行或脚本就会更快。再例如如果一个网络里有上千台机子需要做相同的工作,如果你用wizard界面一个一个来的话,如此重复无聊的工作,你不的被活活的气死,也的被活活的累死。


本系列详细将解了命令行和脚本的使用。共11章,分为5部分:

第1部分:
      
      1 命令行处理(Command Shell)
      2 批处理文件(.bat)
      3 windows脚本基础     

第2部分:

      3 任务计划(Scheduled Tasks)
      4 文件管理(File Manage)
      5 磁盘管理(Hard Disks Manage)

第3部分:

      6 系统服务(System Services)
      7 事件日志(Event Logs)
      8 性能(Performance)
      9 打印服务(Printing Services)

第4部分:

     10  活动目录服务(Active Directory Services)

第5部分:

     11  Server2003中的网络服务管理(.Net Working Services)


注:在本系列文章中如有错误,请指正,谢谢!


你可能感兴趣的:(《windows系统管理--使用命令行,批处理文件和windows脚本》(前言))