PowerShell

Azure SQL Server: Get Azure SQL Server Firewall Rules

Introduction In this blog I will share one way to get Azure SQL Server firewall rules and the option to save the result in a CSV file. I will also show how to use parameters in PowerShell command. My blogs …

By Saad Khamis August 25, 2022 Azure , PowerShell , SQL Server 40406 views

Azure App Services: Get App Services Role Assignments, including slots

In this blog I will share one way to get an Azure App Service (WebApp), and associated slots, role assignments.

By Saad Khamis August 25, 2022 App Services , Azure , PowerShell 29029 views

Transport Rule Properties updates using PowerShell

In this blog I will share one way to write a function to update, add or remove values, a specific property of an Exchange Online transport (mail flow) rule using PowerShell. Note: Function included in this post works with parameters …

By Saad Khamis November 7, 2021 Exchange , Microsoft 365 , PowerShell 39610 views

Microsoft 365 – Exchange – Function to Get Transport Rule Properties using PowerShell

Write a function to get all or specific properties of an Exchange Online transport (mail flow) rule using PowerShell. I will also show how a function can accept pipeline input “|”.

By Saad Khamis November 3, 2021 Exchange , Microsoft 365 , PowerShell 31285 views

Windows Servers: Import SSL certificate on IIS and set up HTTPS binding using PowerShell

In this blog I will share one way to import SSL certificate on IIS and set up HTTPS binding to use the imported SSL certificate using PowerShell. If you already imported the new SSL certificate, you can skip that step …

By Saad Khamis October 30, 2021 PowerShell , Windows 22132 views

Azure App Services: Create an App Service and associated Slots using PowerShell

Create an Azure App Service and associated Slots using PowerShell.

By Saad Khamis October 19, 2021 App Services , Azure , PowerShell 16915 views

Azure App Services: Get Scheduled Backup Configuration for All App Services and Associated Slots using PowerShell

In this blog I will share one way to get Azure App Services scheduled backup configuration for a all App Services and all App Services and each App Service Slots using PowerShell. My blogs have relatively simple, and sometimes complex, examples …

By Saad Khamis October 17, 2021 App Services , Azure , PowerShell 15647 views

Azure App Services: Get Scheduled Backup Configuration for a Single App Service and Associated Slots using PowerShell

I will share one way to get Azure App Services scheduled backup configuration for a single App Service and its Slots using PowerShell.

By Saad Khamis October 16, 2021 App Services , Azure , PowerShell 11361 views

Azure App Services: Get Deployment Slots using PowerShell

In this blog I will share one way to get Deployment Slots for a single App Service or all App Services using PowerShell.

By Saad Khamis October 14, 2021 App Services , Azure , PowerShell 12319 views

Windows Servers: Check backup status on local and remote servers using PowerShell

In this blog I will share one way to check Windows Server Backup on local, remote single serve or remote multiple servers using PowerShell. In a later blog I will show how to integrate this with Azure Automation Accounts to …

By Saad Khamis October 14, 2021 Backup , PowerShell , Windows 12780 views