Author: jamilpremji

Querying Azure Insights

 jamilpremji  January 10, 2024  0 Comments on Querying Azure Insights

Azure Insights and Log Analytics make sifting through logs and monitoring a beautiful experience. The query above will find all…

Replacing Citrix with Azure AVD

 jamilpremji  January 1, 2024  0 Comments on Replacing Citrix with Azure AVD

Citrix is indeed a powerful platform that offers virtual desktop infrastructure (VDI) and application delivery solutions to organizations. It provides…

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…