课程介绍

课程亮点:

全面的学习路径: 本课程提供从零基础到高级实战的完整学习路径,适用于所有水平的学员。

实际项目应用: 您将通过实际项目实战,将所学知识应用于实际场景,培养实际技能。

深度剖析: 我们将深度剖析PowerShell的各个方面,包括语法、脚本编写、自动化任务、系统管理等。

课程内容:

PowerShell基础: 从PowerShell的基本语法和概念开始,构建坚实的基础。

脚本编写技巧: 学习如何编写高效、可维护的PowerShell脚本。

自动化任务: 探索如何使用PowerShell自动化重复性任务,提高工作效率。

系统管理与监控: 学习如何使用PowerShell管理系统和监控资源。

实际项目: 通过实际项目开发,应用所学知识,解决实际挑战。

案例研究: 深入分析PowerShell应用的案例,学习最佳实践。

谁应该参加:

想要从零开始学习PowerShell的新手。

寻求提升PowerShell技能,将其应用于实际项目的IT专业人员。

寻求提高自动化和系统管理技能的系统管理员和网络工程师。

课程要求:

无需任何特定的先验知识。只需具备基本的计算机操作和编程兴趣即可。

完成本课程后,您将能够:

掌握PowerShell编程语言,能够编写各种脚本和自动化任务。

在实际项目中应用PowerShell,提高工作效率和生产力。

解决系统管理和监控方面的挑战,成为PowerShell的专家。

在PowerShell编程领域取得成功,为职业生涯增添新的高度。

加入我们,一起深入学习PowerShell编程,成就零基础到高级实战的完美转变!

课程目录

PowerShell 基础与提升【入门篇+中级篇+高级篇】
├─ 第一阶段:PowerShell 基础与提升-入门篇
│    ├─ 0.Powershell学习入门.pptx
│    ├─ 1-1 你是否百分百投入.mp4
│    ├─ 1-2 欢迎大家学习Powershell 系列课程.mp4
│    ├─ 1-3 PowerShell 系列篇录制目标与目的.mp4
│    ├─ 1.为何是Powershell.pptx
│    ├─ 10-1 PowerShell 交互数据的输入.mp4
│    ├─ 10-2 PowerShell 通过弹框进行数据输入.mp4
│    ├─ 10-3 PowerShell 的文件导入-Get-content.mp4
│    ├─ 10-4 PowerShell 带筛选的导入方式.mp4
│    ├─ 10-5 PowerShell 标准CSV数据导入方式.mp4
│    ├─ 10-6 PowerShell XML 数据导入.mp4
│    ├─ 10.1.数据的导入.pptx
│    ├─ 10.PowerShell中的对象.pptx
│    ├─ 11-1 PowerShell 结果的输出.mp4
│    ├─ 11-10 PowerShell 输出到GridView显示.mp4
│    ├─ 11-11 Powershell 内容输出到打印机.mp4
│    ├─ 11-12 PowerShell 将内容输出到系统日志.mp4
│    ├─ 11-2 PowerShell 数据赋值到变量.mp4
│    ├─ 11-3 PowerShell 结果赋值到变量Write-Output.mp4
│    ├─ 11-4 PowerShell 将结果导出到文件1.mp4
│    ├─ 11-5 PowerShell 结果追加到文件.mp4
│    ├─ 11-6 PowerShell将结果输出到文件.mp4
│    ├─ 11-7 PowerShell将结果输出为格式化文件.mp4
│    ├─ 11-8 PowerShell 将结果输出为XML格式.mp4
│    ├─ 11-9 PowerShell 将结果输出为网页格式.mp4
│    ├─ 11.1.结果集输出.pptx
│    ├─ 11.PowerShell中的JOB.pptx
│    ├─ 12-1 PowerShell 集成开发环境介绍.mp4
│    ├─ 12-2 PowerShell 集成开发环境之Vscode.mp4
│    ├─ 12-3 Powershell 集成开发环境ISE.mp4
│    ├─ 12-4 Powershell的注释和帮助文件.mp4
│    ├─ 12-5 PowerShell ISE 集成环境插件.mp4
│    ├─ 12.5.认识管道符的左过滤和右过滤.pptx
│    ├─ 12.PowerShellISE集成开发环境.pptx
│    ├─ 12.PowerShell计划任务.pptx
│    ├─ 13-1 什么是PowerShell 的JOB.mp4
│    ├─ 13-2 新建JOB的两种方法.mp4
│    ├─ 13-3 PowerShell JOB的管理.mp4
│    ├─ 13-4 理解我们PowerShell JOB失败的原因.mp4
│    ├─ 13-5 PowerShell 的远程JOB.mp4
│    ├─ 13.PowerShellRemoting.pptx
│    ├─ 14-1 什么是ScheduledJob.mp4
│    ├─ 14-2 ScheduledJob 的创建.mp4
│    ├─ 14-3 ScheduledJob的管理与删除.mp4
│    ├─ 15-1 PowerShell 远程访问.mp4
│    ├─ 15-2 WinRM和WSMan.mp4
│    ├─ 15-3 利用Enter-PSsession 进行远程访问连接.mp4
│    ├─ 15-4 利用Invoke-Command 命令进行远程命令调用执行.mp4
│    ├─ 16-1 Pwershell网页访问.mp4
│    ├─ 16-2 PowerShell Web Access 前置配置条件.mp4
│    ├─ 16-3 PowerShell Web Access 部署.mp4
│    ├─ 16-4 PowerShell Web Access 的访问配置.mp4
│    ├─ 16.PowerShell网页访问.pptx
│    ├─ 17-1 课后总结与交流.mp4
│    ├─ 2-1 Powershell-Shell 语言的春天.mp4
│    ├─ 2-2 定制我们的PowerShell执行环境.mp4
│    ├─ 2-3 如何开启PowreShell.mp4
│    ├─ 2.如何开启Powershell.pptx
│    ├─ 28.1.Powershell的远程访问.pptx
│    ├─ 28.2.Enter-PSsession进行连接.pptx
│    ├─ 28.3.Invole-Command进行远程任务执行.pptx
│    ├─ 3-1 什么是PowerShell的Provider.mp4
│    ├─ 3-2 新建我们的PSDriver.mp4
│    ├─ 3-3 分享下内置的Provider.mp4
│    ├─ 3.定制PowerShell运行环境.pptx
│    ├─ 4-1 执行Powershell cmdlet 和Function.mp4
│    ├─ 4-2 获取PowerShell命令帮助.mp4
│    ├─ 4-3 为我们的PS命令设置别名.mp4
│    ├─ 4-4 Powershell参数定义标识符-.mp4
│    ├─ 4.执行我们的Powershell命令.pptx
│    ├─ 5-1 认识PowerShell 和模块.mp4
│    ├─ 5-2 什么是Snapin,如何加载.mp4
│    ├─ 5-3 获取当前系统的Module及导入Module.mp4
│    ├─ 5-4 建立企业内部的模块私有云.mp4
│    ├─ 5.获取命令帮助.pptx
│    ├─ 6-1 认识PowerShell 管道符.mp4
│    ├─ 6-2 管道符的数据传递方式.mp4
│    ├─ 6-3 管道符处理过程中的异常处理机制.mp4
│    ├─ 6-4 认识数据的左过滤与右过滤.mp4
│    ├─ 6.PowerShell的管道符.pptx
│    ├─ 6.别名的设置.pptx
│    ├─ 7-1 PowerShell 中的对象.mp4
│    ├─ 7-2 使用Get-member 方法了解内置方法.mp4
│    ├─ 7-3 创建自定义属性.mp4
│    ├─ 7-4 使用Add-member 方法为我们的对象添加属性.mp4
│    ├─ 7-5 Powershell 创建不同数据类型.mp4
│    ├─ 7.Powershell命令的参数-.pptx
│    ├─ 8-1 了解PowerShell的运算符和操作符.mp4
│    ├─ 8-2 Powershell 算数操作符.mp4
│    ├─ 8-3 Powershell逻辑操作符.mp4
│    ├─ 8-4 PowerShell的布尔运算符.mp4
│    ├─ 8.PowertShell中的运算符和操作符.pptx
│    ├─ 8.什么是PSnapin (1).pptx
│    ├─ 8.什么是PSnapin.pptx
│    ├─ 9-1 数据的呈现与整理.mp4
│    ├─ 9-2 PowerShell的格式化输出.mp4
│    ├─ 9-3 Powershell数据的选择性输出.mp4
│    ├─ 9-4 PowerShell的数据排序.mp4
│    ├─ 9-5 PowerShell 数据统计功能.mp4
│    ├─ 9-6 PowerShell的数据分组功能.mp4
│    ├─ 9.PowerShell的Provider.pptx
│    ├─ 9.数据的呈现与处理 (1).pptx
│    └─ 9.数据的呈现与处理.pptx
└─ 第二阶段:PowerShell 基础与提升-中级篇
       ├─ 0.Powershell学习中级篇.pptx
       ├─ 1-1 整体课程规划与未来计划.mp4
       ├─ 1-2 Powershell 中级篇课程简介.mp4
       ├─ 1-3 Powershell环境配置.mp4
       ├─ 1.PowershellISE环境配置.pptx
       ├─ 10-1 什么是正则表达式及正则表达式发展历史.mp4
       ├─ 10-2 正则表达式匹配机制.mp4
       ├─ 10-3 Match与字符标准匹配模式.mp4
       ├─ 10-4 短字符匹配模式.mp4
       ├─ 10-5 正则表达式的描记开始与结束.mp4
       ├─ 10-6 Powershell 正则表达式的字符边界.mp4
       ├─ 10-7 Powershell量词匹配.mp4
       ├─ 10.Powershell与正则表达式.pptx
       ├─ 2-1 Powershell 数据类型-整型.mp4
       ├─ 2-2 Powershell数据类型-浮点型.mp4
       ├─ 2-3 Powershell 基本数据类型-字符型.mp4
       ├─ 2-4 Powershell基本数据类型-日期型.mp4
       ├─ 2-5 Powershell 基本数据类型的转换.mp4
       ├─ 2-6 基本数据类型总结-案例.mp4
       ├─ 2-Final.pptx
       ├─ 2-Powershell从入门到精通-中级篇-基本数据类型 (1).pptx
       ├─ 2-Powershell从入门到精通-中级篇-基本数据类型.pptx
       ├─ 3-1 组合数据类型介绍-开篇.mp4
       ├─ 3-2 组合数据类型之数组.mp4
       ├─ 3-3 组合数据类型之哈希表.mp4
       ├─ 3-4 组合数据类型之数据集.mp4
       ├─ 3-5 章节结篇-组合数据类型案例.mp4
       ├─ 3.1组合数据类型案例介绍.pptx
       ├─ 3.组合数据类型.pptx
       ├─ 4-1 Powershell 参数简介.mp4
       ├─ 4-2 Powershell 形参与实参.mp4
       ├─ 4-3 Powershell 参数集和相关概念.mp4
       ├─ 4-4 章节案例.mp4
       ├─ 4.1Powershell参数-章节案例.pptx
       ├─ 4.Powershell参数 (1).pptx
       ├─ 4.Powershell参数.pptx
       ├─ 5-1 认识Powershell 运算符.mp4
       ├─ 5-2 Powershell 算数运算符.mp4
       ├─ 5-3 Powershell 逻辑运算符.mp4
       ├─ 5-4 Powershell 的布尔运算.mp4
       ├─ 5-5 类型操作符.mp4
       ├─ 5-6 自运算操作符.mp4
       ├─ 5-7 特殊操作符.mp4
       ├─ 5-8 章节案例.mp4
       ├─ 5.1.操作符案例.pptx
       ├─ 5.Powershell操作符 (1).pptx
       ├─ 5.Powershell操作符.pptx
       ├─ 6-1 Powershell 流程管理语句.mp4
       ├─ 6-2 If-Else 语句.mp4
       ├─ 6-3 Switch语句.mp4
       ├─ 6-4 While 语句与Do while.mp4
       ├─ 6-5 章节案例-石头剪刀布.mp4
       ├─ 6.Powershell流程案例.pptx
       ├─ 7-1 认识Powershell 循环.mp4
       ├─ 7-2 While 循环.mp4
       ├─ 7-3 For 循环体.mp4
       ├─ 7-4 Foreach循环体.mp4
       ├─ 7-5 Powershell 循环-章节案例.mp4
       ├─ 7.1.章节案例-多种方法实现我们的循环.pptx
       ├─ 8-1 Powershell的错误处理.mp4
       ├─ 8-2 PowerShell 的错误处理机制.mp4
       ├─ 8-3 $用来干嘛的.mp4
       ├─ 8-4 错误处理的Throw关键字.mp4
       ├─ 8-5 Try-Catch-Finally 的错误捕获与处理.mp4
       ├─ 8-6 Powershell 错误处理-章节案例.mp4
       ├─ 8.1.Powershell错误处理-案例.pptx
       ├─ 8.Powershell错误处理.pptx
       ├─ 9-1 Powershell 函数.mp4
       ├─ 9-2 函数的基本参数.mp4
       ├─ 9-3 函数的参数集.mp4
       ├─ 9-4 CMDlet高级功能的启用.mp4
       ├─ 9-5 函数的PIPELine.mp4
       ├─ 9-6 Powershell函数-章节案例.mp4
       ├─ 9.1.PowerShell章节案例.pptx
       └─ 9.Powershell函数.pptx
