Category: PowerShell

What This Blog Will Help You With

 jamilpremji  October 17, 2023  0 Comments on What This Blog Will Help You With

What This Blog Will Help You With “PowerShell for the Corporate Environment: A Practical Guide” is a comprehensive blog that…

Executing PowerShell Commands

 jamilpremji  October 8, 2023  0 Comments on Executing PowerShell Commands

To enter and execute commands in PowerShell, follow these steps: Code Editor There are several code editors that are commonly…

What is PowerShell

 jamilpremji  September 27, 2023  0 Comments on What is PowerShell

PowerShell is a powerful and flexible command-line shell and scripting language that can be used to automate and manage a…

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…

Efficient File Searching with PowerShell

 jamilpremji  July 7, 2023  0 Comments on Efficient File Searching with PowerShell

To search for the string in all files within the folder “C:\inetpub\wwwroot” using PowerShell, you can use the Select-String cmdlet….

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…

Integrating ChatGPT3 with PowerShell

 jamilpremji  January 5, 2023  0 Comments on Integrating ChatGPT3 with PowerShell

PowerShell is a powerful task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting…