Book Description: Windows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6. About the Technology In 2006, Windows PowerShell reinvented the way administrators and developers interact with Windows. Today, PowerShell is required knowledge for Windows admins and devs. This powerful, dynamic language provides command-line control of the Windows OS and most Windows servers, such as Exchange and SCCM. And because it’s a first-class .NET language, you can build amazing shell scripts and tools without reaching for VB or C#. About the Book Windows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6. Written by language designer Bruce Payette and MVP Richard Siddaway, this rich book offers a crystal-clear introduction to the language along with its essential everyday use cases. Beyond the basics, you’ll find detailed examples on deep topics like performance, module architecture, and parallel execution. What’s Inside The best end-to-end coverage of PowerShell available Updated with coverage of PowerShell v6 PowerShell workflows PowerShell classes Writing modules and scripts Desired State Configuration Programming APIs and pipelines About the Reader Written for intermediate-level developers and administrators. About the Authors Bruce Payette is codesigner and principal author of the Power-Shell language. Richard Siddaway is a longtime PowerShell MVP, author, speaker, and blogger.
2022-02-24 09:00:54 11.81MB PowerShell
1
DevScripts
2022-02-22 10:10:58 1KB PowerShell
1
PowerShell7.0.3支持组策略编辑,增加新语言功能如三元运算符。基于SSH的远程处理。PowerShell 7 是专为云、本地和混合环境设计,PowerShell 7 可以与 Windows PowerShell 5.1 共存。
2022-02-18 19:50:23 86.2MB Powershell7.0.3 PowerShell PS7.0.3-WIN64
1
介绍 你好! 鉴于最近的ProxyLogon攻击-我一直在跟踪有用的Powershell脚本,这些脚本可能会使系统管理员受益。 这些脚本可能会有所不同,可能对每个人都没有用,但可能会使异常组织受益。 随着时间的流逝,我将尽我所能继续更新这些脚本。 感谢您的阅读! 计划任务检查 说明:一个简单的Powershell脚本,可将计划任务导出到Temp目录。 可以帮助定位由攻击者安排的任务,以持久地保留在系统上。 用法: 确保您的设备上允许执行策略: Set-ExecutionPolicy不受限制注意:执行后,最好重新设置为恢复原状 要生成日志并导出到C:\ Temp \目录中的CSV,请键入: 。\ ScheduledTaskChecker.ps1 PCAL审核(登录审核时更改密码) 描述:您可以运行一个简单的脚本来验证哪些用户已设置为在下次登录时更改其密码。 用法: 。\ PCALA
2022-02-10 15:53:08 1KB PowerShell
1
powershell脚本转exe文件powershell脚本转exe文件powershell脚本转exe文件powershell脚本转exe文件
2022-02-01 13:00:58 5.25MB powershell脚本转exe
1
Pro PowerShell for Microsoft Azure is written for Windows professionals who are familiar with PowerShell and want to learn to build, operate, and administer their Windows workloads in the Microsoft Azure cloud. The book is packed with practical examples and scripts, with easy-to-follow explanations for a wide range of day-to-day needs and essential administration tasks.
2022-01-06 11:33:21 5.63MB azure public cloud powershell
1
批处理文件夹名,可替换名称某些字符串,适用几乎所有文件类型,可自定义
2022-01-04 11:53:04 869B powershell
1
Powershell help documents
2021-12-24 22:11:38 620KB Powershell
1
win7sp1没有Windows PowerShell 安装Sql server报错 解决方案
2021-12-17 11:45:27 18.41MB PowerShell win7sp1 Windows
1
节点-PowerShell Node-PowerShell利用当今技术世界中存在的两个最简单,有效和简便的工具。 一方面, 在javascript领域掀起了一场革命,另一方面, 最近推出了最初的开源,跨平台版本,并将它们连接在一起,使您能够无论您是程序员,IT还是DevOps员工,都可以创建要求您提供的任何解决方案。 安装 $ npm i -S node-powershell $ yarn add node-powershell 快速开始 const Shell = require ( 'node-powershell' ) ; const ps = new Shell ( { executionPolicy : 'Bypass' , noProfile : true } ) ; ps . addCommand ( 'echo node-powershell' ) ; ps .
2021-12-17 10:46:50 234KB nodejs cross-platform powershell node-powershell
1