苏泽湛 发表于 2021-6-16 09:51:30

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
下载地址:**** Hidden Message *****

yzhg2018 发表于 2021-6-16 16:49:36

Powershell 入门篇

挠力河 发表于 2021-6-16 22:19:46

感谢分享

xiaogaokui 发表于 2021-6-16 22:38:52

RE: Powershell 入门篇 [修改]








七百 发表于 2021-6-16 23:02:49

ok

gravebanner 发表于 2021-6-17 22:49:59

来学习来学习

thj_7909 发表于 2021-6-22 22:59:01

123

change37 发表于 2021-6-23 10:55:27

▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️

hllyzms 发表于 2021-6-23 11:20:16

kankan

追风蜗牛 发表于 2021-7-15 17:07:06

谢谢楼主分享。

wenren 发表于 2021-8-24 14:24:07

正在学,下来看看

netavenue 发表于 2021-9-19 12:00:40

感谢楼主分享,正好在了解PS

john1234 发表于 2021-9-19 21:06:10

1111111111111

mikechenjs 发表于 2021-9-29 22:09:47

看到这帖子真是高兴!

jerrise 发表于 2021-11-5 19:10:53

感谢!

itfly 发表于 2021-11-6 09:46:18

thanks to share.

wchris 发表于 2021-12-31 20:14:08

好资源,必须支持楼主。

nekguo 发表于 2022-1-4 21:32:46

好资源,必须支持楼主。

addamis 发表于 2022-1-5 11:01:11

这个是要多少金币?

sy7527951 发表于 2022-3-5 17:21:09

Powershell 入门篇
页: [1] 2
查看完整版本: Powershell 入门篇