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
wiki:software:code:winscript:powershell [2022/09/17 23:51]
claire ↷ Page moved from software:powershell to wiki:software:powershell
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 ===== ===== My Scripts =====
-  * [[https://​code.abettergeek.com/​claire/​Remove-Default-Apps|Default APPX Package Remover]] +  * [[https://​code.abettergeek.com/​abg/​Remove-Default-Apps|Default APPX Package Remover]] 
-  * [[https://​code.abettergeek.com/​claire/​Pending-Updates-Export|Pending Windows Updates Exporter]] +  * [[https://​code.abettergeek.com/​abg/​Pending-Updates-Export|Pending Windows Updates Exporter]] 
-  * [[https://​code.abettergeek.com/​claire/​ASUS-Touchpad|ASUS ZenBook UX31 Touchpad Settings]] +  * [[https://​code.abettergeek.com/​abg/​ASUS-Touchpad|ASUS ZenBook UX31 Touchpad Settings]] 
-  * [[https://​code.abettergeek.com/​claire/​Exchange-Rules-Migrator|Exchange Mailbox Rules Migrator]]+  * [[https://​code.abettergeek.com/​abg/​Exchange-Rules-Migrator|Exchange Mailbox Rules Migrator]]
  
 ~~NOFOOTER~~ ~~NOFOOTER~~