PowerShell and Python Together
Author | : Chet Hosmer |
Publisher | : |
Total Pages | : |
Release | : 2019 |
ISBN-10 | : 1484245059 |
ISBN-13 | : 9781484245057 |
Rating | : 4/5 (057 Downloads) |
Download or read book PowerShell and Python Together written by Chet Hosmer and published by . This book was released on 2019 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Chapter 3: PowerShell Scripting Targeting Investigation; Basic Facts About PowerShell Scripts; Example 1: The EventProcessor PowerShell Script; EventLog CmdLets; Retrieving More Specific Eventlog Information; Creating the Script; Step One: Define the Challenge; Step Two: Create the Script in Stages; Script Header; .Synopsis Section; .Description Section; .Parameters Section; .Examples Section; Parameter Definition; Local Variable Definition; CmdLet Pipeline Execution; EventProcessor Get-Help Result; EventProcessor Script Execution; Resulting Directory; HTML Output Report; Remote Access