This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:software:code:winscript:powershell [2022/05/08 22:09] claire created |
wiki:software:code:winscript:powershell [2024/06/05 15:17] (current) claire [My Scripts] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| PowerShell is Microsoft's interactive scripting engine, allowing you to create powerful scripts for many purposes. PowerShell can easily import and use any .NET library or type, making it **very** powerful for automation and sophisticated processing of dirty inputs, such as badly-formatted text. | PowerShell is Microsoft's interactive scripting engine, allowing you to create powerful scripts for many purposes. PowerShell can easily import and use any .NET library or type, making it **very** powerful for automation and sophisticated processing of dirty inputs, such as badly-formatted text. | ||
| - | I use PowerShell a lot, for all kinds of things. I'm currently working on converting a print book to EPUB for digital publication, and my entire project relies on a very long PowerShell script which makes extensive use of [[software:regex]]. | + | I use PowerShell a lot, for all kinds of things. I'm currently working on converting a print book to EPUB for digital publication, and my entire project relies on a very long PowerShell script which makes extensive use of [[wiki:software:regex]]. |
| + | |||
| + | ===== My Scripts ===== | ||
| + | * [[https://code.abettergeek.com/abg/Remove-Default-Apps|Default APPX Package Remover]] | ||
| + | * [[https://code.abettergeek.com/abg/Pending-Updates-Export|Pending Windows Updates Exporter]] | ||
| + | * [[https://code.abettergeek.com/abg/ASUS-Touchpad|ASUS ZenBook UX31 Touchpad Settings]] | ||
| + | * [[https://code.abettergeek.com/abg/Exchange-Rules-Migrator|Exchange Mailbox Rules Migrator]] | ||
| + | |||
| + | ~~NOFOOTER~~ | ||