Tag: PowerShell

Fundamentals of PowerShell

 jamilpremji  September 19, 2023  0 Comments on Fundamentals of PowerShell

PowerShell is a command-line shell and scripting language developed by Microsoft for automating tasks and managing system resources. It was…

Registry Keys and PowerShell – Uninstall Strings

 jamilpremji  September 7, 2023  0 Comments on Registry Keys and PowerShell – Uninstall Strings

To search the registry for the uninstall strings of both x64 and regular applications using PowerShell, you can use the…

ChatGPT3 acting as as PowerShell Shell

 jamilpremji  January 21, 2023  0 Comments on ChatGPT3 acting as as PowerShell Shell

Recently, I discovered a post on LinkedIn where a Doug Finke was using ChatGPT-3 as a REPL (Read-Evaluate-Print Loop) or…