|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/powershell-stairway-to-automation/
课程评论:没有评论
**Coursera 课程总结:PowerShell 自动化与脚本入门培训** 本课程旨在帮助您实现自动化梦想,从 PowerShell 的基础知识出发,深入了解 PowerShell 的强大功能,并学习如何开发脚本来自动化日常的 Windows 管理任务。 **课程亮点:** * **全面基础:** 涵盖 PowerShell 与命令行对比、实验室搭建、VMware Player 安装及虚拟机创建、VMware Tools 安装。 * **服务器环境构建:** 学习创建第二个虚拟机和中心服务器,并进行域和域控制器设置,以及将服务器加入域。 * **核心 Cmdlet 掌握:** 深入学习 `Get-ChildItem`、`Get-Service`、`Get-Content`、`Get-Process` 等常用 Cmdlet。 * **脚本逻辑构建:** 理解变量、数据类型、数组、条件运算符、比较运算符,并掌握 `for`、`while`、`do-while` 等循环结构。 * **高级脚本技巧:** 学习错误处理(`try-catch`)、文件处理(文本、CSV、XML)、输出管道(`Out-File`、GridView、HTML、CSV)。 * **实践应用:** 了解执行策略,运行您的第一个脚本,并通过实际案例学习如何进行 Windows 驱动器空间分析。 * **自动化部署:** 学习如何使用 `Send-MailMessage` 发送邮件,并通过 Windows 任务计划程序、Jenkins 和 SQL Server Agent 实现脚本的自动化。 **谁适合这门课程?** 任何希望利用 PowerShell 提升工作效率、实现 Windows 系统管理自动化的人员。 **不要错过这个机会,开始您的自动化之旅!**
This course will ensure that each one taking it up gets an opportunity to fulfill their own dream for automation. Starting from the PowerShell basics, this course will help you to understand what PowerShell is and how it can be used to develop your own applications that will automate Windows day-to-day admin tasks. You also get a chance to know how to set up your own lab and can experience the practicals usings the demo scripts. So Don't MISS this!!!Main topics covered in this course:- 1 Intro: Automation Using Powershell2 Powershell Vs Commandline3 Easy Set up a Lab for your automation4 Install VMWare Player5 Create Virtual Machine VM1 using VMWare Player6 Install VMWareTools7 Create VM2 and Central Server8 Domain and Domain controller Set Up9 Joining servers to a domain10 Get-ChildItem Commandlet11 Get-Service Commandlet12 Get-content Commandlet13 Get-Process Commandlet14 Arrays15 Conditional Operators16 Comparison Operators17 for loop18 while - do while 19 Variables and Datatypes20 Error Handling (try catch)21 File Handling using text files22 File Handling uisng Csv files23 File Handling using XML Files24 Saving output to text file (Out-File Cmdlet)25 Displaying output to gridview26 Displaying output to HTML27 Saving output as CSV file28 Execution Policy and Run your first script29 Windows drive space analysis using powershell30 Sending Mails using powershell: Send-MailMessage31 Automate your script through Windows Task Scheduler32 Automate your script thorugh the Jenkins (a widely usedfree Devops Tool)33 Automate your scripts through SQL Server Agent