User Tools

Site Tools


wiki:software:code:winscript:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
wiki:software:code:winscript:powershell [2022/05/09 20:06]
claire
wiki:software:code:winscript:powershell [2022/09/19 20:06]
claire ↷ Page moved from wiki:software:powershell to wiki:software:winscript:powershell
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 ===== ===== My Scripts =====
-  * [[https://​code.abettergeek.com/​claire/​Exchange-Rules-Migrator|Exchange Mailbox Rules Migrator]]+  * [[https://​code.abettergeek.com/​claire/​Remove-Default-Apps|Default APPX Package Remover]]
   * [[https://​code.abettergeek.com/​claire/​Pending-Updates-Export|Pending Windows Updates Exporter]]   * [[https://​code.abettergeek.com/​claire/​Pending-Updates-Export|Pending Windows Updates Exporter]]
 +  * [[https://​code.abettergeek.com/​claire/​ASUS-Touchpad|ASUS ZenBook UX31 Touchpad Settings]]
 +  * [[https://​code.abettergeek.com/​claire/​Exchange-Rules-Migrator|Exchange Mailbox Rules Migrator]]
  
 ~~NOFOOTER~~ ~~NOFOOTER~~