├─ 第三阶段:PowerShell 基础与提升-高级篇
│    ├─ 1-1 课程的内容主题及计划.mp4
│    ├─ 1-2 Powershell 高级篇介绍.mp4
│    ├─ 1.高级课程介绍及准备.pptx
│    ├─ 10-1 什么是YAML.mp4
│    ├─ 10-2 Powershell YAML 模块的部署和安装.mp4
│    ├─ 10-3 Powershell 与YAML格式的转换命令.mp4
│    ├─ 11-1 二维码的发展历史.mp4
│    ├─ 11-2 二维码模块的安装与部署.mp4
│    ├─ 11-3 利用Powershell生成二维码案例.mp4
│    ├─ 11-4 一次性生成30个二维码图片,真的.mp4
│    ├─ 12-1 什么是词云.mp4
│    ├─ 12-2 词云模块的安装和部署.mp4
│    ├─ 12-3 词云生成案例.mp4
│    ├─ 12.Powershell生成二维码.pptx
│    ├─ 12.Powershell生成词云.pptx
│    ├─ 13-1 什么是WMI.mp4
│    ├─ 13-2 Powershell WMI 常用命令.mp4
│    ├─ 13-3 Powershell 查询我们的常用类和命名空间.mp4
│    ├─ 13-4 PowerShell 通过WQL进行我们的WMI数据查询.mp4
│    ├─ 13.Powershell与WMI.pptx
│    ├─ 14-1 什么是CIM接口.mp4
│    ├─ 14-2 Powershell调用CIM接口相关命令.mp4
│    ├─ 14-3 CIM的命名空间与类及调用方法.mp4
│    ├─ 14.Powershell与CIM.pptx
│    ├─ 15-1 什么是文本翻译.mp4
│    ├─ 15-2 PowerShell 调用百度翻译API实现文本翻译.mp4
│    ├─ 15-3 PowerShell 调用Azure翻译服务.mp4
│    ├─ 16-1 PowerShell的命令交互.mp4
│    ├─ 16-2 Write-Progress命令的用法解析.mp4
│    ├─ 16.利用Powershell进行文本翻译.pptx
│    ├─ 17-1 随机数是个什么玩意.mp4
│    ├─ 17-2 随机数生成命令.mp4
│    ├─ 17-3 生成相对随机的随机数.mp4
│    ├─ 18-1 文件监控的尴尬.mp4
│    ├─ 18-2 文件监控的标准脚本.mp4
│    ├─ 18.再谈Write-Progress进度条.pptx
│    ├─ 19-1 PowerBI Desktop 实时数据刷新功能.mp4
│    ├─ 19-2 利用PowerShell将数据插入到SQL Server中.mp4
│    ├─ 19-3 PowerBI 数据获取与展现.mp4
│    ├─ 19.利用PowerShell监控文件夹.pptx
│    ├─ 2-1 什么是CSV 数据,他有什么特点.mp4
│    ├─ 2-2 PowerShell的数据的导入和导出.mp4
│    ├─ 2-3 CSV数据处理与操作.mp4
│    ├─ 2.CSV的数据处理 (1).pptx
│    ├─ 2.CSV的数据处理.pptx
│    ├─ 20-1 PowerBI Online Dashboard功能.mp4
│    ├─ 20-2 PowerShell 推送数据到PBI Online.mp4
│    ├─ 20-3 PowerBI Online实现数据显示.mp4
│    ├─ 20.生成相对随机的随机数.pptx
│    ├─ 21-1 PowerShell 实现截图功能概览.mp4
│    ├─ 21-2 PowerShell 截屏功能分析.mp4
│    ├─ 21-3 PowerShell 本地截屏.mp4
│    ├─ 22.PowerBIPro在线版实现LiveDashBoard.pptx
│    ├─ 24.PowerShell-系统截屏.pptx
│    ├─ 3-1 SQLite 历史与现状.mp4
│    ├─ 3-2 SQLite部署.mp4
│    ├─ 3-3 SQLite模块在Powershell的部署.mp4
│    ├─ 3-4 SQLite在Powershell 使用案例.mp4
│    ├─ 4-1 什么是MYSQL数据库,他有什么特性.mp4
│    ├─ 4-2 MYSQL数据库的安装与部署.mp4
│    ├─ 4-3 Powershell 与MYSQL 数据库交互.mp4
│    ├─ 4-4 MYSQL数据库与Powershell 交互案例.mp4
│    ├─ 4.Powershell与MySQL.pptx
│    ├─ 5-1 SQL Server 是什么,他有什么特性?.mp4
│    ├─ 5-2 SQL Server  Powershell 模块部署.mp4
│    ├─ 5-3 实现Powershell 插入SQL Server 数据库.mp4
│    ├─ 5.Powershell与SQLServer.pptx
│    ├─ 6-1 XML发展历史.mp4
│    ├─ 6-2 XML格式显示的具体要求.mp4
│    ├─ 6-3 从XML文件导入数据到Powershell 对象.mp4
│    ├─ 6-4 将数据导出到我们的XML文件.mp4
│    ├─ 6.PowerShell与XML.pptx
│    ├─ 7-1 WEB 发展简史.mp4
│    ├─ 7-2 Powershell 访问WEB的几种方式.mp4
│    ├─ 7-3 使用Invoke-Webrequest 进行我们的数据爬取.mp4
│    ├─ 7-4 使用invoke-Restmethod 对接RestAPI.mp4
│    ├─ 7.PowershellWEB访问.pptx
│    ├─ 8-1 HTML的发展历史.mp4
│    ├─ 8-2 系统自带的ConvertTo-HTML的使用方法和参数.mp4
│    ├─ 8-3 EnhancedHTML2 模块安装与部署.mp4
│    ├─ 8-4 EnhancedHTML2的Powershell 命令的使用.mp4
│    ├─ 8.Powershell与HTML.pptx
│    ├─ 9-1 Json 是什么?.mp4
│    ├─ 9-2 JSON 处理的基本要求.mp4
│    ├─ 9-3 Powershell 的JSON处理命令.mp4
│    └─ 9.Powershell与JSon.pptx

课程说明

点此加入VIP会员】 本站所有资源永久、无限制、免积分下载。

发表回复

后才能评论

大部分资源均采取本地压缩后上传分享,资源不容易失效,但不排除部分网友进行在线解压导致资源失效,这种情况本站会重新压缩后上传分享,通常会在24小时内解决,请您耐心等待。

部分资源较大,故采取分卷压缩,比如:资源.zip、资源.z01、资源.z02。因此需要把资源全部下载完才能解压(否则解压会提出错误并缺少文件),解压时只需解压 资源.zip 即可。

解压软件推荐使用:Bandizip
Windows版官网:https://www.bandisoft.com/bandizip/
Mac版官网:https://www.bandisoft.com/bandizip.mac/
Bandizip压缩软件-6.26版,点击下载

资源均来源于网络及各网友分享,仅限购买正版前临时了解,版权归原作者所有,请下载后24小时内自行删除,如有需要,请购买正版。 如有侵权,请联系删除(邮箱:cloudman1949@foxmail.com)。