Recent Posts

Invoke-WebRequest with PowerShell

 jamilpremji  November 25, 2023  0 Comments on Invoke-WebRequest with PowerShell

Invoke-WebRequest is a PowerShell cmdlet that retrieves data from a web page or web service. The data returned from the…

Using Azure Front Door as a Reverse Proxy for Third Party Applications

 jamilpremji  November 7, 2023  0 Comments on Using Azure Front Door as a Reverse Proxy for Third Party Applications

1. Create an Origin Group: 2. Assign a Custom Domain: 3. Create an Endpoint:

Log Out Certain Users from Servers with PowerShell

 jamilpremji  October 26, 2023  0 Comments on Log Out Certain Users from Servers with PowerShell

To query a Windows computer for all logged on users and log off a specific user using PowerShell, you can…

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….