If / Then / Else Statements

 jamilpremji  December 24, 2023  0 Comments on If / Then / Else Statements

In PowerShell, an if statement allows you to execute a block of code based on the evaluation of a conditional…

Securing On-Premise Resources Using Azure App Registrations and an Application Proxy

 jamilpremji  December 15, 2023  0 Comments on Securing On-Premise Resources Using Azure App Registrations and an Application Proxy

It’s important to note that the specific configuration details may vary depending on your environment and requirements. Make sure to…

Using SnowFlake with the Python Data Connector

 jamilpremji  December 6, 2023  0 Comments on Using SnowFlake with the Python Data Connector

To use Python and SnowFlake you need the data connector This code block would run a basic select statement To…

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…